Skip to content

Commit dbdf07a

Browse files
pierre-bclaude
andcommitted
Update CHANGELOG.md formatting
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e0be72a commit dbdf07a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

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-
85
## [v1.1] - 2025-11-28
96

107
### Fixed
8+
119
- 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`
1210

1311
### Added
12+
1413
- Comprehensive CORS integration tests covering:
1514
- Preflight (OPTIONS) requests
1615
- 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
2120
- Max-age caching verification
2221

2322
### Improved
23+
2424
- Test coverage increased to 86.3% overall
2525
- Server: 85.3%
2626
- Storage: 77.1%
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
## [v1.0] - 2025-11-28
3131

3232
### Added
33+
3334
- Initial release of SelfhostS3
3435
- S3-compatible object storage server
3536
- AWS Signature V4 authentication
@@ -43,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4344
- Comprehensive unit and integration tests
4445

4546
### Features
47+
4648
- **Storage Operations**: PUT, GET, HEAD, DELETE objects
4749
- **Listing**: ListObjectsV2 with prefix filtering
4850
- **Content Types**: Automatic MIME type detection from file extension

0 commit comments

Comments
 (0)