Skip to content

Releases: lomigmegard/akka-http-cors

v1.2.0

04 Mar 10:17
v1.2.0
1ef9ced
Compare
Choose a tag to compare

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

30 Jan 22:42
v1.1.3
a650094
Compare
Choose a tag to compare

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

01 Aug 12:45
v1.1.2
43b72eb
Compare
Choose a tag to compare
  • 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

12 Dec 11:11
838e197
Compare
Choose a tag to compare
  • Update akka-http to 10.2.2.
  • Update akka to 2.6.10.

v1.1.0

06 Aug 17:25
02b6653
Compare
Choose a tag to compare
  • 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

25 May 20:08
880cb71
Compare
Choose a tag to compare

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.

v1.0.0-RC1

25 May 20:10
ef7cb9d
Compare
Choose a tag to compare
v1.0.0-RC1 Pre-release
Pre-release

Test the new sbt-sonatype plugin for release.

v0.4.3

18 Apr 17:22
9206005
Compare
Choose a tag to compare
  • 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

17 Nov 20:29
1167d1e
Compare
Choose a tag to compare
  • 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

12 Jun 21:48
v0.4.1
8a86fd3
Compare
Choose a tag to compare