Skip to content

v0.3.2

Choose a tag to compare

@stephenmoloney stephenmoloney released this 17 Mar 13:32
· 12 commits to master since this release

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 hackney to 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_prices in the Cloud Request build functions

[enhancements]

  • Add prepare_request/2 function - prepares the request without sending it. Applies standard transformations.