v0.3.2
v0.3.2
[security fix]
Remove dependency on Og. A potential security issue existed for og versions below 1.0.0. See Code.eval_string/3. As Og was removed anyways as a dependency in v0.3.2 of ex_ovh, this issue is resolved.
[changes]
- Add default adapter
hackneyto the mix tasks.
[bug fix]
- Fix setting the query string bug (typo) -
url.encode_query(qs_map)->URI.encode_query(qs_map) - Problem with
Body.apply()being called in the wrong place - Fix
get_pricesin theCloudRequest build functions
[enhancements]
- Add
prepare_request/2function - prepares the request without sending it. Applies standard transformations.