Releases: neofinancial/config-dug
Releases · neofinancial/config-dug
v1.7.2
Add a warning when a local config file is found
v1.7.1
update to npm and removed yarn
update husky pre-commit for new husky version
update support for node 16
formatted all files with new prettier
v1.7.0
- Add feature to override aws secrets configs with environment variables
v1.6.2
- Update all console warnings to console logs
- Do not validate configs in development
v1.6.1
- Update yarn.lock for security warning on
kind-of
v1.6.0
- Warn on leading or trailing whitespace in secret value
- Suppress secret undefined warning if running tests
- Add
AWS_SECRETS_MANAGER_NAMES
key to define multiple secrets in a backwards compatible way
v1.5.0
- Add support for multiple AWS Secrets Manager secrets in the same region
v1.4.2
- Warn if a config is undefined, null, 'undefined' or an empty string
v1.4.1
- Better error logging when fetching from Secrets Manager
- Updated
httpOptions
to use timeout
instead of connectTimeout
v1.4.0
- Add support for APP_ENV
- Update dependencies