Cldr version 2.33.1-rc.0
Enhancements
- Now delegates locale installation to
Cldr.Http.get/2
in the cldr_utils library so that we can centralise request handling and provide an "unsafe TLS" option for downloading to support resolution of #184.
Testing in CI
This version of ex_cldr
does nothing more than delegate HTTP requests to Cldr.Http.get/2
that is in the cldr_utils
library. This is a more up-to-date request handler (still using httpc
) that configures cyphers according to the ERLF guidelines.
If you have a chance to test in CI with this candidate release and it works I'd appreciate you letting me know. And if it doesn't fix the issue too of course!