10.1.0 (3/3/2019)
- Updated ONSPD dataset to February 2019
- Updated OS Names dataset to January 2019
- Rebuild GSS codes for NHSHA and NUTS datasets
- Dropped bunyan as dependency. Replaced with pino, a faster and actively maintained logging library
- Log destination can now be assigned via env variable
LOG_DESTINATION"/absolute/path/to/file"logs to file"stdout"logs to stdout"perf"logs to stdout in extreme mode
- Added ability to export prometheus metrics by basic auth protected
/metricsendpoint. To enable includePROMETHEUS_USERNAMEandPROMETHEUS_PASSWORDas environment variables. Those environment variables are required to authenticate using HTTP basic authentication - Updated dependencies
- Added ability to configure application limits using environment variables. See readme
- Amended
npm run setupbash script to accept more configuration arguments