Releases: Infisical/sdk
Releases · Infisical/sdk
1.2.0
What's Changed
- User agents for SDK's by @DanielHougaard in #8
- Feat: .NET SDK by @DanielHougaard in #9
- Fixed Python bindings issue
- Fixed Java return type (breaking change!)
Full Changelog: 1.1.3...1.2.0
1.1.3
What's Changed
- Add symmetric encryption methods by @DanielHougaard in #7
1.1.2
Hotfix: Remove optional dependencies from Node SDK.
1.1.1
What's Changed
- Base SDK functional tests improvements by @DanielHougaard in #6
- Cache Improvements & README Updates by @DanielHougaard in #5
- Potential fix for Deno support
1.1.0
What's Changed
- Added caching support. Caching will greatly reduce the time it takes to fetch a secret. By default it will cache secrets for 5 minutes. You can specify the cache time when instantiating the client, by setting
cacheTTL
. - Added process env support for
listSecrets()
. - Minor structural changes.
Full Changelog: 1.0.24...1.1.0
1.0.24
What's Changed
- Released Java SDK
- Minor improvements to base SDK
Changes from 1.0.23: 1.0.23...1.0.24
1.0.23
- Documentation improvements for Node.js
1.0.22
- Added documentation for Python
- Internal naming conventions
- Fixed minor typos in Node.js documentation
- Added tests to CI
- Fixed issues with auth error not being thrown correctly
- Fixed Python import issues