Skip to content

Releases: ebean-orm/ebean-datasource

9.2

07 Nov 08:29
Compare
Choose a tag to compare

What's Changed

  • Feature/change schema reset review by @rPraml in #106
  • Use pool schema/catalog for original values, lazy initialise originalSchema if required by @rbygrave in #105

Full Changelog: 9.1...9.2

9.1

07 Nov 08:29
Compare
Choose a tag to compare
9.1

What's Changed

  • Resetting Schema and Catalog, when connection returend to pool by @rPraml in #104

Full Changelog: 9.0...9.1

9.0

20 Jun 11:08
0d8b846
Compare
Choose a tag to compare
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

20 Jun 11:07
c6f37dc
Compare
Choose a tag to compare

What's Changed

  • Default validateOnHeartbeat = !System.getenv().containsKey("LAMBDA_TASK_ROOT"); by @rbygrave in #99
  • Remove ability to modify minConnections at runtime by @rbygrave in #100

Full Changelog: 8.14...8.15

8.14

10 Apr 11:31
Compare
Choose a tag to compare

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

11 Mar 10:04
Compare
Choose a tag to compare

What's Changed

  • Improve trim skipping minConnections for max idle by @rbygrave in #92

Full Changelog: 8.12...8.13

7.6

11 Mar 10:03
Compare
Choose a tag to compare
7.6

What's Changed

  • Backport trimInactiveConnections() improvements by @rbygrave in #93

Full Changelog: ebean-datasource-parent-7.5...ebean-datasource-parent-7.6

8.12

03 Mar 02:10
Compare
Choose a tag to compare

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

23 Nov 10:35
Compare
Choose a tag to compare

What's Changed

  • Add support for explicitly setting the driver class or driver instance to use by @rbygrave in #85
  • No effective change, adjust logging by @rbygrave in #86

Full Changelog: 8.10...8.11

8.10

22 Nov 10:42
Compare
Choose a tag to compare

What's Changed

  • With DataSourceBuilder.setDefaults() also set minConnections if ... by @rbygrave in #82
  • Use Driver rather than DriverManager by @rbygrave in #83
  • Add support for using a supplied DataSource to provide new connections to the pool by @rbygrave in #84

Full Changelog: 8.9...8.10