From b326399f123be2b535f7d4d723474334cf522703 Mon Sep 17 00:00:00 2001 From: Yang Xia <55853655+xiazcy@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:59:37 -0700 Subject: [PATCH] update changelog for v3 release (#211) --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8efc940..1c527760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ # Amazon Neptune JDBC Driver Change Log -## v2.1.0 Change Log +## v3.1.0 Change Log -`v2.1.0` of the **Amazon Neptune JDBC Driver** will build on `v2.0.0` but has not been started yet. +`v3.1.0` of the **Amazon Neptune JDBC Driver** will build on `v3.0.0` but has not been started yet. + +## v3.0.0 Change Log + +`v3.0.0` of the **Amazon Neptune JDBC Driver** is a major update release which provides compatibility with Neptune engine version >= 1.2.0.0. + +Note, this version is not compatible with engine version <1.2.0.0. If you are using previous version, please refer to the [Compatibility Matrix](README.md#compatibility-with-aws-neptune) to find what JDBC driver version to choose. + +### Bug Fixes +* Fixed issues with openCypher IAM auth signature with Neptune engine version 1.2.0.0 +* Fixed build failures related to checkstyle versions + +### New Features and Improvements +* Refactored SQL-Gremlin submodule into main module for publishing artifacts onto Maven ## v2.0.0 Change Log