Releases: lomigmegard/akka-http-cors
Releases · lomigmegard/akka-http-cors
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
This release breaks source compatibility, planning for the 1.0 release.
- Settings are read from a configuration file (#13).
- Directives now clean existing CORS-related headers when responding to an actual request (#28).
- Support
Origin: null
in simple/actual requests (#31). - The
CorsRejection
class has been refactored to be cleaner. - Update akka-http to 10.1.0, removal of Akka 2.4 support (#34).
- Update Scala to 2.12.5 and 2.11.12.
- Add cross-compilation with Scala 2.13.0-M3.
Migrate from 0.2 to 0.3
- Now that it is possible, prefer overriding settings in a
application.conf
file. - To update programmatically the settings, use the new
with...()
methods instead of thecopy()
method. - Custom rejection handlers must be updated to reflect the new
CorsRejection
class.
v0.2.2
- Update Scala to 2.12.3 and 2.11.11.
- Update akka-http to 10.0.10.
- Update sbt to 1.0.x major release.
v0.2.1
- Add Java API (#8)
- Update akka-http to 10.0.5.
Migrate from 0.1 to 0.2
The API remains the same, but classes have moved in new packages to accommodate the Java API.
- Directives are now in
ch.megard.akka.http.cors.scaladsl
; - Models are now in
ch.megard.akka.http.cors.scaladsl.model
; - Settings are now in
ch.megard.akka.http.cors.scaladsl.settings
.
v0.1.11
- Update Scala to 2.12.1.
- Update akka-http to 10.0.3.
v0.1.10
- Update akka-http to 10.0.0.