Skip to content

Releases: neofinancial/config-dug

v1.7.2

24 Mar 23:20
38f87e5
Compare
Choose a tag to compare

Add a warning when a local config file is found

v1.7.1

20 Oct 17:03
d53d551
Compare
Choose a tag to compare

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

08 Jun 23:34
eb7e657
Compare
Choose a tag to compare
  • Add feature to override aws secrets configs with environment variables

v1.6.2

08 Dec 03:49
b7ff42a
Compare
Choose a tag to compare
  • Update all console warnings to console logs
  • Do not validate configs in development

v1.6.1

14 Nov 00:05
53d368e
Compare
Choose a tag to compare
  • Update yarn.lock for security warning on kind-of

v1.6.0

14 Nov 00:05
c6fc803
Compare
Choose a tag to compare
  • 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

14 Nov 00:05
edded83
Compare
Choose a tag to compare
  • Add support for multiple AWS Secrets Manager secrets in the same region

v1.4.2

17 Oct 22:55
97df2a5
Compare
Choose a tag to compare
  • Warn if a config is undefined, null, 'undefined' or an empty string

v1.4.1

17 Oct 21:05
5a46560
Compare
Choose a tag to compare
  • Better error logging when fetching from Secrets Manager
  • Updated httpOptions to use timeout instead of connectTimeout

v1.4.0

28 Nov 22:25
686d756
Compare
Choose a tag to compare
  • Add support for APP_ENV
  • Update dependencies