fix: admin server dies silently by upgrading warp

Uses warp main branch https://github.com/yesodweb/wai/commit/ad041216b643f69a2a9c87cbf4c2988aa4633dd5
since there's no release yet.
This commit is contained in:
steve-chavez
2026-07-10 17:56:15 -05:00
committed by Steve Chavez
parent 4fc47754c2
commit 3522917021
4 changed files with 25 additions and 13 deletions
+1
View File
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. From versio
- Fix unexpected results when embedding and filtering the same table more than once by @laurenceisla in #4075
- 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 admin server dying silently by @Vlix, @mkleczek, @steve-chavez in #5012
### Changed