Michał Kłeczek and Steve Chavez
a2a592a617
fix: JWT validation uses wrong current time due to a bug in auto-update
...
Upgrade auto-update to 0.2.7 which contains a fix to a bug causing some threads not seeing updates to the cached values.
2026-08-10 17:20:56 -05:00
steve-chavez
205135853d
amend: update cabal index so cabal build succeeds
2026-07-11 13:24:09 -05:00
Wolfgang Walther
0bd2821937
chore(deps): update hackage freeze, stackage snapshot and nixpkgs pin
...
This brings in PostgreSQL 19 beta 1 to start testing against.
2026-07-05 12:50:14 +00:00
Wolfgang Walther
cb6fc55a2d
chore(deps): update nixpkgs, stackage and hackage pins
2026-06-05 20:29:48 +00:00
Wolfgang Walther
1f70e42d3b
ci: build with cabal and GHC 9.10.3
2026-04-19 10:07:14 +00:00
Taimoor Zaeem and Steve Chavez
58efc2680e
fix: server-host !6 incorrectly binds to IPv4 address
...
Updates streaming-commons to version 0.2.3.1. This resolves #3202 .
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2025-11-02 12:24:14 -05:00
Taimoor Zaeem and Steve Chavez
07681d1b5b
fix: loading utf-8 config files with ascii locale set
...
Updates configurator-pg to version 0.2.11. This resolves #4386 .
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2025-10-14 09:05:34 -05:00
Wolfgang Walther
cfabbe67b8
chore: update hackage index-state
2025-07-08 17:55:24 +00:00
Diogo Biazus and GitHub
b285f5fba6
fix: Fix regression for schema cache reloading via NOTIFY on Windows
...
Upstream accidentally removed the fix, which was introduced for #2524 . Fixed again.
2025-02-03 15:40:37 +01:00
Wolfgang Walther and Wolfgang Walther
6f0c180b6b
chore(deps): update GHC for cabal builds
2024-11-12 21:13:31 +01:00
steve-chavez
756aad7827
fix: listener silent fail on replica
...
Update hasql-notifications to include the fix on
https://github.com/diogob/hasql-notifications/issues/24 .
Which now reveals the following error:
```
$ postgrest-with-postgresql-16 --replica -f test/spec/fixtures/load.sql postgrest-run
17/May/2024:18:35:38 -0500: Successfully connected to PostgreSQL 16.2 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.2.0, 64-bit
17/May/2024:18:35:38 -0500: Could not listen for notifications on the "pgrst" channel. ERROR: cannot execute LISTEN during recovery
17/May/2024:18:35:38 -0500: Retrying listening for notifications...
```
This is still not good because the LISTEN channel will be retried
forever without a backoff.
2024-05-18 23:33:04 -05:00
steve-chavez
1bf0c54dd6
feat: log connection pool events on log-level=info
2024-04-15 18:31:51 -05:00
steve-chavez
4a2c851ae5
chore: update cabal/stack new hasql-notifications
2024-03-13 20:43:46 -05:00
Wolfgang Walther and Wolfgang Walther
5804b754e3
chore(deps): Remove useless pins in cabal.project.non-nix
...
Those were mistakenly added to support GHC 9.8.1, before I understood hackage revisions.
2024-02-19 17:47:37 +01:00
Wolfgang Walther and Wolfgang Walther
d75be243ac
ci: Build with GHC 9.8.1 via Cabal
2024-01-25 21:27:17 +01:00
Wolfgang Walther and Wolfgang Walther
6682baebd2
nix: Update nixpkgs and build with GHC 9.4.8
2024-01-18 18:54:33 +01:00
Andrei Dziahel and GitHub
e977032847
build: add cabal.project.freeze ( #3004 )
2023-10-19 09:26:46 -05:00