Releases: eclipse-ecsp/sql-dao
1.2.2
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
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
Adding support for multitenancy and dynamic tenant add, update and remove with database configurations.
What's Changed
Other Changes
- Update DEPENDENCIES by @eclipse-ecsp-bot in #16
- Feature 17 Multitenancy support in sql-dao library by @ihussainbadshah in #18
- Update version to 1.9-feat-17-1-SNAPSHOT by @ihussainbadshah in #19
- Feature 17 SQL DAO MultiTenancy Support. by @ihussainbadshah in #20
- Update GitHub Actions workflow for secret checks by @kaushalaroraharman in #21
- Feature 17 Fixed Javadoc issues by @ihussainbadshah in #22
- Feature 17 SQL DAO Multitenancy Support. by @ihussainbadshah in #23
- Feature #17 abstractroutingdatasource implementation for multitenancy by @ihussainbadshah in #25
- 640 - EOL configuration by @sanath-madhav in #24
- GitHub Feature #17 Added DependsOn to prevent a race condition. by @ihussainbadshah in #32
- GitHub Feature #17 Changed TenantRoutingDataSource to fix multitenanc… by @ihussainbadshah in #34
- Feature #17 SQL DAO Multitenancy Support - Assigned default value to … by @ihussainbadshah in #36
- 17 feat abstractroutingdatasource implementation for multitenancy by @ihussainbadshah in #39
- GH:558 - SQL DAO Multitenancy Support | v1 by @sanath-madhav in #40
- Add support for multitenancy in SQL DAO by @kaushalaroraharman in #37
New Contributors
- @ihussainbadshah made their first contribution in #18
- @sanath-madhav made their first contribution in #24
Full Changelog: sql-dao-1.1.2...sql-dao-1.2.0
1.1.2
What's Changed
Bug Fixes
- Fix NullPointerException in IgnitePostgresDbMetricsExporter at shutdowm by @kaushalaroraharman in #15
Full Changelog: sql-dao-1.1.1...sql-dao-1.1.2
1.1.1
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
- WI 724803 Fix DDL update value by @kaushalaroraharman in #13
Full Changelog: 1.1.0...sql-dao-1.1.1
1.1.0
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
- Add test cases for credentials refresh by @kaushalaroraharman in #3
- Update DEPENDENCIES by @eclipse-ecsp-bot in #4
- Fix sonar and checkstyle issues by @kaushalaroraharman in #5
- Fix sonar and checkstyle issues by @kaushalaroraharman in #6
- Fix sonar and checkstyle issues by @kaushalaroraharman in #7
Full Changelog: 1.0.0...1.1.0
1.0.0
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
- WI 705990 First checkin to sql-dao by @kaushalaroraharman in #1
- Update DEPENDENCIES by @eclipse-ecsp-bot in #2
New Contributors
- @kaushalaroraharman made their first contribution in #1
- @eclipse-ecsp-bot made their first contribution in #2
Full Changelog: https://github.com/eclipse-ecsp/sql-dao/commits/1.0.0