Skip to content

Commit

Permalink
v0.5.0 — Better Zarr manifest caching
Browse files Browse the repository at this point in the history
- Reduced the sizes of a number of streams & futures
- Added doc comments to much of the code
- Return 502 status when a backend returns an invalid response
- Require `--api-url` (and other URLs retrieved from APIs) to be HTTP(S)
- Added various developer-facing documents to the repository
- Format all log lines as JSON
- Add logging of Zarr manifest cache events
- Limit Zarr manifest cache by total size of entries
    - Add a `-Z`/`--zarrman-cache-mb` option for setting the cache size
- Expire idle Zarr manifest cache entries
- Log Zarr manifest cache entries every hour
- Increased MSRV to 1.78
  • Loading branch information
jwodder committed Nov 18, 2024
1 parent e228cea commit 549f43e
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.5.0 (2024-11-18)
-------------------
- Reduced the sizes of a number of streams & futures
- Added doc comments to much of the code
- Return 502 status when a backend returns an invalid response
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.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.78"
description = "WebDAV view to DANDI Archive"
Expand Down

0 comments on commit 549f43e

Please sign in to comment.