Skip to content

v1.0.15

Compare
Choose a tag to compare
@Dynom Dynom released this 11 Dec 08:32
· 147 commits to master since this release

URL signature and wildcard domain support

This release updates libvips, Go and bimg to the latest versions and it contains several bugfixes. The two most notable features is wildcard domain support for origin URL sources.

Origin URL sources

Imaginary allows to process externally hosted images when enabled with the enable-url-source flag. It supported white-listing origins, using the -allowed-origins flag, that were allowed to be passed along. With this release it allows a more liberal configuration, by supporting wildcard domains (E.g.: https://*.example.org)

URL signature

With this release Imaginary supports signing the request, hardening Imaginary against request tampering. Enabled by passing the flags -enable-url-signature and -url-signature-key

Changelog

6887bcc Changing build steps (#189)
d11fb05 feat(version): bump to v1.0.15
3a3bd3a fix(docker): remove race detector (#197)
2a37482 Add URL signature feature (#194)
d48f428 Drop salt as suggested in #194 (#200)
e558c55 Fix typo in documentation (#202)
2a17cdf Update README.md (#207)
e2ad658 Bump Go versions and use '.x' to always get latest patch versions (#220)
132ee8e Adding remote url wildcard support (#219)
71ada16 Watermark image api (#221)
ad94782 fix: correct fit operation with autorotated images by switching width/height in certain cases (#208)
40f7ee0 Updated dockerfile vips repo (#222)
6d02570 Updating bimg, libvips and Go