Releases: aws/neptune-export
Neptune Export v2.0.2
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
Release Date: June 10, 2025
Bug Fixes:
- Fix inability to upload large files (>5GB) to S3 by @Cole-Greer in #184
Full Changelog: v2.0.0...v2.0.1
Neptune Export v2.0.0
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-queriesto ensure output conforms to inferred schema by @Cole-Greer in #174
Bug Fixes:
- Add retries to Neptune clone creation by @Cole-Greer in #175
- Fix missing csv headers from
export-pg-from-queriesby @Cole-Greer in #174 - Disable DFE for all Gremlin queries by @Cole-Greer in #180
Full Changelog: v1.1.11...v2.0.0
Neptune Export v1.1.11
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
Release Date: December 16, 2024
New Features and Improvements:
- Update TinkerPop to 3.7.3 and JanusGraph to 1.1.0 by @Cole-Greer in #159
Full Changelog: v1.1.9...v1.1.10
Neptune Export v1.1.9
Release Date: November 12, 2024
Bug Fixes
- Improve GremlinFilter compilation efficiency for highly concurrent exports by @Cole-Greer in #147
New Features and Improvements:
- Bump AWS SDK to 1.12.773 by @dependabot in #137
- Bump commons-io to 2.15.1 by @dependabot in #103
- Bump aws-lambda-java-core to 1.2.3 by @dependabot in #143
Full Changelog: v1.1.8...v1.1.9
Neptune Export v1.1.8
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
Release Date: July 15, 2024
Bug Fixes
- Support Neptune 1.3 parameter groups when
describeDBClusterParameterGroupsunavailable 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
Release Date: April 17, 2024
Bug Fixes:
- Fix bug in
export-rdfto 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
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