Skip to content

Releases: aws/amazon-documentdb-jdbc-driver

v1.0.0-beta.12

30 Sep 01:32
adfabf7
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

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

24 Sep 23:11
19ef1c9
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

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

04 Sep 00:27
52a1498
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release
  • Changes to logging
  • Documentation updates
  • Minor bug fixes
  • Schema refresh on connect

v1.0.0-beta.9

24 Aug 22:44
933ef3e
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release
  • Updates to package shadowing
  • Updates to documentation

v1.0.0-beta.8

23 Aug 23:47
03b7e5b
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release
  • Performance enhancements
  • Fix for filtering by ObjectID fix

v1.0.0-beta.7

16 Aug 23:25
a2fdf35
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release
  • Embedded SSH tunnel
  • Performance improvements
  • Documentation enhancements
  • Small bug fixes

v1.0.0-beta.6

20 Jul 18:01
796b913
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release
  • Addressed compatibility issues with Tableau 2020.4.6

v1.0.0-beta.5

19 Jul 18:55
af0d776
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release
  • 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

28 Jun 21:38
34ac542
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release
  • Schema Persistence CLI
  • Various bug fixes in WHERE clause
  • Query cancellation
  • Support for EXTRACT

v1.0.0-beta.3

10 Jun 21:00
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release
  • Bug fixes
  • Support for prepared statement
  • Initial version of schema persistence CLI
  • Added TLS CA file as connection parameter