Skip to content

v0.3.1 (deprecated do not use)

Choose a tag to compare

@stephenmoloney stephenmoloney released this 23 Feb 12:39
· 20 commits to master since this release

v0.3.1

Security Warning: Versions of ex_ovh less than 0.3.2 are deprecated and should not be used
due to the inclusion of older releases of the dependency Og Use versions 0.3.2 or above of ex_ovh instead

[changes]

  • Update some dependencies
  • Relax versioning of some dependencies
  • Include mix.lock in version control
  • Add new file docs/usage.md with examples on using the api
  • Remove dependency on morph - use Macro.underscore instead.
  • Reduce depency base - use :hackney only
  • remove Cloud.Cloudstorage module and place all functions in Cloud module _(breaking change)_
  • change naming of various modules to reduce length _(breaking change)_
  • change the docs to reflect the move to httpipe
  • with the use of httpipe, the abstraction changes from Query to Request -
    this is essentially a name change only.

[enhancements]

  • Use httpipe and the corresponding hackney adapter.
  • Remove the abstractions based on Query and HTTPQuery and in it's place use a similar abstraction
    in the third party library httpipe