Skip to content

Commit

Permalink
Doc updates for v3.0.2 release (#233)
Browse files Browse the repository at this point in the history
* v3.0.2 release doc updates

Updates to readme, changelog, and gradle properties for v3.0.2

* update taco file version
  • Loading branch information
Cole-Greer authored May 29, 2023
1 parent e4d63c8 commit 10f8bb0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## v3.1.0 Change Log

`v3.1.0` of the **Amazon Neptune JDBC Driver** will build on `v3.0.1` but has not been started yet.
`v3.1.0` of the **Amazon Neptune JDBC Driver** will build on `v3.0.2` but has not been started yet.

## v3.0.2 Change Log

`v3.0.2` of the **Amazon Neptune JDBC Driver** is a patch release which brings compatibility with Neptune engine versions ≥ 1.2.1.0 by upgrading to Apache TinkerPop 3.6.4.

### New Features and Improvements

* Upgraded Apache TinkerPop to version 3.6.4.
* Updates to Tableau Connector Fields.

## v3.0.1 Change Log

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ This driver is compatible with JDBC 4.2 and requires a minimum of Java 8.

### Compatibility with AWS Neptune

| Engine Release | Driver Version |
|--------------------------|----------------|
| < 1.1.1.0 | 1.1.0 |
| < 1.2.0.0 and >= 1.1.1.0 | 2.0.0+ |
| >= 1.2.0.0 | 3.0.0+ |
| Engine Release | Driver Version |
|----------------------------|----------------|
| < 1.1.1.0 | 1.1.0 |
| &ge; 1.1.1.0 and < 1.2.0.0 | 2.0.0+ |
| &ge; 1.2.0.0 and < 1.2.1.0 | 3.0.0+ |
| &ge; 1.2.1.0 | 3.0.2+ |

### Connection URL and Settings

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.warning.mode=all
MAJOR_VERSION=3
MINOR_VERSION=0
PATCH_VERSION=1
PATCH_VERSION=2
# Comment out if not creating a beta version
# BETA_VERSION=1
# Uncomment out next line to disable remote integration tests
Expand Down
2 changes: 1 addition & 1 deletion markdown/sql-gremlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ The driver does not support `Convert to Custom SQL` in Tableau, due to Tableau

# Acknowledgements

Special thanks goes to the [Apache TinkerPop](http://tinkerpop.incubator.apache.org/) and [Apache Calcite](https://calcite.apache.org/) teams. The depth and breadth of both of these projects is truly astounding. Also, thanks to Daniel Kuppitz. His work on [SPARQL-Gremlin](https://github.com/dkuppitz/sparql-gremlin) served as a model and inspiration for SQL-Gremlin.
Special thanks goes to the [Apache TinkerPop](http://tinkerpop.apache.org/) and [Apache Calcite](https://calcite.apache.org/) teams. The depth and breadth of both of these projects is truly astounding. Also, thanks to Daniel Kuppitz. His work on [SPARQL-Gremlin](https://github.com/dkuppitz/sparql-gremlin) served as a model and inspiration for SQL-Gremlin.
2 changes: 1 addition & 1 deletion tableau-connector/src/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>

<connector-plugin class='neptune-jdbc' superclass='jdbc' plugin-version='3.0.1' name='@string/amazon_neptune/' version='18.1' min-version-tableau='2020.3'>
<connector-plugin class='neptune-jdbc' superclass='jdbc' plugin-version='3.0.2' name='@string/amazon_neptune/' version='18.1' min-version-tableau='2020.3'>
<vendor-information>
<company name="Amazon Web Services"/>
<support-link url="https://github.com/aws/amazon-neptune-jdbc-driver/issues"/>
Expand Down

0 comments on commit 10f8bb0

Please sign in to comment.