File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.8] - 2026-01-10
11+
12+ ### Added
13+ - ** CORS middleware** : ` CorsLayer ` with full ` MiddlewareLayer ` trait implementation
14+ - Support for ` CorsLayer::permissive() ` and custom configuration
15+ - Proper preflight request handling
16+ - Origin validation and credential support
17+
18+ ### Fixed
19+ - Fixed missing ` MiddlewareLayer ` implementation for ` CorsLayer `
20+ - Fixed CI build issues with GitHub Actions runner disk space
21+
1022## [ 0.1.4] - 2026-01-03
1123
1224### Added
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ members = [
2828]
2929
3030[workspace .package ]
31- version = " 0.1.7 "
31+ version = " 0.1.8 "
3232edition = " 2021"
3333authors = [" RustAPI Contributors" ]
3434license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments