v0.16.0
-
Enhancements
- Queries can be executed with an additional option
:pool_timeoutused to wait for an available worker process. This option is independent of other configured/passed timeouts - System environment configuration can set an optional default value to be used if the environment variable is unset
- Queries can be executed with an additional option
-
Bug fixes
- All queries now use a
GenServer.call/3timeout of:infinity. This allows raising the timeouts for a call above the default of5_000(#38)
- All queries now use a