Skip to content

v0.19.0

Choose a tag to compare

@mneudert mneudert released this 24 Jan 19:04
· 780 commits to master since this release
eb53dcd
  • Enhancements

    • Connections can be declared with compile time configuration defaults that are later overwritten by the application environment
    • The library used for JSON decoding can be changed by using the :json_decoder configuration
  • Soft deprecations (no warnings)

    • All "administrative query modules" have been removed from the documentation. They will eventually be removed completely after a proper deprecation phase
    • Support for {:system, "ENV_VARIABLE"} configuration has been removed from the documentation. It will eventually be removed completely after a proper deprecation phase
  • Backwards incompatible changes

    • Default configuration has been extended with host: "localhost"
    • Minimum required elixir version is now ~> 1.5
    • Missing application configuration will no longer raise during compilation
    • Public access to the internal pool module name has been removed