Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.6] - 2023-04-28
Changed
- Refactored resource shutdown for
DatabaseMetaDataUsingInfoSchema
andCallableStatement
(PR #388 & PR #390). - Upgraded
com.github.vlsi.license-gather
from 1.77 to 1.87 andjunit-jupiter-engine
from 5.8.2 to 5.9.2 (PR #378 & PR #355). - Excluded
SampleApplication
from distribution jar (PR #392). - Updated README with list of database engine versions tested against (here).
Fixed
- Fixed
AuroraTopologyService
to use fallback timestamp when the topology query results in an invalid timestamp during daylight savings (Issue 386).