Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: berlinonline/converjon

cache folder depth fix and updated dependencies

25 Mar 12:12
Compare
Choose a tag to compare

From the CHANGELOG:

  • fixed: too many folder levels for docker to cope with (see Issue 138)
  • fixed: Usages of new Buffer(…) have been changed to Buffer.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 into devDependencies - it's deprecated and using a specific sshpk lib version was necessary to reach npm 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.

Converter.Filter + Scurity-Fixes

02 Aug 17:03
Compare
Choose a tag to compare
  • security fix: updated dependencies for handlebars and send
  • added new config options: converter.filter and converter.quality - for better results of images with small details (like faces of persons, are small high towers), we recommend converter.filter = Sinc

2.7.5

15 Aug 09:01
Compare
Choose a tag to compare
  • added: Support for Docker

2.7.4

10 Feb 16:05
Compare
Choose a tag to compare
  • fixed: regression in chache item timestamps (#136)

2.7.3

01 Feb 13:16
Compare
Choose a tag to compare
  • Fixed CLI tool (#126)
  • Fixed mtime of local file sources (#135)
  • Fixed compatibility with node.js 6.x.x (#133)

Bugfix release

29 Feb 16:59
Compare
Choose a tag to compare

No bigger changes. Debug log shows verbose information when source acquiring failed and the whitelist for http headers should now work properly.

  • Fixed: source HTTP header whitelist not working (#128)
  • Fixed: show concrete error when source downloading failed (#132)

2.7.1

29 Oct 12:37
Compare
Choose a tag to compare
  • fallback cropping in case of invalid embedded AOI (#124)

2.7.0

08 Oct 16:11
Compare
Choose a tag to compare
  • added a switch for the preferred AOI source (#122)

2.6.0

01 Oct 13:57
Compare
Choose a tag to compare
  • added support for loading all config files from a directory (#121)
  • added support for percentage values in AOI (#119)
  • new crop mode "none", preserves the entire image (#118)

2.5.6

28 Aug 15:16
Compare
Choose a tag to compare
  • fixed error reporting bug that caused local file requests to fail. #109