This release removes support from Nodev12. In addition, this release is intended to be the last one supporting Nodev14 and Nodev16. Note Nodev12 was deprecated in April 2022, Nodev14 was deprecated in April 2023 and Nodev16 was deprecated in October 2023, according to the node release schedule.
Changes (since 2.10.0)
- Add: CORS_ENABLED env var (boolean) to enable the cors configuration (of config.js file) in your docker image (#608)
- Fix: the way in which list collection is done at MongoDB (ensuring nameOnly flag is boolean) so STH can support MongoDB 5.0+ versions
- Fix: TRUNCATION_EXPIRE_AFTER_SECONDS functionality (#606)
- Set Nodejs 14 as minimum version in packages.json (effectively removing Nodev12 from supported versions)