fanduel-oss / jsonrpc2-elixir

JSON-RPC 2.0 for Elixir
Other
61 stars 19 forks source link

Plug.Adapters.Cowboy2 -> Plug.Cowboy #18

Closed naps62 closed 5 years ago

naps62 commented 5 years ago

Plug.Adapters.Cowboy2 has been deprecated in favor of using the Plug.Cowboy module of :cowboy 2.0 and above

I'm not sure if this is valid for all 2.0 and above versions of cowboy, but it seems to be from my research into both Plug and Cowboys Repo, so it shouldn't cause any backwards compatibility issues as long as people already include :cowboy 2.0 as a dependency

ericentin commented 5 years ago

Already have this changed locally and will push shortly. Thanks

naps62 commented 5 years ago

oh wow. thanks for the quick response :smile: