Skip to content

Commit

Permalink
v0.4.0 — CORS and retrying
Browse files Browse the repository at this point in the history
- Set `Access-Control-Allow-Origin: *` header in all responses
- Log current memory usage before & after handling each request
- Increased MSRV to 1.76
- Retry failed outgoing non-S3 HTTP requests
- Accept `PROPFIND` request bodies in which the "include" tag comes before "allprop"
  • Loading branch information
jwodder committed Jul 9, 2024
1 parent 0e01b64 commit 01382ef
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.4.0 (2024-07-09)
-------------------
- Set `Access-Control-Allow-Origin: *` header in all responses
- Log current memory usage before & after handling each request
- Increased MSRV to 1.76
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.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.76"
description = "WebDAV view to DANDI Archive"
Expand Down

0 comments on commit 01382ef

Please sign in to comment.