View Source Changelog
All notable changes to ExOciSdk will be documented in this file.
[0.2.2] - 2025-06-02
Added
- Support the native JSON module for Elixir >= 1.18.0
ExOciSdk.Config.from_runtime!/0to create oci configuration from runtime envs- Obfuscate
ExOciSdk.Configstruct private key in prints/logs
Changed
- Changes the minimum elixir version from 1.18 to 1.15
[0.2.1] - 2025-02-16
Fixed
- Bug in
ExOciSdk.Config.from_file!/1where path expansion (~,../) wasn't working correctly
[0.2.0] - 2025-02-03
Added
QueueAdminClientmodule for queue administration operations- header extraction mechanism for metadata in core response policy
Fixed
- bug handling responses with different content-type header cases
[0.1.0] - 2025-01-29
Added
- Core SDK functionality
QueueClientmodule for queue operations