Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 03:42
· 1 commit to main since this release
1a15ae2

AGEFreighter 2.2.0 adds PostgreSQL 19 SQL/PGQ property graphs as an experimental migration target alongside Apache AGE.

Highlights

  • Load CSV/delimited files, PostgreSQL, Neo4j, and Azure Cosmos DB into PostgreSQL 19 native property graphs.
  • Support create, atomic replace, append, and upsert workflows with resumable execution and verification.
  • Query the resulting graph through PostgreSQL GRAPH_TABLE; this target does not install AGE and does not provide Cypher.
  • Qualified against the digest-pinned official PostgreSQL 19 Beta 3 image, including live Cosmos DB to AGE and Cosmos DB to SQL/PGQ migrations. PostgreSQL 19 GA will require fresh qualification.
  • Preserve the existing Apache AGE target and its compatibility contract.

Platform signing

  • macOS amd64 and arm64 binaries are signed with Developer ID Application, Hardened Runtime, and a secure timestamp, then notarized by Apple.
  • Windows amd64 binaries are included without Authenticode signing. The SignPath Foundation application was not approved, so Windows signing remains planned for a later release through a future eligible application or another signing arrangement. Windows may display an unknown-publisher or SmartScreen warning.

Verify checksums.txt and the GitHub build-provenance attestation before use. SPDX SBOMs are included for every platform archive.

What's Changed

  • Merge production simulation qualification in #18
  • Add PostgreSQL 19 SQL/PGQ support and prepare v2.2.0 in #19
  • Correct the release performance baseline to compare equivalent indexed targets in #20
  • Stabilize the AGE advisory-lock integration test in #21

Full Changelog: v2.1.0...v2.2.0