Skip to content

Releases: edulify/play-hikaricp.edulify.com

Release 2.1.0

27 Dec 16:07
Compare
Choose a tag to compare
  1. GH-71 - Upgrade Playframework to version 2.3.10
  2. GH-70 - Fix problem related to use logSql with JNDI
  3. Upgrade HikariCP to version 2.4.3

See more details at our changelog.

Release 2.0.5

06 May 01:33
Compare
Choose a tag to compare
  1. #66 #65 - Config translation for basic jdbc connection settings
  2. Updates HikariCP to version 2.3.7

Thanks to @takezoe for the contribution.

Release 2.0.3

26 Mar 05:28
Compare
Choose a tag to compare
  1. GH-59 - Allow play to start when a configured db is unavailable
  2. Upgrade HikariCP to version 2.3.5

2.0.2

26 Feb 00:29
Compare
Choose a tag to compare
  1. GH-52 - Correct error report when database connection fail
  2. GH-37 - Documentation about how to use with play-slick

2.0.0

25 Feb 05:10
Compare
Choose a tag to compare

This is a full rewrite of this plugin and it is not backwards compatible with previous versions. We did that in order to have:

  1. Simplified configuration: now it just exposes the HikariCP properties which can be configured directly in conf/application.conf file
  2. Better documentation: it is more clear, concise and direct
  3. Automated tests: now we have a specs suite
  4. Java 8 support

Also, a lot of issues were closed in this release:

  1. #3 - Play way is not correct
  2. #25 - Cannot find config
  3. #27 - Instructions to use latest hikari plugin with Play 2.2.x
  4. #35 - Problem loading the file hikaricp.prod.properties
  5. #36 - Dynamically translate typesafe HOCON properties to Hikari properties
  6. #40 - Get rid of "jdbcConnectionTest" warning when using Play configuration
  7. #41 - Bad mapping for some properties & incoherent default values
  8. #43 - Invalid time conversion on IdleMaxAge
  9. #50 - Info level messages leaking into logs despite error level set
  10. #51 - It seems that 2.0.0-M1 cannot be resolved from the repository