Skip to content

Commit

Permalink
v0.3.0 — First Heroku deployment
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jwodder committed Mar 15, 2024
1 parent be23eb2 commit 92b0303
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
In Development
--------------
v0.3.0 (2024-03-15)
-------------------
- Respond to undecodable "Depth" header values with a 400 response instead of
acting like no value was specified
- Improve logging:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dandidav"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.70"
description = "WebDAV view to DANDI Archive"
Expand Down

0 comments on commit 92b0303

Please sign in to comment.