imerkle / sonix

An Elixir client for Sonic Search
https://github.com/valeriansaliou/sonic
62 stars 6 forks source link

Upgrading 'connection' dependency to 1.1.x #4

Open palerdot opened 2 years ago

palerdot commented 2 years ago

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 commented 2 years ago

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.