Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs 1095 pg failover slots v110 #6202

Merged
merged 4 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
djw-m marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ about the release that introduced the feature.

| Version | Release Date |
| --------------------------- | ------------ |
| [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 |




Original file line number Diff line number Diff line change
@@ -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. |
Loading