Skip to content

Releases: playframework/cachecontrol

3.0.0

01 Nov 22:02
3.0.0
88723e7
Compare
Choose a tag to compare

Noteworthy

With version 3.0.0 the groupId changes from com.typesafe.play to org.playframework. To add this project as dependency you now have to use:

libraryDependencies += "org.playframework" %% "cachecontrol" % "3.0.0"

Also packages changed from com.typesafe.play.cachecontrol to org.playframework.cachecontrol so you might have to adjust your code.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

2.3.1

19 Sep 21:12
2.3.1
fe23861
Compare
Choose a tag to compare

Replaces version 2.3.0 because that version might have shipped broken artifacts caused by scala/bug#12868.

Noteworthy

  • #235 Drop Java 8 by @mkurz
  • slf4j upgraded to 2.0.x

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

2.3.0

14 Sep 19:49
2.3.0
6425c8c
Compare
Choose a tag to compare

⚠️ Replaced by version 2.3.1 because we might have shipped broken artifacts caused by scala/bug#12868.

2.2.0

03 Jan 19:45
a5d78b7
Compare
Choose a tag to compare

In this release the version of the scala-parser-combinators dependency now depends on the Scala version:

  • Scala 3 uses 2.1.0
  • Scala versions <=2.13 use 1.1.2

That's because upgrading scala-parser-combinators to version 2.x for Scala <=2.13 will very likely break libs/apps that use sbt 1.5+, because almost all libraries that use Scala 2.12/2.13 are still using scala-parser-combinators 1.x, so sbt will report version conflict errors.
See pull request: #190

Other changes:

According to git shortlog -sn --no-merges 2.1.0..2.2.0, 2 people contributed. Thank you Scala Steward and Matthias Kurz.

2.1.0

03 Aug 17:21
Compare
Choose a tag to compare
  • Add Scala 3 support (#180)
  • Upgrade scala-parser-combinators dependency to 2.0.0 (#167)

According to git shortlog -sn --no-merges 2.0.0..v2.1.0, 7 people contributed. Thank you Scala Steward, Seth Tisue, Renato Cavalcanti, Enno Runne, Kenji Yoshida, Marcos Pereira, Play Team.