Skip to content

Commit 53547e8

Browse files
committed
release: v5.0.1
1 parent ac0a798 commit 53547e8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
Changes
77
=======
88

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+
917
Version v5.0.0 (released 2026-05-28)
1018

1119
- chore(setup): bump dependencies

invenio_s3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from .ext import InvenioS3
4343
from .storage import S3FSFileStorage, s3fs_storage_factory
4444

45-
__version__ = "5.0.0"
45+
__version__ = "5.0.1"
4646

4747
__all__ = (
4848
"__version__",

0 commit comments

Comments
 (0)