Play 2.8.20 #11886
Replies: 2 comments 2 replies
-
Small question (sorry to put it here - not sure where else to put it): did something went wrong when publishing the sbt-plugin ? |
Beta Was this translation helpful? Give feedback.
-
Good morning, we are using Play Framework 2.8.20 for Java, and we are facing an issue with a method that we are consuming through an Ajax client. The problem we are encountering is that when executing the transaction, as it is a heavy transaction, the method reaches a point where it spawns another thread and starts its execution again. This leads to the method's execution being duplicated twice, which is a serious issue in production. What can we do to prevent the server from making these double attempts without notifying it? |
Beta Was this translation helpful? Give feedback.
-
The Play Team is happy to announce the release of Play 2.8.20 🥳
❔ Nice, but what about Play 2.9?
It's around the corner, basically some docs, migration guide and release notes missing, but no more pull requests. A first release candidate should follow within days 🤞 Sorry, it took a bit longer and was postponed a couple of times. With the first Play 2.9 RC we will also give an update on how we continue with Akka / Akka HTTP after September 2023.
📗 So what is new in 2.8.20?
This is mostly a bugfix release with some enhancements added. The most notable are:
StackOverflowError
in Play body parsers. Researched by @beny23, thanks!Besides that, following pull requests got merged for this release:
2.7.x
serias #11638 [2.8.x] Upgrade Scalafmt to latest release of2.7.x
serias by @ihostage2.6.x
serias #11634 [2.8.x] Upgrade Scalafmt to latest release of2.6.x
serias by @ihostage2.5.x
serias (backport #11628) #11630 [2.8.x] Upgrade Scalafmt to latest release of2.5.x
serias (backport Upgrade Scalafmt to latest release of2.5.x
serias #11628) by @ihostageFor more details see the full list of changes and the 2.8.20 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)!
This discussion was created from the release Play 2.8.20.
Beta Was this translation helpful? Give feedback.
All reactions