sonix icon indicating copy to clipboard operation
sonix copied to clipboard

Upgrading 'connection' dependency to 1.1.x

Open palerdot opened this issue 3 years ago • 1 comments

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.

palerdot avatar Dec 22 '21 14:12 palerdot

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.

palerdot avatar Dec 22 '21 14:12 palerdot