Skip to content

Commit

Permalink
Post release fixup release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Oct 24, 2024
1 parent 6218de9 commit 44e40c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 51 deletions.
12 changes: 2 additions & 10 deletions product_docs/docs/pgd/5.6/rel_notes/pgd_5.6.0_rel_notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ Subgroups inherit settings from their parent group, but can override them if set
useful with generated columns, for example:
<code>ALTER TABLE gtest_tableoid ADD COLUMN c regclass GENERATED ALWAYS AS (tableoid) STORED;</code></p>
</details></td><td></td></tr>
<tr><td>BDR</td><td>5.6.0</td><td><details><summary>Support replication of REINDEX</summary><hr/><p>Both REINDEX and REINDEX CONCURRENTLY are now replicated commands.</p>
</details></td><td></td></tr>
<tr><td>BDR</td><td>5.6.0</td><td><details><summary>Fix receiver worker being stuck when exiting</summary><hr/><p>Receiver worker could get stuck when exiting, waiting for a writer that never
actually started. This could on rare occasions break replication after
configuration changes until Postgres was restarted.</p>
Expand All @@ -118,16 +120,6 @@ any node in a subgroup and does not need to be redefined for every subgroup
anymore. This is particularly useful when combined with <code>ORIGIN\_GROUP</code>
keyword to reduce the complexity of commit scope setup.</p>
</details></td><td></td></tr>
<tr><td>Proxy</td><td>5.6.0</td><td>Update existing Route Watcher to listen for read node list change events on Postgres's bdr_set_read_routing notify/listen channel.</td><td></td></tr>
<tr><td>Proxy</td><td>5.6.0</td><td><details><summary>Add new Read Controller to update read node list based on different Raft related as well as Read routing related events.</summary><hr/><p>Send updated read list on channel which can be listen by Read Handler. While updating the list it will also consider the value of a new proxy related variable - read_consensus_grace_period - which defaults to 1h.</p>
</details></td><td></td></tr>
<tr><td>Proxy</td><td>5.6.0</td><td><details><summary>Add new Read Handler for read-only client connections.</summary><hr/><p>This handler will listen on read_listen_port if it is set, and manage the creation and closing of client and backend (read nodes) connections. It will also rate-limit based on new proxy options read_max_client_conn and read_max_server_conn.</p>
</details></td><td></td></tr>
<tr><td>Proxy</td><td>5.6.0</td><td><details><summary>Modify existing /health/is-ready http(s) probes to accommodate both listen_port and read_listen_port status.</summary><hr/><p>First check listen_port and iff it is false then check read_listen_port.
Also, adds 2 new probes - <code>/health/is-write-ready</code>, <code>/health/is-read-only-ready</code> to get individual port status.</p>
</details></td><td></td></tr>
<tr><td>CLI</td><td>5.6.0</td><td><details><summary>Support replication of REINDEX</summary><hr/><p>Both REINDEX and REINDEX CONCURRENTLY are now replicated commands.</p>
</details></td><td></td></tr>
<tr><td>CLI</td><td>5.6.0</td><td><details><summary>Use bdr.bdr_file_settings view in verify-settings</summary><hr/><p>Use bdr.bdr_file_settings view to get the current settings for the proxy.</p>
</details></td><td></td></tr>
</tbody></table>
Expand Down
47 changes: 6 additions & 41 deletions product_docs/docs/pgd/5.6/rel_notes/src/relnote_5.6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ relnotes:
severity: High
impact: High
- relnote: Support replication of REINDEX
component: CLI
component: BDR
component_version: 5.6.0
details: |
Both REINDEX and REINDEX CONCURRENTLY are now replicated commands.
Expand Down Expand Up @@ -407,54 +407,19 @@ relnotes:
type: Enhancement
severity: High
impact: High
- relnote: Update existing Route Watcher to listen for read node list change events on Postgres's bdr_set_read_routing notify/listen channel.
component: Proxy
component_version: 5.6.0
jira: BDR-4535
type: Enhancement
severity: High
impact: High
- relnote: Add new Read Controller to update read node list based on different Raft related as well as Read routing related events.
component: Proxy
component_version: 5.6.0
details: |
Send updated read list on channel which can be listen by Read Handler. While updating the list it will also consider the value of a new proxy related variable - read_consensus_grace_period - which defaults to 1h.
jira: BDR-4534
type: Enhancement
severity: High
impact: High
- relnote: Add new Read Handler for read-only client connections.
component: Proxy
component_version: 5.6.0
details: |
This handler will listen on read_listen_port if it is set, and manage the creation and closing of client and backend (read nodes) connections. It will also rate-limit based on new proxy options read_max_client_conn and read_max_server_conn.
jira: BDR-4533
type: Enhancement
severity: High
impact: High
- relnote: Modify existing /health/is-ready http(s) probes to accommodate both listen_port and read_listen_port status.
component: Proxy
- relnote: bdr_pg_upgrade - Create logical slot with twophase set to true for PG 14+
component: Utilities
component_version: 5.6.0
details: |
First check listen_port and iff it is false then check read_listen_port.
Also, adds 2 new probes - `/health/is-write-ready`, `/health/is-read-only-ready` to get individual port status.
jira: BDR-4536
type: Enhancement
jira: BDR-5306
type: Bug Fix
severity: High
impact: High
- relnote: Use bdr.bdr_file_settings view in verify-settings
component: CLI
component_version: 5.6.0
details: |
Use bdr.bdr_file_settings view to get the current settings for the proxy.
jira: BDR-4537
jira: BDR-5049
type: Enhancement
severity: High
impact: High
- relnote: bdr_pg_upgrade - Create logical slot with twophase set to true for PG 14+
component: Utilities
component_version: 5.6.0
jira: BDR-5306
type: Bug Fix
severity: High
impact: High

0 comments on commit 44e40c5

Please sign in to comment.