You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default request ID for the HTTP client has changed to the string "0", rather than the integer value 0, to resolve issues with some degenerate server implementations.
You can now optionally pass a custom request ID as an argument to the HTTP client.
Remove extraneous check that handler module is loaded at compile time in HTTP plug.
Package generally updated for modern Elixir, official support for v1.3 dropped.