Changelog History
Page 2
-
v2.8.0-M6 Changes
October 16, 2019π The Play Team is pleased to announce the release of Play Framework 2.8.0-M6. This is the fifth milestone release of Play 2.8.x series. Like all milestone releases, the primary goal is to get feedback. So please let us know if something isn't working or you see something that should be improved. If you are the author of a Play module, we would recommend checking out this release to see how it affect your module.
π There are both improvements and changes at this new release, and you can see them all in GitHub milestone.
π Changelog
Some of the most relevant changes are:
- Akka 2.6.0-M8 : as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later. Akka 2.6.0-M8 brought changes to its
AbstractBehavior
class, which required changes to the Akka Typed runtime dependency injection support, that is a part of Play 2.8.
π There is a long tail of other updates to APIs, documentation, and configurations. See the full list of changes here:
Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
Special thanks to the following contributors who helped with this release: Matthias Kurz, Dale Wijnand, gurkankaymak, Scala Steward, Renato Cavalcanti, Marcos Pereira, Ignasi Marimon-Clos, Jafer Khan, Eugene Yokota, a1kemist, Albaro Pereyra, Dominik Dorn.
- Akka 2.6.0-M8 : as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later. Akka 2.6.0-M8 brought changes to its
-
v2.8.0-M5 Changes
September 13, 2019π The Play Team is pleased to announce the release of Play Framework 2.8.0-M5. This is the fourth milestone release of Play 2.8.x series. Like all milestone releases, the primary goal is to get feedback. So please let us know if something isn't working or you see something that should be improved. If you are the author of a Play module, we would recommend checking out this release to see how it affect your module.
π There are many improvements and changes at this new release, and you can see them all in Github milestone.
π Changelog
Some of the most relevant changes are:
- Akka 2.6.0-M7: as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later. We didn't have a release using Akka 2.6.0-M6, but we recommend to read its release announcement to understand better what changed.
0οΈβ£ 2. Play applications won't depend on Omnidoc by default anymore :
playOmnidoc
setting is still available, but we are changing the default to false. - Multiple improvements to Results APIs : Java
sendFile
,sendPath
andsendResource
now support anonClose
callback;send*
methods now accept a parameter to setContent-Type
header; the type parameter for file names when serving files is now anOptional
which makes the API nicer when you need to sendOptional.empty
(instead ofnull
). β‘οΈ 4. Dependencies updates : thanks to scala-steward, all dependencies were updated to the newest versions.
π There are also many small updates to other APIs, documentation, and configurations. See the full list of changes here:
Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
Special thanks to the following contributors who helped with this release: Scala Steward, Marcos Pereira, Dale Wijnand, Matthias Kurz, Renato Cavalcanti, Ignasi Marimon-Clos, golemiso, To-om, Emmanuel Guiton, nickweitzel, Jiangwr, srirachapills, Emmanuel GUITON, Seung-Zin Nam, Tim Moore, YourPsychiatrist.
- Akka 2.6.0-M7: as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later. We didn't have a release using Akka 2.6.0-M6, but we recommend to read its release announcement to understand better what changed.
0οΈβ£ 2. Play applications won't depend on Omnidoc by default anymore :
-
v2.8.0-M4 Changes
August 15, 2019π The Play Team is pleased to announce the release of Play Framework 2.8.0-M4. This is the fourth milestone release of Play 2.8.x series. Like all milestone releases, the primary goal is to get feedback, so please let us know if something isn't working or you see something that should be improved. If you are the author of a Play module, we would recommend checking out this release to see how it will affect your module.
π There are many improvements and changes at this new release, and you can see them all in Github milestone.
π Changelog
Some of the most relevant changes are:
- Akka 2.6.0-M5: as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later.
π 2. Dependency Injection Support for Akka Typed : this milestone introduces better integration with Akka Typed, mainly by supporting multiple flavors of Dependency Injection for Akka Typed Actors.
π 3. Use Jackson ObjectMapper provided by Akka : which makes it consistent with Akka 2.6 Serialization defaults and also make the object mapper configurable using
application.conf
. β‘οΈ 4. Dependencies updates : thanks to scala-steward, all dependencies were updated to the newest versions. The most relevant updates were jackson-databind to 2.9.9.3, Caffeine 2.8.0, specs2 4.7.0 and Akka HTTP 10.1.9.
π There are also many small updates to other APIs, documentation and configurations. See the full list of changes here:
Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
Special thanks to the following contributors who helped with this release: Marcos Pereira, Scala Steward, gurkankaymak, Dale Wijnand, Regan Koopmans, Matthias Kurz, Ander Parra, Eugene Yokota, JoΓ£o Ferreira, xuwei-k, Renato Cavalcanti, Brandon Brown, Sergey Morgunov, Seth Tisue, etienne, Arnout Engelen, igarashi-kazuya, CΓ©dric Chantepie..
- Akka 2.6.0-M5: as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later.
π 2. Dependency Injection Support for Akka Typed : this milestone introduces better integration with Akka Typed, mainly by supporting multiple flavors of Dependency Injection for Akka Typed Actors.
π 3. Use Jackson ObjectMapper provided by Akka : which makes it consistent with Akka 2.6 Serialization defaults and also make the object mapper configurable using
-
v2.8.0-M3 Changes
July 09, 2019π The Play Team is pleased to announce the release of Play Framework 2.8.0-M3. This is the third milestone release of Play 2.8.x series. Like all milestone releases, the primary goal is to get feedback, so please let us know if something isn't working or you see something that should be improved. If you are the author of a Play module, we would recommend checking out this release to see how it will affect your module.
π There are many improvements and changes at this new release, and you can see them all in Github milestone.
π Changelog
Some of the most relevant changes are:
π 1. Akka 2.6.0-M4: as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later. π 2. Dependencies updates: thanks to scala-steward, all dependencies were updated to the newest versions. The most relevant updates were specs2 4.6.0, Jackson Databind 2.9.9.1, and Mockito 3.0.0.
π See the full list of changes here:
Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
Special thanks to the following contributors who helped with this release: Ignasi Marimon-Clos, Dale Wijnand, Marcos Pereira, Renato Cavalcanti, takashima0411, xuwei-k, Matthias Kurz, Nafer Sanabria.
-
v2.8.0-M2 Changes
June 28, 2019π The Play Team is pleased to announce the release of Play Framework 2.8.0-M2.
π Like all milestone releases, the primary goal is to get feedback, so please let us know if something isn't working or you see something that should be improved. If you are the author of a Play module, we would recommend checking out this release to see how it will affect your module.
π There are many improvements and changes at this new release, and you can see them all in Github milestone.
π This release builds on Akka 2.6.0-M3 and includes binaries for Scala 2.13 and 2.12.
-
v2.8.0-M1 Changes
May 28, 2019π The Play Team is pleased to announce the release of Play Framework 2.8.0-M1. This is the first milestone release of Play 2.8.x series. Like all milestone releases, the primary goal is to get feedback, so please let us know if something isn't working or you see something that should be improved. If you are the author of a Play module, we would recommend checking out this release to see how it will affect your module.
π There are many improvements and changes at this new release, and you can see them all in Github milestone.
π Changelog
Some of the most relevant changes are:
π 1. Scala 2.13.0-RC2 support, to keep Play ecosystem on track with the new upcoming version of Scala. We are also dropping support for Scala 2.11. π 2. Akka 2.6.0-M2: as you can see in our roadmap, support Akka 2.6 is a priority, so we are closely tracking Akka 2.6 milestone releases to discover possible integrations problems sooner than later. π 3. Removing deprecated APIs: the main removal was
play.mvc.Http.Context
API, which we deprecated in POlay 2.7. If your application is still using this API, we recommend you to read the migration guide for Play 2.7. π 4. Java 11 support: Play 2.8.0 applications will support Java 11. This release milestone fixes the know issues related to running Play applications in Java 11. π 5. Final changes to remove global state: this is a long journey we started a few versions ago, deprecating the APIs, providing dependency injection support and many other changes in existing APIs. Play 2.8 removes APIs such asPlay.current
,Play.maybeApplication
and others that depend on them. β‘οΈ 6. Dependencies updates: thanks to scala-steward, all dependencies were updated to the newest versions.Standalone projects
π Together with Play 2.8.0-M1, we are also releasing compatible versions of standalone projects that directly depends on Play. These new releases update most of the dependencies and also have Scala 2.13.0-M3 support.
β 1. Scalatest+Play 5.0.0-M1
- Play WS 2.1.0-M2
- Twirl 1.4.1-M1
- Play Slick 5.0.0-M1
- Play JSON 2.8.0-M1
π See the full list of changes here:
Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
Special thanks to the following contributors who helped with this release: Bryant Larsen, Dale Wijnand, Fajr Febriansyah, Greg Methvin, Ignasi Marimon-Clos, Jakub KozΕowski, Johannes Rudolph, JoΓ£o Ferreira, Lukas Rytz, Marcos Pereira, Matthias Kurz, Nikolas, Peerapat A, Philippe Vinchon, Renato Cavalcanti, Roman Parshikov, Scala steward, Valy Dia, Will Sargent, Yinan Ding, Yoshiyuki Sakamoto, gaurang-sawhney, sullis, yohei.naruse.
-
v2.7.7 Changes
November 05, 2020π π£ Play 2.7.7 Released
π The Play Team is proud to announce the release of Play 2.7.7.
π± π What is new?
π The following are the main changes of this bugfix release:
- π (regression) JsonNode deserializer support for
@JsonRawValue
as module (#10510)
π For more details see the full list of changes and the 2.7.7 milestone.
π± π Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review. Play 2.7.7 is only possible due to the help we had from amazing contributors.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
π Special thanks to the following contributors who helped with this release:
- Renato Cavalcanti
- Ignasi Marimon-Clos
- π (regression) JsonNode deserializer support for
-
v2.7.6 Changes
October 27, 2020π π£ Play 2.7.6 Released
π The Play Team is proud to announce the release of Play 2.7.6.
π± π What is new?
π The following are the main changes of this bugfix release:
- π Security Fix - Jsonnode deserializer as module (#10496) - read related CVE announcement
- π Security Fix - Json parse on forms (#10496) - read related CVE announcement
- Re-enabling cross compilation for routes-compiler (#10354)
- π Fix gzip buffering (#10429)
π For more details see the full list of changes and the 2.7.6 milestone.
π± π Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review. Play 2.8.3 is only possible due to the help we had from amazing contributors.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
π Special thanks to the following contributors who helped with this release:
- Arnout Engelen
- Ignasi Marimon-Clos
- Johannes Rudolph
- Play Team
- Renato Cavalcanti
- Sebastien Coquelin
-
v2.7.5 Changes
May 20, 2020π π£ Play 2.7.5 Released
π The Play Team is proud to announce the release of Play 2.7.5.
π± π What is new?
π The following are the main changes of this bugfix release:
- π Fix HTTP/2 support for JDK8 after u252 #10281
- π Fixed CSRF handling for invalid content types #10293
- artifacts for Scala 2.13 are compiled using
2.13.2
#10279
π For more details see the full list of changes and the 2.7.5 milestone.
π± π Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review. Play 2.7.5 is only possible due to the help we had from amazing contributors.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.
π Special thanks to the following contributors who helped with this release:
- Matthias Kurz
- Renato Cavalcanti
- Ignasi Marimon-Clos
- Dale Wijnand
- Marcos Pereira
- Suiyi Fu
- Greg Methvin
- James Roper
- Jacob Wahlgren
-
v2.7.4 Changes
December 04, 2019π The Play Team is pleased to announce the release of Play Framework 2.7.4. This is the latest stable release of Play 2.7.x series.
π Changelog
π For more details see the full list of changes and the 2.7.4 milestone.
Credits
Thanks to the community for their detailed bug reports and contributions.
π Thanks to Lightbend for their continued sponsorship of the Play core team's efforts. Lightbend offers commercial support for Play.