JSKOS Server v2.1.1
- import/reset: Make sure extent of concordances is recalculated. (#217)
- Separate JSKOS API version from software version in /status. (#218)
config.version
is now the JSKOS API version (current "2.1") whileconfig.serverVersion
will contain the version number of JSKOS Server that is running.
- Allow setting NODE_ENV via
env
in JSON configuration. - Throw error when
config.json
contains invalid JSON or is inaccessible. - Improvements to Docker image.
- Update dependencies.
Full Changelog: v2.1.0...v2.1.1