Skip to content

Releases: stephenmoloney/openstex_adapters_ovh

v0.3.4

19 Apr 10:03
Compare
Choose a tag to compare

v0.3.4

[bug fix]

  • Remove Og logs - no longer a dependency.

v0.3.3

19 Apr 08:10
Compare
Choose a tag to compare

v0.3.3

[bug fix]

  • Incorrect regions. OVH regions changed recently - now fetch them from the identity token if left
    absent in the config.exs as a default.

v0.3.2

18 Apr 18:22
Compare
Choose a tag to compare

v0.3.2

[bug fix]

  • no match of right hand side value: %{ "description" => "app description"}. No match due
    to fixing on "ex_ovh".

v0.3.1

31 Mar 20:15
Compare
Choose a tag to compare

v0.3.1

[security fix]

  • Remove any potential dependency on Og through older ex_ovh packages. A potential security issue exists with the use of
    Code.eval_string/3.
    in versions of Og less than 1.0.0. Fixing ex_ovh to v0.3.2 or above solves this security issue.

[changes]

  • improve README.md
  • lock dependency of v0.3.1 to v0.3.2 of ex_ovh to ensure older versions of exovh are
    excluded.

v0.3.0 (deprecated - do not use)

31 Mar 20:14
Compare
Choose a tag to compare

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

  • initial commit
  • working adapter for openstex and ovh
  • allows for use of swift functions and all of the OVH api features too.