elixir-mongo / mongodb

MongoDB driver for Elixir
Apache License 2.0
571 stars 156 forks source link

Support new crypto API - hmac and mac #368

Closed IgorPolyakov closed 3 years ago

IgorPolyakov commented 3 years ago

add support Erlang/OTP 24

original MR - https://github.com/elixir-mongo/mongodb/pull/360

joeapearson commented 3 years ago

@IgorPolyakov thanks for this; as it happens we already made some changes in #364 which among other things addressed this issue. Please let us know if you think we should go any further!

joeapearson commented 3 years ago

@IgorPolyakov I hadn't noticed you've gone as far as to add nice backwards compatibility. If you could solve the merge conflict then I'd be happy to merge this right in! Thanks.

IgorPolyakov commented 3 years ago

@joeapearson Merge conflicts is resolved)

joeapearson commented 3 years ago

Looks good, thanks @IgorPolyakov