Skip to content

v1.0.0

Compare
Choose a tag to compare
@lyndonbauto lyndonbauto released this 02 Dec 21:21
· 135 commits to develop since this release

Amazon Neptune JDBC Driver

This release for Amazon Neptune's JDBC Driver is the first GA Release of the driver.

What's New

  • Bug fixes and enhanced support for SQL to Gremlin conversion
    • HAVING support
    • ORDER BY using label
    • COUNT(*) support
    • Edge column retrieval
    • Various other minor improvements
  • Tableau extract mode enabled
  • Tableau data preview enabled
  • SERVICE_REGION now supported as a connection property
  • Cut down the output size of the shadow jar
  • Fixes to enhance JDBC metadata
  • Enhanced documentation
  • Tableau connector updates to support SERVICE_REGION

Commit Log

  • Fixes for a number of simple issues with metadata and SQL support by @lyndonb-bq in #22
  • Bump com.github.spotbugs from 4.7.9 to 4.7.10 by @dependabot in #25
  • Bump gson from 2.7 to 2.8.9 by @dependabot in #1
  • Rename shadowJar dependencies and minimize by @simonz-bq in #26
  • AN-886 Feature and bug templates for the repository by @lyndonb-bq in #27
  • Fix for querying columns of an edge by @lyndonb-bq in #44
  • Make OFFSET throw an exception instead of being silently ignored by @lyndonb-bq in #29
  • AN-887 Temporarily disabling query cancellation by @lyndonb-bq in #28
  • Remove additional NOTICE and LICENSE files by @simonz-bq in #42
  • Fixed HAVING support and did some rearchitecting to simplify any future additions to this part of the code by @lyndonb-bq in #45
  • Adding kylepbit to our additional reviewers by @lyndonb-bq in #50
  • ORDER BY using a label fix by @lyndonb-bq in #46
  • Fix for COUNT(*) support by @lyndonb-bq in #47
  • [AN-893] Tableau Connector Name Change by @alexey-temnikov in #54
  • [AN-890] Minor nits in documentation: authScheme by @alexey-temnikov in #52
  • Make Service Region into Property by @xiazcy in #48
  • Fix for Miscellaneous Query Issues from Bug Bash by @lyndonb-bq in #51
  • Fixing Tableau Extract Error by @lyndonb-bq in #55
  • Remove Catalog support by @simonz-bq in #49
  • Tableau Data Preview Error Fixes by @lyndonb-bq in #58
  • [AN-861] Minor improvement. Example walkthrough how to connect to the database. by @alexey-temnikov in #53
  • [AN-890] DOC - Added Limitation around Tableau Usage by @alexey-temnikov in #63
  • Print all logs when assembling Tableau Connector by @alexey-temnikov in #60
  • AN-890 TACO file and documentation update by @xiazcy in #62
  • Report driver version in metadata by @simonz-bq in #61

Full Changelog: 1.0.0-beta.1...1.0.0[](url)