tsujigiri/axiom

Update to be compatible with Erlang/OTP >= 20.0

Opened this issue · 1 comments

_build/default/lib/axiom/src/axiom_session.erl:104: Warning: call to crypto:sha/1 will fail, since it was removed in 20.0; use crypto:hash/2

Yeah, my PR is not going to be sufficient anyhow... I just finished testing and to make it work it will have to be upgraded to use cowboy 2.0.0 and the APIs have changed. I'll see if I can find a quick solution which will not require breaking changes to the project.