sonix
sonix copied to clipboard
Upgrading 'connection' dependency to 1.1.x
A new version of connection is released v1.1.0 - https://hex.pm/packages/connection. The Sonix package pins the connection dependency to ~> 1.0.4 which makes it impossible to use this library with modern postgrex versions.
Please release a new version with updated connection version string.
Users can manually do
{:connection, "~> 1.1", override: true},
but as the version changes becomes incompatible (like major version), this is not possible as a workaround (as the users will not know if the version they are overriding is compatible). So please consider upgrading new version whenever sonix dependencies are updated.