mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
2.7 KiB
2.7 KiB
Changelog
This file contains all notable changes to imageproxy. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Changed
- updated docker image to use go1.12 compiler and build imageproxy as a go module.
Removed
- removed deprecated
whitelist
flag andProxy.Whitelist
struct field. UseallowHosts
andProxy.AllowHosts
instead.
0.8.0 (2019-03-21)
Added
- added support for restricting proxied URLs based on Content-Type headers (#141, ccbrown)
- added ability to deny requests for certain remote hosts (#85, geriljaSA)
- added
userAgent
flag to specify a custom user agent when fetching images (#83, huguesalary) - added support for s3 compatible storage providers (#147, ruledio)
- log URL when image transform fails for easier debugging (#149, daohoangson)
- added support for building imageproxy as a go module. A future version will remove vendored dependencies, at which point building as a module will be the only supported method of building imageproxy.
Changed
- when a remote URL is denied, return a generic error message that does not specify exactly why it failed (7e19b5c)
Deprecated
whitelist
flag andProxy.Whitelist
struct field renamed toallowHosts
andProxy.AllowHosts
. Old values are still supported, but will be removed in a future release.
Fixed
Older Versions
Additional changelog entries for older versions to be written as time permits. Contributions are welcome.