Skip to content

Commit 01382ef

Browse files
committed
v0.4.0 — CORS and retrying
- 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"
1 parent 0e01b64 commit 01382ef

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.4.0 (2024-07-09)
2+
-------------------
33
- Set `Access-Control-Allow-Origin: *` header in all responses
44
- Log current memory usage before & after handling each request
55
- Increased MSRV to 1.76

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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
rust-version = "1.76"
66
description = "WebDAV view to DANDI Archive"

0 commit comments

Comments
 (0)