Skip to content

Releases: ebean-orm/ebean-datasource

4.3.2

29 Nov 02:28

Choose a tag to compare

#17 - ENH: Improved logging for #16 - ENH: Support specifying database owner username, password and InitDatabase

4.3.1

28 Nov 11:01

Choose a tag to compare

#16 - ENH: Support specifying database owner username, password and InitDatabase

4.2.2

08 Nov 11:51

Choose a tag to compare

Issues:

#15 - Memory leak in case PostgreSQL JDBC driver is used (clearWarnings not being called on return to pool)

4.2.1

25 Oct 12:03

Choose a tag to compare

Changed maven groupId and artifactId

#14 Move to groupId: io.ebean artifactId: ebean-datasource

4.1.1

25 Oct 11:03

Choose a tag to compare

#13 Use more specific runtime exceptions DataSourceConfigurationException and DataSourceInitialisationException
#12 Changed the following things - DataSourceAlert, setMax(), failOnStart option, initSql

3.2.3

26 Mar 21:03

Choose a tag to compare

#11 - Support extra calls to PreparedStatement.close() ...

3.2.2

26 Mar 02:43

Choose a tag to compare

Re-release with no changes - release 3.2.1 had an issue in staging.

3.2.1

26 Mar 02:32

Choose a tag to compare

#10 - Bump to 3.2 API (with default maxIdle 5 mins and default maxConnections 200)

3.1.2

26 Mar 02:31

Choose a tag to compare

#9 - Add connections to beginning of free list rather than end ... such that excess Idle connections stay more idle and are cleaned up

3.1.1

09 Jan 00:55

Choose a tag to compare

#8 ENH: Support 3.1 API with read-only configuration support enhancement