This version can be pinned in stack with:hasql-pool-0.8.0.6@sha256:b63bb83409bab5bc20ff24f5d62205e9b117701a0fc24531ddeac20ab8c2a42c,1818
Module documentation for 0.8.0.6
0.8.0.2
Fixed Windows build.
0.8
release became reusable. You can use it to destroy the whole pool (same as before), but now also you can use it to reset the connections.
Acquisition timeout added.
Breaking changes in API:
- Removed
PoolIsReleasedUsageError
acquire extended with the acquisition timeout parameter
acquireDynamically extended with the acquisition timeout parameter
0.7.2
Added support for dynamic connection configuration (issue #11).
0.7.1.2
Fixed connections not being released if they were in use during the call to release.
0.7.1
Added Exception for UsageError.
0.7
Simplified the implementation a lot by removing the notion of timeout.
Breaking:
- Removed the
Settings type
- Changed the signature of
acquire
0.6
Moved away from “resource-pool” and fixed the handling of lost connections.
Breaking:
- Changed the suffix of
UsageError constructors from Error to UsageError
- Added
PoolIsReleasedUsageError