Documentation

You are viewing the documentation for the 2.5.0-M1 development release. The latest stable release series is 3.0.x.

§What’s new in Play 2.5

This page highlights the new features of Play 2.5. If you want learn about the changes you need to make to migrate to Play 2.5, check out the Play 2.5 Migration Guide.

§Logging SQL statements

There is now a way to log SQL statements that works across different connection pool implementations (like HikariCP and BoneCP) and also different persistence mechanisms such as Anorm, Ebean and JPA. See more information about it works for Java and for Scala.

Next: What's new in Play 2.4?