Releases: Infisical/sdk
Releases · Infisical/sdk
2.1.5
- Fix python long install issue on MacOS ARM64.
2.1.3
(Hotfix): Python list secrets bug.
2.1.2
What's Changed
- Fixed Python schemas.
- Fixed python process hanging on error in some cases.
- Fixed .NET attach to process env
Full Changelog: 2.1.1...2.1.2
2.1.1
- FIxed type issues for Python SDK.
2.1.0
What's Changed
- Refactor Node release CI.
- Refactored how our bindings integrate into the SDK's
- Added support for all architectures for Node.js SDK.
Full Changelog: 2.0.7...2.1.0
2.0.7
Fixed library target architecture for .NET & Java.
Full Changelog: 2.0.6...2.0.7
2.0.6
What's Changed
- Remove set cache and use
unwrap_or
by @rustaceanrob in #14 - Fix include imports by @DanielHougaard in #13
- Added fallback secret by @DanielHougaard in #13
- Better error handling by @DanielHougaard in #15
- Fixed custom error messages
Full Changelog: 2.0.5...2.0.6
2.0.5
What's Changed
- Fixed rare unexpected Rust crash, resulting in undefined behavior by @rustaceanrob in #11
- Fixed Node.js import issue by @DanielHougaard
- Added
i32
arch support for Node.js SDK. - Decreased Node.js SDK size with 92% on average.
New Contributors
- @rustaceanrob made their first contribution in #11
Full Changelog: 2.0.2...2.0.5
1.2.2
- Fixed .NET cryptography method naming convention.
1.2.1
Minor README' fixes.