elixir-plug / plug_cowboy

Plug adapter for the Cowboy web server
Other
243 stars 48 forks source link

Fix calls to deprecated Logger.warn/2 #94

Closed solar05 closed 1 year ago

whatyouhide commented 1 year ago

We either need to bump the version requirement to Elixir 1.11+ to do this, or check conditionally if Logger.warning/2 is there and do that. @josevalim no preference for me.

josevalim commented 1 year ago

Bumping the version and CI is fine, can you please update @solar05?

josevalim commented 1 year ago

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

StanAnsems commented 9 months ago

This change is merged but not released as a version, is that something that will be done?

inoas-nbw commented 8 months ago

This change is merged but not released as a version, is that something that will be done?

came for the same question. new phoenix apps on 1.15 still display the warning during compilation

whatyouhide commented 8 months ago

@josevalim released 2.6.2 an hour-ish ago 🙃