Releases: ebean-orm/ebean-datasource
Releases · ebean-orm/ebean-datasource
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
- @rob-bygrave made their first contribution in #73
Full Changelog: ebean-datasource-parent-8.5...ebean-datasource-parent-8.6
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
8.3
8.2
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