Releases: aws/neptune-export
Releases · aws/neptune-export
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
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
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
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
Neptune Export v1.1.4
Release Date: January 11, 2024
New Features and Improvements:
- Add
--split-queries
option toexport-pg-from-queries
. When invoked,range()
steps will be injected in the beginning of queries, and they will be split according to the configured concurrency. by @Cole-Greer in #105 - Add
--named-graph
argument toexport-rdf
. This argument allows for a single named graph URI to be specified to limit the scope of the export. @Cole-Greer in #109
Bug Fixes:
- Update
--gremlin-filters
to block use of mutating stepsmergeV()
andmergeE()
by @Cole-Greer in #102
Full Changelog: v1.1.3...v1.1.4
Neptune Export v1.1.3
Release Date: November 30, 2023
New Features and Improvements:
- Add support for
neptune_ml
profile toexport-pg-from-queries
. by @Cole-Greer #93
Full Changelog: v1.1.2...v1.1.3
Neptune Export v1.1.2
Release Date: November 15, 2023
New Features and Improvements:
- Use Graph Store Protocol for complete RDF graph exports, improving performance for large exports. by @Cole-Greer and @charlesivie in #89
New Contributors
- @charlesivie made their first contribution in #89
Full Changelog: v1.1.1...v1.1.2
Neptune Export v1.1.1
Release Date: November 3, 2023
Bug Fixes:
- Resolves issue where certain special characters would cause RDF export jobs to fail. By @Cole-Greer in #84
Full Changelog: v1.1.0...v1.1.1