Skip to content

Releases: ebean-orm/ebean-datasource

8.6

19 Jul 22:46

Choose a tag to compare

8.6

What's Changed

  • Bump default heartbeatTimeoutSeconds to 30 secs from 3 by @rbygrave in #72
  • On close() check if underlying connection is closed by @rob-bygrave in #73
  • Remove unused MANIFEST.MF as we have module-info now by @rbygrave in #74
  • Bump h2 from 2.1.212 to 2.2.220 in /ebean-datasource by @dependabot in #71

New Contributors

Full Changelog: ebean-datasource-parent-8.5...ebean-datasource-parent-8.6

8.5

19 Jan 10:14

Choose a tag to compare

8.5

What's Changed

  • Bump postgresql from 42.5.0 to 42.5.1 in /ebean-datasource by @dependabot in #68
  • When schema specified, change to use connection.setSchema() rather than connection Properties by @rbygrave in #69

Full Changelog: ebean-datasource-parent-8.4...ebean-datasource-parent-8.5

8.4

21 Nov 01:48

Choose a tag to compare

8.4

#67 - Support setting non-standard isolation level

8.3

02 Oct 22:39

Choose a tag to compare

8.3

Issues

#65 - isClose() on IDLE connection throws SQLException - Flyway is using isClosed()

8.2

27 Jul 01:58

Choose a tag to compare

8.2

#62 - Use AppLog.getLogger() rather than System.getLogger() to allow for customization

8.1

27 Jul 01:59

Choose a tag to compare

8.1

#57 - Check driver exists when explicitly set
#58 - Rename methods with deprecation: getName() -> name(), getStatus() -> status() etc
#59 - Change ConnectionPool to not be public
#60 - Remove longRunning flag from PooledConnection
#61 - Tidy internals - use accessor methods instead of getters
#54 - Include url when throwing DataSourceConfigurationException

8.0

23 Mar 08:56

Choose a tag to compare

8.0

#51 - Compile to Java 11, use System.Logger

7.5

25 Jan 20:33

Choose a tag to compare

7.5

Issues:

#50 - Refactor tests - Remove Thread.Sleep to improve test speed
#49 - When 'failOnStart' is disabled, and the database was down at start up the pool does not recover by itself

7.4

21 Jan 08:51

Choose a tag to compare

7.4

Issues:

#48 - Remove use of finalize() method
#47 - Bump h2 test dependency from 1.4.193 to 2.0.206

7.3

22 Sep 23:47

Choose a tag to compare

7.3

Issues:

#46 - Refactor reduce Loggers to single common "io.ebean.datasource"