Releases: lomigmegard/akka-http-cors
Releases · lomigmegard/akka-http-cors
v1.2.0
v1.1.3
Cross-build against Scala 3, still using the 2.13 akka dependencies.
- Update akka-http to 10.2.7.
- Update akka to 2.6.18.
- Update Scala to 2.13.8, 2.12.15 and 3.1.1.
v1.1.2
- Update akka-http to 10.2.5.
- Update akka to 2.6.15.
- Update Scala to 2.13.6 and 2.12.14.
v1.1.1
- Update akka-http to 10.2.2.
- Update akka to 2.6.10.
v1.1.0
- Update akka-http to 10.2.0.
- Update akka to 2.6.8.
- Update Scala to 2.13.3 and 2.12.12.
v1.0.0
This release changes how settings are passed to the cors
directive,
extracting them from the Actor System configuration if not provided (see #72).
Application code may use the new CorsSettings.apply
functions instead of
the CorsSettings.defaultSettings
to have more control over the source of the
configuration.
v1.0.0-RC1
Test the new sbt-sonatype plugin for release.
v0.4.3
v0.4.2
v0.4.1
- Cross compile with Scala 2.13.0.
- Update to akka-http 10.1.8.