elixir-ecto / ecto_sql

SQL-based adapters for Ecto and database migrations
https://hexdocs.pm/ecto_sql
Apache License 2.0
578 stars 312 forks source link

Relax myxql dependency #613

Closed timothyvanderaerden closed 5 months ago

timothyvanderaerden commented 5 months ago

This relaxes the MyXQL dependency from ~> 0.6.0 to ~> 0.6 so version 0.7.0 is allowed. I don't think 0.7.0 contains any changes that would cause it not to work with the current version of ecto_sql.

I'm not sure if it's intentionally pinnend to 0.6.0, if so it's probably better to use "~> 0.6.0 or ~> 0.7.0".

josevalim commented 5 months ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:

Sinc63 commented 5 months ago

Will this be released in an updated version soon? I'm just starting a project to upgrade to Elixir 1.16 (or maybe 17) and doing the usual full set of upgrades, but myxql 0.7.0 is being blocked. Thanks.

josevalim commented 5 months ago

v3.11.3 is out.

Sinc63 commented 5 months ago

That's what I call turnaround. Thanks.