Update hasura/pool to avoid a resource leak

See hasura/pool#7

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4253
GitOrigin-RevId: 6e88870d05339ed5f466cce13ba6add3cb755d78
This commit is contained in:
Auke Booij 2022-04-12 16:29:18 +02:00 committed by hasura-bot
parent 1f1749a230
commit 4a7bd4edcd
2 changed files with 4 additions and 3 deletions

View File

@ -9,13 +9,14 @@
### Bug fixes and improvements
- server: remove 'query' and 'raw-query' field from logs for metadata queries by default. Use `HASURA_GRAPHQL_ENABLE_METADATA_QUERY_LOGGING` to renable those fields.
- server: remove 'query' and 'raw-query' field from logs for metadata queries by default. Use `HASURA_GRAPHQL_ENABLE_METADATA_QUERY_LOGGING` to renable those fields.
- server: `clear_metadata` correctly archives the event triggers and the drop source API drops the indirect dependencies created by remote relationships when the dependent source is dropped.
- server: fix inserting values into columns with case sensitive enum types for Postgres/Citus backends (fix #4014)
- server: remote relationships can be defined _on_ and _to_ SQLServer tables
- server: fix JSON key encoding issue for remote schemas (fixes #7543 and #8200)
- server: fix MSSQL insert mutation when relationships are used in check permissions (fix #8225)
- server: refactor GQL query static analysis and improve OpenAPI warning messages
- server: avoid a resource leak when connecting to Postgres fails
- console: add support for setting aggregation query permissions for ms sql server
- console: add RS-to-DB (only postgres & citus) relationships feature to remote schemas tab
- console: remove need for clicking the Modify btn before editing a remote schema (#1193, #8262)

View File

@ -51,7 +51,7 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/hasura/pg-client-hs.git
tag: 9d2e9ca91968ebfed87936527c0b6f91a500614c
tag: b20352ff42ac0d65592057138e247eb728fa80c0
source-repository-package
type: git
@ -66,7 +66,7 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/hasura/pool.git
tag: bc4c3f739a8fb8ec4444336a34662895831c9acf
tag: 427c8f47b5a0de858780b0a9522ad953197b1658
source-repository-package
type: git