v0.19.0
-
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_decoderconfiguration
-
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
- Default configuration has been extended with