Skip to content

Releases: Infisical/sdk

1.2.0

10 Jan 18:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.2.0

1.1.3

08 Jan 11:55
b7bcf00
Compare
Choose a tag to compare

What's Changed

1.1.2

04 Jan 15:04
Compare
Choose a tag to compare

Hotfix: Remove optional dependencies from Node SDK.

1.1.1

04 Jan 14:40
Compare
Choose a tag to compare

What's Changed

1.1.0

24 Dec 12:37
4df097d
Compare
Choose a tag to compare

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

21 Dec 11:14
Compare
Choose a tag to compare

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

20 Dec 05:42
Compare
Choose a tag to compare
  • Documentation improvements for Node.js

1.0.22

20 Dec 05:01
Compare
Choose a tag to compare
  • 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