You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
5
## [v1.1] - 2025-11-28
9
6
10
7
### Fixed
8
+
11
9
- CORS headers now use wildcards (`*`) for `Access-Control-Allow-Headers` and `Access-Control-Expose-Headers` to support AWS SDK v3 and other S3 clients that send custom headers like `amz-sdk-invocation-id` and `amz-sdk-request`
12
10
13
11
### Added
12
+
14
13
- Comprehensive CORS integration tests covering:
15
14
- Preflight (OPTIONS) requests
16
15
- Simple GET/HEAD requests with Origin header
@@ -21,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
20
- Max-age caching verification
22
21
23
22
### Improved
23
+
24
24
- Test coverage increased to 86.3% overall
25
25
- Server: 85.3%
26
26
- Storage: 77.1%
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
## [v1.0] - 2025-11-28
31
31
32
32
### Added
33
+
33
34
- Initial release of SelfhostS3
34
35
- S3-compatible object storage server
35
36
- AWS Signature V4 authentication
@@ -43,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments