Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.0 — CORS and retrying #156

Merged
merged 1 commit into from
Jul 9, 2024
Merged

v0.4.0 — CORS and retrying #156

merged 1 commit into from
Jul 9, 2024

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Jul 9, 2024

  • 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"

- 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"
@jwodder jwodder added the release label Jul 9, 2024
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.35%. Comparing base (0e01b64) to head (9cf50b5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #156   +/-   ##
=======================================
  Coverage   48.35%   48.35%           
=======================================
  Files          24       24           
  Lines        3671     3671           
=======================================
  Hits         1775     1775           
  Misses       1896     1896           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder merged commit 01382ef into main Jul 9, 2024
10 checks passed
@jwodder jwodder deleted the release branch July 9, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant