Releases: ebean-orm/ebean-datasource
Releases · ebean-orm/ebean-datasource
9.2
9.1
9.0
What's Changed
- Remove the ConnectionPool warning size feature by @rbygrave in #101
- Remove Deprecated methods from DataSourcePool and PoolStatus (migrate to renamed methods) by @rbygrave in #102
- Remove experimental lambda mode as it now detects it automatically and otherwise... by @rbygrave in #103
Full Changelog: 8.15...9.0
8.15
8.14
What's Changed
- Change the Lambda check time gap to use maxInactiveMillis + 1 minute by @rbygrave in #94
- Change such that when testing the connection on return due to error it skips trimming connections by @rbygrave in #95
- Add validateOnHeartbeat with the ability to turn this off (typically for use with Lambda) by @rbygrave in #96
- Add maxAcquireMicros and meanAcquireNanos for pool status metrics by @rbygrave in #98
Full Changelog: 8.13...8.14
8.13
7.6
What's Changed
Full Changelog: ebean-datasource-parent-7.5...ebean-datasource-parent-7.6
8.12
What's Changed
- Add shutdown hook - via DataSourcePool.builder().shutdownOnJvmExit(true) by @rbygrave in #90
- Add shutdown listener, which shuts down the pool on JVM exit by @rPraml in #88
- Add experimental feature for Lambda specific support by @rbygrave in #91
Dependencies
- Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.12 in /ebean-datasource by @dependabot in #87
- Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /ebean-datasource by @dependabot in #89
Full Changelog: 8.11...8.12