| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| neptune-jdbc-2.0.0.taco | 2022-10-03 | 12.8 kB | |
| neptune-jdbc-2.0.0-all.jar | 2022-10-03 | 60.4 MB | |
| neptune-jdbc-2.0.0.jar | 2022-10-03 | 213.6 kB | |
| README.md | 2022-10-03 | 1.7 kB | |
| v2.0.0.tar.gz | 2022-10-03 | 25.2 MB | |
| v2.0.0.zip | 2022-10-03 | 25.6 MB | |
| Totals: 6 Items | 111.4 MB | 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 https://github.com/aws/amazon-neptune-jdbc-driver/pull/201
- Fixed
GROUP BYwith renamed table by @annapotr in https://github.com/aws/amazon-neptune-jdbc-driver/pull/176 - Fixed bug in getting column names for metadata by @xiazcy in https://github.com/aws/amazon-neptune-jdbc-driver/pull/160
New Features and Improvements
- Added
X-Amz-Security-Tokento support session token by @asarkar in https://github.com/aws/amazon-neptune-jdbc-driver/pull/201 - Added basic literal comparisons in
WHEREandHAVINGafterINNER JOINby @annapotr in https://github.com/aws/amazon-neptune-jdbc-driver/pull/177 - Added
NOTsupport toWHEREclause by @annapotr in https://github.com/aws/amazon-neptune-jdbc-driver/pull/173 - Added support for scalar values without column names by @danielmatuki in https://github.com/aws/amazon-neptune-jdbc-driver/pull/155
New Contributors
- @danielmatuki made their first contribution in https://github.com/aws/amazon-neptune-jdbc-driver/pull/155
- @annapotr made their first contribution in https://github.com/aws/amazon-neptune-jdbc-driver/pull/176
- @asarkar made their first contribution in https://github.com/aws/amazon-neptune-jdbc-driver/pull/201
Full Changelog: https://github.com/aws/amazon-neptune-jdbc-driver/compare/v1.1.0...v2.0.0