There was an error while loading. Please reload this page.
1 parent ac0a798 commit 53547e8Copy full SHA for 53547e8
2 files changed
CHANGES.rst
@@ -6,6 +6,14 @@
6
Changes
7
=======
8
9
+
10
+Version 5.0.1 (released 2026-06-17)
11
12
+- fix(cache): mark restricted files as no-cache for cache-control
13
+- fix: add cache-control for s3 presigned urls
14
+- fix: handle NoSuchUpload gracefully when aborting multipart upload
15
+- chore(licenses): update license headers to use SPDX
16
17
Version v5.0.0 (released 2026-05-28)
18
19
- chore(setup): bump dependencies
invenio_s3/__init__.py
@@ -42,7 +42,7 @@
42
from .ext import InvenioS3
43
from .storage import S3FSFileStorage, s3fs_storage_factory
44
45
-__version__ = "5.0.0"
+__version__ = "5.0.1"
46
47
__all__ = (
48
"__version__",
0 commit comments