Skip to content

Commit da8738b

Browse files
taimoorzaeemsteve-chavez
authored andcommitted
chore: add changelog entry for v14.13
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
1 parent 3ca876d commit da8738b

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ All notable changes to this project will be documented in this file. From versio
2121
- Shutdown should wait for in flight requests by @mkleczek in #4702
2222
- Remove automatic transaction retries on `40001 (serialization_failure)` errors to prevent replication lag by @laurenceisla in #3673
2323
- Fix unexpected results when embedding and filtering the same table more than once by @laurenceisla in #4075
24-
- Fix connection retrying message in `PGRST000` error by @netqo in #4980
25-
+ Remove redundant "Retrying the connection." from message because it is logged separately
26-
- Fix request failures when `work_mem` is set on a role by @laurenceisla in #4955
2724

2825
### Changed
2926

@@ -36,6 +33,14 @@ All notable changes to this project will be documented in this file. From versio
3633
- The name of an embedded table can no longer be used in filters if it has an alias by @laurenceisla in #4075
3734
+ e.g. `?select=alias:table(*)&table.id=eq.1` is not possible anymore, use `?select=alias:table(*)&alias.id=eq.1` instead.
3835

36+
## [14.13] - 2026-06-04
37+
38+
### Fixed
39+
40+
- Fix connection retrying message in `PGRST000` error by @netqo in #4980
41+
+ Remove redundant "Retrying the connection." from message because it is logged separately
42+
- Fix request failures when `work_mem` is set on a role by @laurenceisla in #4955
43+
3944
## [14.12] - 2026-05-20
4045

4146
### Fixed

0 commit comments

Comments
 (0)