Skip to content

Releases: playframework/playframework

2.6.11

11 Jan 21:30
Compare
Choose a tag to compare

The Play Team is pleased to announce the release of Play Framework 2.6.11. This is the latest stable release of Play.

Getting Play

  1. To start a new project, visit https://www.playframework.com/download.
  2. To upgrade an existing Play 2.6 project, edit your project/plugins.sbt file and set the sbt-plugin to 2.6.11.
  3. To update an older Play project, take a look at the Migration Guide.

Changelog

See the full list of changes and the 2.6.11 milestone on GitHub. The changes include several backward-compatible bug fixes.

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.

Special thanks to the following contributors who helped with this release: Greg Methvin, Matthias Kurz, Eliot Chan, Marcos Pereira, Aidara Moussa, Sergey Chupov and Elijah Rippeth.

2.6.10

05 Jan 15:58
Compare
Choose a tag to compare
Releasing 2.6.10

2.6.9

05 Jan 15:59
Compare
Choose a tag to compare
Releasing 2.6.9

2.6.7

03 Nov 17:03
Compare
Choose a tag to compare

See the full list of changes and the 2.6.7 milestone. The changes include several backwards-compatible bugfixes as well as documentation fixes.

Special thanks to the following contributors who helped with this release: Rich Dougherty, Lousanna, Greg Methvin, Pongpira Upra, Manogna M, Ben McCann, Matthias Kurz, danoliv, Nathan Coleman, Will Sargent, Alexis Hernandez, joymufeng, Andrii, Aristotelis Dossas, Konstantin Perikov, Marcos Pereira, Matthias Erche, Paul Porter, Sean Glover, Shenker93, and Tim Moore.

2.5.18

03 Nov 17:19
Compare
Choose a tag to compare

Released 5 Oct 2017

All changes
GitHub milestone

2.6.2

20 Jul 01:07
Compare
Choose a tag to compare

The most important fixes are related to some deadlocks in development mode:

  1. #7622: Deadlock issue - play 2.6.1
  2. #7614: The action constructed from an ActionRefiner instance doesn't work in develop mode.

Thanks to the community for the detailed reports and invaluable help.

A complete list of changes and fixes can be seen here:

https://github.com/playframework/playframework/milestone/58?closed=1

Again, special thanks to the following contributors who helped with this release:

 6  Marcos Pereira
 5  Rich Dougherty
 3  Greg Methvin
 2  Play Team
 2  Alvaro Pereyra
 1  Will Sargent
 1  Akhil Vijayan
 1  kenji yoshida
 1  Andrii
 1  Ben McCann
 1  Justin du Coeur, AKA Mark Waks
 1  Reto Habluetzel

2.5.16

20 Jul 00:30
Compare
Choose a tag to compare

You can see all the closed issues for this release here:

https://github.com/playframework/playframework/milestone/55?closed=1

Special thanks to the following contributors who helped with this release:

 2  Play Team
 2  Marcos Pereira
 1  Greg Methvin
 1  Sangwoo Lee
 1  Thiago Arrais
 1  Ang Hao Yang
 1  Will Sargent
 1  Boris Capitanu

2.6.1

17 Jul 13:07
Compare
Choose a tag to compare

You can see all the closed issues for this release here:

https://github.com/playframework/playframework/milestone/57?closed=1

And also the official release announcement here:

https://blog.playframework.com/play-2-6-1-released/

A special thanks to the following contributors who helped with this release:

11    Greg Methvin
10    Marcos Pereira
 7    Will Sargent
 6    Rich Dougherty
 2    Play Team
 2    Schmitt Christian
 1    Sergey Novikov
 1    Vincent Munier
 1    fijimf
 1    markglh
 1    rmcloughlin
 1    Guylian
 1    Mariot Chauvin
 1    Matthias Kurz
 1    Pierre Court
 1    Roman Parshikov

Play 2.6.0-M2

10 Mar 22:28
Compare
Choose a tag to compare
Play 2.6.0-M2 Pre-release
Pre-release
  1. #6965: Move most JSON docs to play-json project
  2. #6974: Fix some typos and small improvements to migration guide
  3. #6975: Deprecate methods using global state in test Helpers
  4. #6976: Fix small file headers inconsistencies
  5. #6978: Add note about modularized OpenID support to 2.6 migration guide.
  6. #6979: play-ahc-ws should not depends on play-test
  7. #6981: Migration details about play-iteratees being a standalone project
  8. #6982: Small correction for routing dsl deprecation warning
  9. #6983: Add note and link about file tag for log configuration
  10. #6984: Use List instead of Map to manage java-form errors
  11. #6991: Update ModuleDirectory.md
  12. #6992: Ensure akka-http has valid reference.conf
  13. #6993: Add a skip on slow CI server flag on specs
  14. #6994: Case Typo
  15. #6996: Use test mode by default in StaticAssetsMetadata
  16. #6998: Add injectable templates to highlights
  17. #7001: Add link to upgrading blog post
  18. #7002: Add stub controller components
  19. #7003: Migrate CSRF to request attributes
  20. #7007: Add type ascription in play.api.test.Fakes.scala, and remove useless method
  21. #7008: Add Lucidchart Migration Blog Guide to Migration25
  22. #7014: Add builtin controller components
  23. #7015: Ignore files created by Visual Studio code editor
  24. #7022: Update play-json to 2.6.0-M4
  25. #7025: Add @helper.repeatWithIndex(...) template helper
  26. #7026: Fix XHTML mime type
  27. #7027: Correctly compare signed tokens
  28. #7031: Fix logging on redirects and add status utility methods
  29. #7032: Add additional @targets to constraints
  30. #7043: Fix version in @deprecated
  31. #7044: Delete welcome page
  32. #7047: Deprecation of methods (getFile(), resource() and resourceAsStream()
  33. #7061: Return empty map when parsing uris with empty query strings