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
Plug.Adapters.Cowboy2
has been deprecated in favor of using thePlug.Cowboy
module of:cowboy
2.0 and aboveI'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