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