From eb51413de16da107f2f019d5c2ba0d4b03167569 Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Tue, 16 Dec 2025 15:11:00 -0300 Subject: [PATCH 1/2] Apache AGE: fix 1.5.0.1 The upstream version is 1.5.0, but the one we package is 1.5.0.1: # dnf info edb-as16-age1 Available Packages Name : edb-as16-age1 Version : 1.5.0.1 Release : 1.el9 So this adjusts the release notes so they refer to the same version that customers find in our repositories. It also makes clear that version 1.5.0.1 was released only for major versions 14, 15, and 16. --- ...1.5.0_rel_notes.mdx => apache_age_1.5.0.1_rel_notes.mdx} | 4 ++-- advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename advocacy_docs/pg_extensions/apache_age/rel_notes/{apache_age_1.5.0_rel_notes.mdx => apache_age_1.5.0.1_rel_notes.mdx} (55%) diff --git a/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.5.0_rel_notes.mdx b/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.5.0.1_rel_notes.mdx similarity index 55% rename from advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.5.0_rel_notes.mdx rename to advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.5.0.1_rel_notes.mdx index 7a5101a079..9cdda4e7be 100644 --- a/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.5.0_rel_notes.mdx +++ b/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.5.0.1_rel_notes.mdx @@ -1,8 +1,8 @@ --- title: Release notes for Apache AGE -navTitle: "Version 1.5.0" +navTitle: "Version 1.5.0.1" --- Released: 15 October 2025 -This is the first release of Apache AGE supporting PostgreSQL, EDB Postgres Advanced Server and EDB Postgres Extended. +This is the first release of Apache AGE supporting PostgreSQL, EDB Postgres Advanced Server and EDB Postgres Extended for versions 14, 15, and 16. diff --git a/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx b/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx index 0c563a1ed7..d01259fe4b 100644 --- a/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx @@ -5,6 +5,6 @@ indexCards: none --- The Apache AGE documentation describes the latest version, including minor releases and patches. These release notes cover what was new in each release. For new functionality introduced in a minor or patch release, there are also indicators in the content about the release that introduced the feature. -| Version | Release Date | -| ------------------------------------- | ------------ | -| [1.5.0](apache_age_1.5.0_rel_notes) | 15 Oct 2025 | +| Version | Release Date | +| --------------------------------------- | ------------ | +| [1.5.0.1](apache_age_1.5.0.1_rel_notes) | 15 Oct 2025 | From 57ed07d15be8a6ccf92f261ed48ad58e57824f3b Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Tue, 16 Dec 2025 15:07:09 -0300 Subject: [PATCH 2/2] add Apache AGE 1.6.0.1 This version 1.6.0.1 is based on upstream's 1.6.0, which was released only for major versions 16 and 17. --- .../apache_age/rel_notes/apache_age_1.6.0.1_rel_notes.mdx | 8 ++++++++ .../pg_extensions/apache_age/rel_notes/index.mdx | 1 + 2 files changed, 9 insertions(+) create mode 100644 advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.6.0.1_rel_notes.mdx diff --git a/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.6.0.1_rel_notes.mdx b/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.6.0.1_rel_notes.mdx new file mode 100644 index 0000000000..6fdd53469a --- /dev/null +++ b/advocacy_docs/pg_extensions/apache_age/rel_notes/apache_age_1.6.0.1_rel_notes.mdx @@ -0,0 +1,8 @@ +--- +title: Release notes for Apache AGE +navTitle: "Version 1.6.0.1" +--- + +Released: 15 December 2025 + +This release of Apache AGE supports PostgreSQL, EDB Postgres Advanced Server and EDB Postgres Extended versions 16 and 17. diff --git a/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx b/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx index d01259fe4b..2896139f87 100644 --- a/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/apache_age/rel_notes/index.mdx @@ -7,4 +7,5 @@ The Apache AGE documentation describes the latest version, including minor relea | Version | Release Date | | --------------------------------------- | ------------ | +| [1.6.0.1](apache_age_1.6.0.1_rel_notes) | 15 Dec 2025 | | [1.5.0.1](apache_age_1.5.0.1_rel_notes) | 15 Oct 2025 |