Releases: ebean-orm/ebean-datasource
Releases · ebean-orm/ebean-datasource
10.6
What's Changed
- Add PoolStatus.size() helper as convenience for free + busy by @rob-bygrave in #146
- Mark DataSourceFactory.create() as deprecated in favour of DataSource… by @rob-bygrave in #147
Full Changelog: 10.5...10.6
10.5
10.4
10.3
10.2
What's Changed
- DataSourcePoolNewConnectionListener for listening of new connections by @Ryszard-Trojnacki in #139
- Service Load a (default) NewConnectionInitializer by @rbygrave in #140
New Contributors
- @Ryszard-Trojnacki made their first contribution in #139
Full Changelog: 10.1...10.2
10.1
10.0
Notes
This version uses a Multi-Version jar, such that it still supports Java 11+ but will use Java 21 Virtual Threads when used with JDK 21+.
That is, when run with Java 21+, it will use Virtual Threads for performing the Heartbeat pool health checks and background closing of connections.
What's Changed
- Close connections asynchronously (2) by @rbygrave in #134
- Close connections asyncronously by @rPraml in #127
- Fix for DataSourceConfig.setDefaults() when using 2 and 200 for min a… by @rbygrave in #133
- Internal heartbeat Timer, use Virtual Thread for Java 21 by @rbygrave in #135
Full Changelog: 9.6...10.0
9.6
What's Changed
- Copy properties instead of setting as default value by @rPraml in #128
- Updated ebean-test-containers to 7.8 by @rPraml in #129
- Add totalAcquireMicros() and totalWaitMicros() to PoolStatus by @rbygrave in #132
- fixed spelling of captureStackTrace by @rPraml in #131
- Merge customProperties/clientInfo/initSql when loading config from multiple places by @rPraml in #130
Full Changelog: 9.5...9.6