Skip to content

Releases: playframework/cachecontrol

cachecontrol 3.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:26
3.0.1
19e8dc4

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)!

cachecontrol 2.3.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:26
2.3.2
0acdb25

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)!

3.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 22:02
3.0.0
88723e7

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

Choose a tag to compare

@github-actions github-actions released this 19 Sep 21:12
2.3.1
fe23861

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

Choose a tag to compare

@github-actions github-actions released this 14 Sep 19:49
2.3.0
6425c8c

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

2.2.0

Choose a tag to compare

@mkurz mkurz released this 03 Jan 19:45
a5d78b7

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

Choose a tag to compare

@SethTisue SethTisue released this 03 Aug 17:21
  • 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.