v2.0.0
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
andHAVING
afterINNER JOIN
by @annapotr in #177 - Added
NOT
support toWHERE
clause by @annapotr in #173 - Added support for scalar values without column names by @danielmatuki in #155
New Contributors
- @danielmatuki made their first contribution in #155
- @annapotr made their first contribution in #176
- @asarkar made their first contribution in #201
Full Changelog: v1.1.0...v2.0.0