Skip to content

Releases: aws/neptune-export

Neptune Export v2.0.2

16 Jun 21:02
5b7349c

Choose a tag to compare

Release Date: June 16, 2025

Bug Fixes:

  • Fix fallback for finding parameter group families via Neptune engine version by @Cole-Greer in #188

Full Changelog: v2.0.1...v2.0.2

Neptune Export v2.0.1

11 Jun 02:49
3610aa8

Choose a tag to compare

Release Date: June 10, 2025

Bug Fixes:

Full Changelog: v2.0.0...v2.0.1

Neptune Export v2.0.0

16 May 00:57

Choose a tag to compare

Release Date: May 15, 2025

Known Issues

  • Unable to upload files larger than 5GB to S3. Consider upgrading to v2.0.1

Breaking Changes:

Missing CSV headers from export-pg-from-queries

This release fixes a bug where headers were previously missing from the default csv format for export-pg-from-queries. With this fix, headers will now be present by default in export-pg-from-queries. Use --format csvNoHeaders or "format": "csvNoHeaders" to revert to export as CSV without headers.

New Features and Improvements:

  • Migrate to AWS SDK for Java v2 by @Cole-Greer in #149
  • Use the jobId from the Neptune Export Service (AWS Batch jobId) as the default exportId if available by @Cole-Greer in #177
  • Enable csv file rewrites for export-pg-from-queries to ensure output conforms to inferred schema by @Cole-Greer in #174

Bug Fixes:

Full Changelog: v1.1.11...v2.0.0

Neptune Export v1.1.11

10 Mar 22:46
a5a79dc

Choose a tag to compare

Release Date: March 10, 2025

Bug Fixes:

  • Fix incorrect URL scheme for network load balancer endpoints by @Cole-Greer in #163

Full Changelog: v1.1.10...v1.1.11

Neptune Export v1.1.10

16 Dec 23:55

Choose a tag to compare

Release Date: December 16, 2024

New Features and Improvements:

Full Changelog: v1.1.9...v1.1.10

Neptune Export v1.1.9

12 Nov 23:11
5b74837

Choose a tag to compare

Release Date: November 12, 2024

Bug Fixes

  • Improve GremlinFilter compilation efficiency for highly concurrent exports by @Cole-Greer in #147

New Features and Improvements:

Full Changelog: v1.1.8...v1.1.9

Neptune Export v1.1.8

28 Aug 01:33
fd695a6

Choose a tag to compare

Release Date: August 27, 2024

Bug Fixes

  • Fix RDF GSP error extraction by @Cole-Greer in #133
  • Disable client-side verification of URI syntax for export-rdf by @Cole-Greer in #134
  • Throws exception in cases where S3 Handler cannot find local files by @Cole-Greer in #135

Full Changelog: v1.1.7...v1.1.8

Neptune Export v1.1.7

15 Jul 23:09

Choose a tag to compare

Release Date: July 15, 2024

Bug Fixes

  • Support Neptune 1.3 parameter groups when describeDBClusterParameterGroups unavailable by @zacharyp in #128
  • Surface server errors for RDF GSP exports by @Cole-Greer in #129

New Features and Improvements:

  • Use AWS Batch Job ID as Neptune Export ID when available by @Cole-Greer in **#130

New Contributors

Full Changelog: v1.1.6...v1.1.7

Neptune Export v1.1.6

18 Apr 00:29
c9dac01

Choose a tag to compare

Release Date: April 17, 2024

Bug Fixes:

  • Fix bug in export-rdf to Kinesis where Neptune Export may terminate before all data has been written to the stream
    by @Cole-Greer in #126

Full Changelog: v1.1.5...v1.1.6

Neptune Export v1.1.5

19 Mar 00:39
ed8546d

Choose a tag to compare

Release Date: March 18, 2024

New Features and Improvements:

  • Add '--clone-cluster-enable-audit-logs' argument which enables audit logging on cloned clusters. Audit logging is disabled by default, which aligns with previous behavior by @Cole-Greer in #123

Full Changelog: v1.1.4...v1.1.5