Skip to content

Releases: ebean-orm/ebean-datasource

8.9

22 Nov 10:42

Choose a tag to compare

8.9

What's Changed

  • Improve javadoc around settings() use. Add apply() and alsoIf(). by @rbygrave in #81

Full Changelog: 8.8...8.9

8.8

22 Nov 10:42

Choose a tag to compare

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

8.7

22 Aug 10:47

Choose a tag to compare

8.7

What's Changed

  • Clear parameters/batch/warnings, when statement is returned to cache by @rPraml in #75

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

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