Skip to content

Commit 637d82b

Browse files
committed
v0.3.0 — First Heroku deployment
- Respond to undecodable "Depth" header values with a 400 response instead of acting like no value was specified - Improve logging: - Log a message before & after each HTTP request made to the Dandi Archive, to datasets.datalad.org, or to S3 when determining a bucket's region - Emit logs on stderr instead of stdout - Disable log coloration when stderr is not a terminal - Suppress noisy & irrelevant log messages from various dependencies - Log errors that cause 404 and 500 responses - Use local timezone offset for log timestamps - Added breadcrumbs to HTML views of collections - `FAST_NOT_EXIST` components are now checked for case-insensitively - Add links to version & asset metadata to the web view - Adjust the format of timestamps in the web view: Always use UTC, show the timezone as "Z", prevent line breaking in the middle, wrap in `<time>` tag - Format sizes in the web view in "1.23 MiB" style - Zarr entries under `/zarrs/` are now served with ".zarr" extensions - Use `<thead>` and `<tbody>` in collection tables in web view - Add `--prefer-s3-redirects` option for redirecting requests for blob assets directly to S3 instead of to Archive URLs that redirect to signed S3 URLs
1 parent be23eb2 commit 637d82b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
In Development
2-
--------------
1+
v0.3.0 (2024-03-15)
2+
-------------------
33
- Respond to undecodable "Depth" header values with a 400 response instead of
44
acting like no value was specified
55
- Improve logging:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dandidav"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "WebDAV view to DANDI Archive"

0 commit comments

Comments
 (0)