Update dependency com.typesafe.play:sbt-plugin to v2.9.6 #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.19
->2.9.6
Release Notes
playframework/playframework (com.typesafe.play:sbt-plugin)
v2.9.6
: Play 2.9.6Compare Source
The Play Team is pleased to announce the release of Play 2.9.6! 🎉
📗 About this Release
Play is pretty stable at this point - we hardly get bug reports, which is great! This release primarily upgrades dependencies, and we strongly recommend upgrading at your earliest convenience.
If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.
Noteworthy Pull Request
setExpiration
method (backport #12818) by @PromanSEWFull Changelog
Following pull requests got merged for this release:
setExpiration
method (backport #12818) by @PromanSEWFor more details see the full list of changes and the 2.9.6 milestone.
❤️ 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)!
v2.9.5
: Play 2.9.5Compare Source
The Play Team is happy to announce the release of Play 2.9.5! 🥳
📗 About this Release
This patch release primarily upgrades dependencies and fixes a bug that may occur in specific situations during file uploads. We recommend upgrading as soon as possible.
If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.
Noteworthy Pull Request
TemporaryFile
from being deleted until the response is finished.Full Changelog
Following pull requests got merged for this release:
For more details see the full list of changes and the 2.9.5 milestone.
❤️ 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)!
v2.9.4
: Play 2.9.4Compare Source
The Play Team is delighted to announce the release of Play 2.9.4! 🎉
📗 About this Release
This patch release addresses a couple of bugs and incompatibilities, and upgrades dependencies. We recommend upgrading as soon as possible.
If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.
Noteworthy Pull Requests
Full Changelog
Following pull requests got merged for this release:
~run
from docs because it's broken since long time (backport #12734) by @mkurz.sdkmanrc
to.gitignore
(backport #12730) by @mkurzFor more details see the full list of changes and the 2.9.4 milestone.
❤️ 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)!
v2.9.3
: Play 2.9.3Compare Source
The Play Team is happy to announce the release of Play 2.9.3! 🥳
📗 About this Release
This patch release addresses a couple of bugs, improves support for Scala 3, and upgrades dependencies. We recommend upgrading as soon as possible.
If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.
Noteworthy Pull Requests
Full Changelog
Following pull requests got merged for this release:
guice-assistedinject
gets updated withguice
(backport #12596) by @mkurz-Xmigration
flag by @mkurzFor more details see the full list of changes and the 2.9.3 milestone.
❤️ 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)!
v2.9.2
: Play 2.9.2Compare Source
The Play Team is pleased to announce the release of Play 2.9.2! 🎉
📗 About this Release
This patch release addresses several bugs and introduces minor enhancements that may benefit you. We strongly recommend upgrading at your earliest convenience.
If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate.
Noteworthy Pull Requests
play.server.netty.transport = "native"
) now support AArch64 and RISC-V out of the box in Play:AArch64
andRISC-V
(besidesx86-64
) by @mkurzprivate[this]
by @xuwei-krepo.typesafe.com
andrepo.scala-sbt.org
repositories. As a result, with this release, all dependencies (including those for testing) are now hosted exclusively on Maven Central. This change ensures that even if one of the deprecated repositories were to become unavailable (as has happened in the past), your projects would not be affected. Moreover, this move allows for the possibility that, 15 years from now, you could still download the Play 2.9.2+ source code and, with just Java and sbt installed, rebuild Play from the sources (assuming Maven Central is still operational, which is more likely). While this may seem a bit far-fetched, we occasionally receive reports from users attempting to rebuild an ancient Play release but are unable to do so because they cannot retrieve all the necessary dependencies./etc/hosts
by @mkurzFull Changelog
Following pull requests got merged for this release:
TestServer.isRunning
should not throw exception but returnfalse
(backport #12409) by @mkurzAArch64
andRISC-V
(besidesx86-64
) (backport #12405) by @mkurznetty-reactive-streams-http
transitive dependencies (backport #12403) by @mkurzprivate[this]
(backport #12284) by @xuwei-ksbt-akka-version-check
now hosted on maven central by @mkurzFor more details see the full list of changes and the 2.9.2 milestone.
❤️ 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)!
v2.9.1
: Play 2.9.1Compare Source
The Play Team is delighted to announce the release of Play 2.9.1! 🥳
📗 About this Release
This is a pure patch release, not shipping any new features, but upgrading dependencies and fixing minor bugs reported by the community since our major Play 2.9 release two months ago. Many projects have already smoothly upgraded to Play 2.9.
If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate.
Noteworthy Pull Requests
nonce
in Comet helpers by @mkurzredirectLocation(...)
can now get the location of a Permanent Redirect by @tmccombsFull Changelog
Following pull requests got merged for this release:
play-published-local-*
cache entries not found (backport #12015) by @ihostageplay.server.http.port
, even if disabled (backport #12256) by @mkurzakka.*
config won’t load automatically anymore (backport #12212) by @mkurzscala.Symbol
literal inCspFilter.md
(backport #12172) by @xuwei-kConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.