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:
committed by
Steve Chavez
parent
4fc47754c2
commit
3522917021
@@ -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
|
- 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
|
- 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
|
- 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
|
### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -87,13 +87,15 @@ let
|
|||||||
{ };
|
{ };
|
||||||
|
|
||||||
warp =
|
warp =
|
||||||
lib.dontCheck (prev.callHackageDirect
|
lib.dontCheck
|
||||||
{
|
(prev.callCabal2nixWithOptions "warp"
|
||||||
pkg = "warp";
|
(super.fetchFromGitHub {
|
||||||
ver = "3.4.13";
|
owner = "yesodweb";
|
||||||
sha256 = "sha256-jmr8kpeSPDkOhT0i9PhozZapX4nUs92cOX7POAGb7/M=";
|
repo = "wai";
|
||||||
}
|
rev = "ad041216b643f69a2a9c87cbf4c2988aa4633dd5";
|
||||||
{ });
|
sha256 = "sha256-Dl3wLrGl1HvkF9MqGdY4dzx4z6SlCSiFZgCgprd7Cjg=";
|
||||||
|
}) "--subpath=warp"
|
||||||
|
{ });
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
+4
-1
@@ -15,7 +15,10 @@ extra-deps:
|
|||||||
- hasql-notifications-0.2.4.0
|
- hasql-notifications-0.2.4.0
|
||||||
- http-semantics-0.4.0
|
- http-semantics-0.4.0
|
||||||
- http2-5.4.0
|
- http2-5.4.0
|
||||||
- warp-3.4.13
|
- git: https://github.com/yesodweb/wai.git
|
||||||
|
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
||||||
|
subdirs:
|
||||||
|
- warp
|
||||||
|
|
||||||
allow-newer: true
|
allow-newer: true
|
||||||
allow-newer-deps:
|
allow-newer-deps:
|
||||||
|
|||||||
+11
-5
@@ -1,7 +1,7 @@
|
|||||||
# This file was autogenerated by Stack.
|
# This file was autogenerated by Stack.
|
||||||
# You should not edit this file by hand.
|
# You should not edit this file by hand.
|
||||||
# For more information, please see the documentation at:
|
# For more information, please see the documentation at:
|
||||||
# https://docs.haskellstack.org/en/stable/topics/lock_files
|
# https://docs.haskellstack.org/en/stable/lock_files
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- completed:
|
- completed:
|
||||||
@@ -47,12 +47,18 @@ packages:
|
|||||||
original:
|
original:
|
||||||
hackage: http2-5.4.0
|
hackage: http2-5.4.0
|
||||||
- completed:
|
- completed:
|
||||||
hackage: warp-3.4.13@sha256:ccd1fb8765166ca31928635fffdab85569b7a0f2a81cc11c9a5b91eab663eda6,10066
|
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
||||||
|
git: https://github.com/yesodweb/wai.git
|
||||||
|
name: warp
|
||||||
pantry-tree:
|
pantry-tree:
|
||||||
sha256: dfe50280b7d9549f7eebedc35f62d633ecb185ba0d9686146bb39074c3055df5
|
sha256: 02665f2d175a7fd683470e608b23e0d661f4e55dd13e073ed203e4b9a5801f8f
|
||||||
size: 4175
|
size: 4975
|
||||||
|
subdir: warp
|
||||||
|
version: 3.4.13.1
|
||||||
original:
|
original:
|
||||||
hackage: warp-3.4.13
|
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
||||||
|
git: https://github.com/yesodweb/wai.git
|
||||||
|
subdir: warp
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
sha256: 3286bb954fe0e7e0291ca61fac01a689b7165da9d7e8ba3c3a045be989c860fd
|
sha256: 3286bb954fe0e7e0291ca61fac01a689b7165da9d7e8ba3c3a045be989c860fd
|
||||||
|
|||||||
Reference in New Issue
Block a user