v2.1.0
Erlang/OTP 29 support. No public API changes.
Changed
- Support OTP 29; CI now runs on OTP 28 and 29 (dropped 27) with rebar3 3.27.
- Replaced the deprecated bare
catchoperator withtry ... catchthroughout, as OTP 29 deprecatescatch .... - Updated dependencies:
erlang_h10.2.3,h20.6.1,hackney4.0.3; test depsmeck1.2.0 andcowboy2.15.0.