Releases: ebean-orm/ebean-datasource
Releases · ebean-orm/ebean-datasource
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
8.11
8.10
8.9
8.8
What's Changed
- Add support for password2 and transparent password rotation by @rbygrave in #76
- Add DataSourceConfig setName() and build() method to build DataSourcePool by @rbygrave in #77
- Add DataSourceConfig.load() methods that take properties by @rbygrave in #78
- Refactor extract DataSourceBuilder interface by @rbygrave in #79
- Add DataSourceBuilder.from(properties) static factory methods by @rbygrave in #80
Full Changelog: 8.7...8.8