This repository has been archived by the owner on May 10, 2023. It is now read-only.
From the CHANGELOG:
- fixed: too many folder levels for docker to cope with (see Issue 138)
- fixed: Usages of
new Buffer(…)
have been changed toBuffer.from(…)
– see DEP0005 for more info - bumped node engine version in
package.json
to support more versions –npm test
succeed for v4.x up to edge v12 atm - bumped dependencies
- moved
nodeunit
dep intodevDependencies
- it's deprecated and using a specificsshpk
lib version was necessary to reachnpm audit
result of 0 known vulnerabilities
Beware: The change of the internal cache
folder structure means, that your cache is invalidated upon deployment of this version. This shouldn't affect your apps too much as long as you took the hint of running converjon behind a caching reverse proxy. Keep it in mind though when switching to this version as your cache folder size may double.