Skip to content

Releases: eclipse-ecsp/sql-dao

1.2.2

19 Dec 10:53

Choose a tag to compare

Fixed an issue in 1.2.0 and 1.2.1 release where upon dynamic addition of tenant, spring's data source was not being refreshed by sql-dao.

Full Changelog: sql-dao-1.2.1...sql-dao-1.2.2

1.2.1

19 Dec 07:56

Choose a tag to compare

Upgraded spring framework version to 6.2.15 and spring boot version to 3.5.9

Full Changelog: sql-dao-1.2.0...sql-dao-1.2.1

1.2.0

18 Dec 16:07
85d8755

Choose a tag to compare

Adding support for multitenancy and dynamic tenant add, update and remove with database configurations.

What's Changed

Other Changes

New Contributors

Full Changelog: sql-dao-1.1.2...sql-dao-1.2.0

1.1.2

29 Apr 08:39
a9acc2d

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: sql-dao-1.1.1...sql-dao-1.1.2

1.1.1

23 Apr 16:28
5bc82a8

Choose a tag to compare

Fixed a bug wherein tables were being dropped on startup of the application. Default value for following properties has been updated -

  • spring.jpa.hibernate.ddl-auto to "update", from "create"
  • spring.jpa.show-sql to "true", from "false"

What's Changed

Bug Fixes

Full Changelog: 1.1.0...sql-dao-1.1.1

1.1.0

15 Apr 12:43
f37ae5d

Choose a tag to compare

With this release, we have added support for refreshing credentials and re-creating datasource and database connections with the refreshed credentials. Logic for refresh credentials needs to be provided by the custom credentials provider.

This release also fixes some open sonar and checkstyle issues in the previous release.

What's Changed

Other Changes

Full Changelog: 1.0.0...1.1.0

1.0.0

28 Mar 19:11
ce180e0

Choose a tag to compare

1.0.0 release for SQL DAO library which provides the following features -

  • Connection pooling to the Postgres DB.
  • Creates, manages and authenticates connection to Postgres DB.
  • One way TLS for communication with database.
  • Retry on failure in obtaining a connection is implemented with the configurable retry count.
  • Graceful shutdown of the connection is ensured whenever a connection is closed.

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/eclipse-ecsp/sql-dao/commits/1.0.0