Akka Http Cors Versions Save

Akka Http directives implementing the CORS specifications defined by W3C

v1.2.0

1 year ago

Scala 3 minor version 3.2.x.

This release still targets akka with the Apache 2 license.

  • Update akka-http to 10.2.10
  • Update akka to 2.6.20
  • Update Scala to 2.13.10, 2.12.17 and 3.2.2

v1.1.3

2 years ago

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

2 years ago
  • 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

3 years ago
  • Update akka-http to 10.2.2.
  • Update akka to 2.6.10.

v1.1.0

3 years ago
  • 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-RC1

3 years ago

Test the new sbt-sonatype plugin for release.

v1.0.0

3 years ago

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.

  • Load settings from the current Actor System (#37, #72).
  • Update akka-http to 10.1.12.
  • Update Scala to 2.13.2.
  • Use sbt-sonatype plugin for release.

v0.4.3

4 years ago
  • Drop support for Scala 2.11.
  • Update akka to 2.6.4 (#73).
  • Update akka-http to 10.1.11.
  • Update Scala to 2.12.11.

v0.4.2

4 years ago
  • Rejection handler handles all CorsRejection (#53).
  • Update Scala to 2.12.10 and 2.13.1.
  • Update akka-http to 10.1.10.
  • Use Scalafmt for formatting.

v0.4.1

4 years ago