Skip to content

2.11.0

Latest
Compare
Choose a tag to compare
@fgalan fgalan released this 28 Nov 16:19
· 18 commits to master since this release
92d7d56

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)