
#Python 2.7.9 utils package upgrade#
7182: Upgrade logback dependency to fix 5 secs delays in unittests.7219: Include changes to Http.Context in Result from RoutingDsl (#7214).7239: added play-webpack plugin informations.7241: Make it possible to disable the reverse router (#7189).7245: Replace DB.getConnection with db.getConnection.7247: Backport “Remove FileInputStream/FileOutputStream”.7272: Remove references to play command.7305: Typo “You should se your changes.” => “You should see your changes.”.7345: Make sure context.withRequest maintains original session and flash.Play WS is now a separate module, and contains several useful improvements including HTTP caching support.
#Python 2.7.9 utils package full#
Support for compile-time dependency injection in Java, allowing you to create a full Play application in Java without Guice or any dependency injection framework.Configuration improvements in the Scala API, using typeclasses for reading arbitrary types, and removal of the Java configuration API in favor of standard Typesafe Config.Support for SLF4J markers in both the Java and Scala API, and a special security marker for security-related operations.Twirl templates now can have a constructor for passing application dependencies.Request attributes for attaching arbitrary typed data to requests.It’s now deprecated and possible to disable completely using play.allowGlobalApplication = false. No internal use of the global application instance ( Play.current).Experimental HTTP/2 support on Akka HTTP.We still will support the Netty server backend but plan to implement most new features on Akka HTTP. Akka HTTP is now the default server backend.Use Play 2.6.5 or a newer version instead. Some artifacts were not published for this version, so it should not be used. Play 2.6.14 was released, but we missed a few things so we released Play 2.6.15 instead.
