From 4293be12b1241c110c4c41fb6e8d5e2300ca54cc Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Tue, 31 Mar 2026 16:18:49 -0300 Subject: [PATCH 1/2] pgRouting: add release notes for 3.8.0 and 4.0.1 --- advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx | 4 +++- .../pgrouting/rel_notes/pgrouting_3.7.0_rel_notes.mdx | 2 +- .../pgrouting/rel_notes/pgrouting_3.8.0_rel_notes.mdx | 6 ++++++ .../pgrouting/rel_notes/pgrouting_4.0.1_rel_notes.mdx | 6 ++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.8.0_rel_notes.mdx create mode 100644 advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_4.0.1_rel_notes.mdx diff --git a/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx b/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx index cfcbeeca3f..144933ed14 100644 --- a/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx @@ -7,4 +7,6 @@ The `pgRouting` documentation describes the latest version of `pgRouting`, inclu | Version | Release Date | | ----------------------------------- | ------------ | -| [3.7.0](pgrouting_3.7.0_rel_notes) | Dec 2024 | +| [4.0.1](pgrouting_4.0.1_rel_notes) | 31 Mar 2026 | +| [3.8.0](pgrouting_3.8.0_rel_notes) | 25 Nov 2025 | +| [3.7.0](pgrouting_3.7.0_rel_notes) | 01 Dec 2024 | diff --git a/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.7.0_rel_notes.mdx b/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.7.0_rel_notes.mdx index 1e38a87949..f0b1f92957 100644 --- a/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.7.0_rel_notes.mdx +++ b/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.7.0_rel_notes.mdx @@ -3,4 +3,4 @@ title: Release notes for pgRouting navTitle: "Version 3.7.0" --- -For `pgRouting` release notes, see the [pgRouting official release notes](https://docs.pgrouting.org/latest/en/release_notes.html). +For `pgRouting` release notes, see the [pgRouting 3.7.0 release notes](https://docs.pgrouting.org/3.7/en/index.html#pgrouting-3-7-0-release-notes). diff --git a/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.8.0_rel_notes.mdx b/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.8.0_rel_notes.mdx new file mode 100644 index 0000000000..2d16890849 --- /dev/null +++ b/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_3.8.0_rel_notes.mdx @@ -0,0 +1,6 @@ +--- +title: Release notes for pgRouting +navTitle: "Version 3.8.0" +--- + +For `pgRouting` release notes, see the [pgRouting 3.8.0 release notes](https://docs.pgrouting.org/3.8/en/index.html#pgrouting-3-8-0-release-notes). diff --git a/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_4.0.1_rel_notes.mdx b/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_4.0.1_rel_notes.mdx new file mode 100644 index 0000000000..6c4790601c --- /dev/null +++ b/advocacy_docs/pg_extensions/pgrouting/rel_notes/pgrouting_4.0.1_rel_notes.mdx @@ -0,0 +1,6 @@ +--- +title: Release notes for pgRouting +navTitle: "Version 4.0.1" +--- + +For `pgRouting` release notes, see the [pgRouting 4.0.1 release notes](https://docs.pgrouting.org/4.0/en/index.html#pgrouting-4-0-1-release-notes). From d9df0e4cfe18ba0974b6d39610a06d9386fcfb6d Mon Sep 17 00:00:00 2001 From: Mireia Perez Fuster Date: Wed, 1 Apr 2026 11:11:32 +0100 Subject: [PATCH 2/2] Update pgRouting release notes navigation Added navigation entries for pgRouting release notes. --- advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx b/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx index 144933ed14..957abc1983 100644 --- a/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/pgrouting/rel_notes/index.mdx @@ -1,6 +1,10 @@ --- title: 'pgRouting release notes' navTitle: "Release notes" +navigation: + - pgrouting_4.0.1_rel_notes + - pgrouting_3.8.0_rel_notes + - pgrouting_3.7.0_rel_notes indexCards: none --- The `pgRouting` documentation describes the latest version of `pgRouting`, 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.