Skip to content

v2.0.0

Compare
Choose a tag to compare
@xiazcy xiazcy released this 03 Oct 21:15
· 39 commits to develop since this release
f171903

Amazon Neptune JDBC Driver

v2.0.0 of the Amazon Neptune JDBC Driver is a major update release which provides compatibility with Neptune engine version 1.1.1.0+.

Additional bug fixes and new features are listed below:

Change log

Bug Fixes

  • Fixed issues with openCypher IAM auth signature with Neptune engine version 1.1.1.0 by @asarkar in #201
  • Fixed GROUP BY with renamed table by @annapotr in #176
  • Fixed bug in getting column names for metadata by @xiazcy in #160

New Features and Improvements

  • Added X-Amz-Security-Token to support session token by @asarkar in #201
  • Added basic literal comparisons in WHERE and HAVING after INNER JOIN by @annapotr in #177
  • Added NOT support to WHERE clause by @annapotr in #173
  • Added support for scalar values without column names by @danielmatuki in #155

New Contributors

Full Changelog: v1.1.0...v2.0.0