Skip to content

Commit

Permalink
Update relnote_5.6.1.yml
Browse files Browse the repository at this point in the history
Add couple missing changes to release 5.6.1 notes
  • Loading branch information
PJMODOS authored and djw-m committed Nov 21, 2024
1 parent 56a6582 commit 701a756
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions product_docs/docs/pgd/5.6/rel_notes/src/relnote_5.6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,30 @@ relnotes:
type: Bug-fix
severity: High
impact: High
- relnote: Allow (some) disallowed DDL when bdr.permit_unsafe_commands is enabled
component: BDR
component_version: 5.6.1
details: |
Some DDL commands can be safe in situations PGD does not allow them yet. For example rewriting
ALTER TABLE that only does immutable conversions. The `bdr.permit_unsafe_commands` now allows user
to override the safety check and execute the command anyway, if they are know the command is safe.
jira: ""
addresses: ""
type: Enhancement
severity: High
impact: High
- relnote: Don't wait for DEGRADE clause in every session
component: BDR
component_version: 5.6.1
details: |
When using commit scope with DEGRADE clause, the transactions are supposed to start in DEGRADE
mode already if system detects that it's in degraded state, so that the timeout is not
applied on every commit.
jira: BDR-5651
addresses: ""
type: Bug-fix
severity: High
impact: High
- relnote: Fixed routing strategy for read nodes.
component: PGD Proxy
component_version: 5.6.1
Expand Down

0 comments on commit 701a756

Please sign in to comment.