Changelogs
- NodeJS 20.18
- Corporate proxy support.
- Improved SSL security, linked to the implementation of corporate proxy support.
- BREAKING CHANGE: A new volume has been added: “cacerts”, mounted on “/app/cacerts”.
- BREAKING CHANGE: If you're monitoring HTTPS services with self-signed certificates, you must install CA certificates in the “cacerts” directory or disable SSL control by passing the environment variable:
NODE_TLS_REJECT_UNAUTHORIZED=“0”
. - Improved unit testing.
- Typo.
What's Changed
- V1.9.0 by @dhenry123 in #23
Full Changelog: 1.8.0...1.9.0