Skip to content

v0.16.0

Choose a tag to compare

@mneudert mneudert released this 25 Sep 18:23
· 907 commits to master since this release
383ce1e
  • Enhancements

    • Queries can be executed with an additional option :pool_timeout used 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
  • Bug fixes

    • All queries now use a GenServer.call/3 timeout of :infinity. This allows raising the timeouts for a call above the default of 5_000 (#38)