From b995fa4be1ae13d4a5077b35296f1997fa358993 Mon Sep 17 00:00:00 2001 From: piano35-edb <160748516+piano35-edb@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:50:59 -0600 Subject: [PATCH 1/4] add release notes for version 1.1.0 --- .../pg_failover_slots/rel_notes/index.mdx | 1 + .../rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx index 4d6373b08ca..726ec47aaab 100644 --- a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx @@ -12,6 +12,7 @@ about the release that introduced the feature. | Version | Release Date | | --------------------------- | ------------ | | [1.0.0](pg_failover_slots_1.0.0_rel_notes) | 31 Mar 2023 | +| [1.1.0](pg_failover_slots_1.0.0_rel_notes) | 27 Aug 2024 | diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx new file mode 100644 index 00000000000..578ccfef30c --- /dev/null +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx @@ -0,0 +1,13 @@ +--- +title: Release notes for PG Failover Slots version 1.1.0 +navTitle: "Version 1.1.0" +--- + +This release of PG Failover Slots includes: + +| Type | Description | +| ------- | --------------------------------------- | +| Feature | Add support for PostgreSQL 17 | +| Bug fix | Do not drop physical slots on standby. Previously, physical replication slots were dropped on the standby if they didn't exist on the primary. This fix ensures only logical replication slots are acted upon. +| Enhancement | New configuration setting: `pg_failover_slots.maintenance_db` This value was previously hardcoded. | +| Enhancement | New configuration setting: `pg_failover_slots.worker_nap_time` This value was previously hardcoded. | \ No newline at end of file From f1b89bb3c416ab1b7fa2f5d0e8e1c444af563c73 Mon Sep 17 00:00:00 2001 From: piano35-edb <160748516+piano35-edb@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:52:04 -0600 Subject: [PATCH 2/4] update index --- .../pg_extensions/pg_failover_slots/rel_notes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx index 726ec47aaab..602dc75dc70 100644 --- a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx @@ -12,7 +12,7 @@ about the release that introduced the feature. | Version | Release Date | | --------------------------- | ------------ | | [1.0.0](pg_failover_slots_1.0.0_rel_notes) | 31 Mar 2023 | -| [1.1.0](pg_failover_slots_1.0.0_rel_notes) | 27 Aug 2024 | +| [1.1.0](pg_failover_slots_1.1.0_rel_notes) | 27 Aug 2024 | From d2f8cd3dabf674f0d9fa90bf15a7fbdc4a3151dc Mon Sep 17 00:00:00 2001 From: piano35-edb <160748516+piano35-edb@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:02:03 -0600 Subject: [PATCH 3/4] update order --- .../pg_extensions/pg_failover_slots/rel_notes/index.mdx | 3 +-- .../rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx index 602dc75dc70..eb5f4bbc26e 100644 --- a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx @@ -11,9 +11,8 @@ about the release that introduced the feature. | Version | Release Date | | --------------------------- | ------------ | -| [1.0.0](pg_failover_slots_1.0.0_rel_notes) | 31 Mar 2023 | | [1.1.0](pg_failover_slots_1.1.0_rel_notes) | 27 Aug 2024 | - +| [1.0.0](pg_failover_slots_1.0.0_rel_notes) | 31 Mar 2023 | diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx index 578ccfef30c..0540d0bc280 100644 --- a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx @@ -7,7 +7,7 @@ This release of PG Failover Slots includes: | Type | Description | | ------- | --------------------------------------- | -| Feature | Add support for PostgreSQL 17 | +| Feature | Add support for PostgreSQL 17. | | Bug fix | Do not drop physical slots on standby. Previously, physical replication slots were dropped on the standby if they didn't exist on the primary. This fix ensures only logical replication slots are acted upon. -| Enhancement | New configuration setting: `pg_failover_slots.maintenance_db` This value was previously hardcoded. | -| Enhancement | New configuration setting: `pg_failover_slots.worker_nap_time` This value was previously hardcoded. | \ No newline at end of file +| Enhancement | New configuration setting: `pg_failover_slots.maintenance_db`. This value was previously hardcoded. | +| Enhancement | New configuration setting: `pg_failover_slots.worker_nap_time`. This value was previously hardcoded. | \ No newline at end of file From 2b2a25f9ba0b54390a1d1d3eb9268eef83550b5a Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:17:44 +0000 Subject: [PATCH 4/4] Update index.mdx with navigation --- .../pg_extensions/pg_failover_slots/rel_notes/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx index eb5f4bbc26e..4c7f7239c36 100644 --- a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/index.mdx @@ -2,6 +2,9 @@ title: PG Failover Slots release notes navTitle: "Release notes" indexCards: none +navigation: +- pg_failover_slots_1.1.0_rel_notes +- pg_failover_slots_1.0.0_rel_notes --- The PG Failover Slots documentation describes the latest version of PG Failover Slots, including minor releases and patches. These release notes