Skip to content

Releases: KTH/kth-node-configuration

v2.1.0

29 Jan 08:20
Compare
Choose a tag to compare

What's Changed

  • Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #5

New Contributors

Full Changelog: v1.6.4...v2.1.0

Added Kopps unpacker

30 Jan 10:14
Compare
Choose a tag to compare
v1.3.2

Added unpack Kopps config

Fixed bug in param names for auth

23 Jan 10:16
Compare
Choose a tag to compare
v1.3.1

Fixed smtp-params for calls with auth

Added SMTP helper and protocol checks

19 Jan 12:03
Compare
Choose a tag to compare

Regression bug

18 Jan 13:29
Compare
Choose a tag to compare
v1.2.5

Regression bug

More fixes for Azure Redis

18 Jan 13:09
Compare
Choose a tag to compare
v1.2.4

Added tests and allow nested params in Redis URI

Added tests and added support for Azure Redis URI

18 Jan 10:24
Compare
Choose a tag to compare
v1.2.3

Added tests and allow nested params in Redis URI

Added mongodb config helper

17 Jan 14:09
Compare
Choose a tag to compare
v1.2.2

Bump version

Add a browser config handler

16 Jan 12:42
Compare
Choose a tag to compare
v1.2.0

Bump version

Simplified configuration

13 Jan 13:56
Compare
Choose a tag to compare

This is a breaking change that moves from dev/ref/prod-style configuration files to:

  • commonSettings
  • serverSettings
  • browserSettings
  • .env that contains secrets and overrides

We should now be able to have all dev configuration checked in with the code and only require an absolute minimum of settings in .env to start an application. For a basic node-api app nothing will need to be added provided mongo and redis is run on default ports. For a basic node-web app we will only need to add ldap username and password.