Skip to content

Releases: ebean-orm/ebean-datasource

10.9

12 Jun 23:31

Choose a tag to compare

What's Changed

  • Change log level ERROR -> INFO for the RESOLVED FATAL: DataSource [" … by @rob-bygrave in https://github.com//pull/151

Full Changelog: 10.8...10.9

10.8

12 Jun 05:20

Choose a tag to compare

What's Changed

  • Fix leak detection wrongly closing actively-in-use connections during… by @rob-bygrave in #149
  • docs: Major update, add configuration-reference.md etc by @rob-bygrave in #150
  • Bump org.postgresql:postgresql from 42.7.2 to 42.7.11 in /blackbox-tests by @dependabot[bot] in #145
  • Bump org.postgresql:postgresql from 42.7.2 to 42.7.11 in /ebean-datasource by @dependabot[bot] in #144

Full Changelog: 10.7...10.8

10.7

11 Jun 06:17

Choose a tag to compare

What's Changed

  • Bug fix for propagation of pstmtCacheSize and cstmtCacheSize from mai… by @rob-bygrave in #148

Full Changelog: 10.6...10.7

10.6

10 Jun 04:52

Choose a tag to compare

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

12 Apr 09:50

Choose a tag to compare

What's Changed

  • Adjust the prepared statement cache default from 100 to 300 by @rbygrave in #143

Full Changelog: 10.4...10.5

10.4

09 Apr 09:32

Choose a tag to compare

What's Changed

  • Reset the metrics after initialisation of the pool by @rbygrave in #142

Full Changelog: 10.3...10.4

10.3

14 Feb 02:22

Choose a tag to compare

What's Changed

  • On Connection initialisation, setAutoCommit() mode later (after clientInfo etc) by @rbygrave in #141

Full Changelog: 10.2...10.3

10.2

05 Nov 08:25
c1770fa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.1...10.2

10.1

28 May 05:16

Choose a tag to compare

What's Changed

  • Add support for initialConnections by @rbygrave in #136
  • Increase default PreparedStatementCache to 100 from 50. by @rbygrave in #137
  • Remove the PstmtCache putCount as its just hitCount + missCount by @rbygrave in #138

Full Changelog: 10.0...10.1

10.0

29 Apr 10:32

Choose a tag to compare

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