fix: schema cache dump missing RPC transaction isolation level

Fixes #5079.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-07-14 23:13:21 +05:00
parent 63a2267f53
commit 51e9fd6efd
4 changed files with 68 additions and 18 deletions
+1
View File
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file. From versio
- If the schema cache fails to reload, PostgREST will no longer stop serving requests and will continue doing so in a "best effort" basis by @mkleczek in #4873 #4869
- Stop reporting 503s errors unnecessarily while the schema cache is loading at startup by @mkleczek in #4880
- Fix responding with `Something went wrong` on Admin server when under EMFILE by @mkleczek in #5077
- Fix schema cache dump missing RPC transaction isolation level by @taimoorzaeem in #5079
### Changed