Releases: aws/amazon-documentdb-jdbc-driver
Releases · aws/amazon-documentdb-jdbc-driver
v1.0.0-beta.12
This beta release focuses on stability and includes fixes for the JDBC driver.
Bug Fixes
- Foreign key validation failing for some joins even when it shouldn't
- Authorization error and invalid credentials should throw SQLError with SqlState == 28000
- Tableau Connector - passphrase and file properties cannot be use on connection dialog.
v1.0.0-beta.11
Amazon DocumentDB JDBC Driver Changelog
Amazon DocumentDB JDBC Driver v1.0.0-beta.11
This beta release focuses on stability and includes fixes for the JDBC driver.
Bug Fixes
- Order by is not working without limit when the query is wrapped in select.
- The schema may not include an index for nested documents within a nested array.
- Joins are not working as expected for nested documents within a nested array.
- Incorrect join results might be produced for nested array and nested documents in an array.
- Ensure only imported table references are included when importing schema using CLI.
Improvements
- Improved handling of matching hashing algorithm of stored hosts in known_hosts file.
- Improved handling passphrase when using embedded SSH Tunnel
- Update wording in Tableau Connector dialog.
- Documentation enhancements.
v1.0.0-beta.10
- Changes to logging
- Documentation updates
- Minor bug fixes
- Schema refresh on connect
v1.0.0-beta.9
- Updates to package shadowing
- Updates to documentation
v1.0.0-beta.8
- Performance enhancements
- Fix for filtering by ObjectID fix
v1.0.0-beta.7
- Embedded SSH tunnel
- Performance improvements
- Documentation enhancements
- Small bug fixes
v1.0.0-beta.6
- Addressed compatibility issues with Tableau 2020.4.6
v1.0.0-beta.5
- Support for SUBSTRING, IS NULL, TIMESTAMPADD, TIMESTAMPDIFF, FLOOR (date TO timeUnit), DAYNAME, MONTHNAME, CURRENT_TIME, CURRENT_DATE, CURRENT_TIMESTAMP
- Minor bug fixes
v1.0.0-beta.4
- Schema Persistence CLI
- Various bug fixes in WHERE clause
- Query cancellation
- Support for EXTRACT
v1.0.0-beta.3
- Bug fixes
- Support for prepared statement
- Initial version of schema persistence CLI
- Added TLS CA file as connection parameter