Releases: stephenmoloney/openstex_adapters_ovh
Releases · stephenmoloney/openstex_adapters_ovh
v0.3.4
v0.3.3
v0.3.3
[bug fix]
- Incorrect regions. OVH regions changed recently - now fetch them from the identity token if left
absent in theconfig.exs
as a default.
v0.3.2
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
v0.3.1
[security fix]
- Remove any potential dependency on
Og
through olderex_ovh
packages. A potential security issue exists with the use of
Code.eval_string/3.
in versions ofOg
less than1.0.0
. Fixing ex_ovh tov0.3.2
or above solves this security issue.
[changes]
- improve
README.md
- lock dependency of
v0.3.1
tov0.3.2
of ex_ovh to ensure older versions ofexovh
are
excluded.
v0.3.0 (deprecated - do not use)
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.