0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
imageproxy/CHANGELOG.md

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 and Proxy.Whitelist struct field. Use allowHosts and Proxy.AllowHosts instead.

0.8.0 (2019-03-21)

Added

Changed

  • when a remote URL is denied, return a generic error message that does not specify exactly why it failed (7e19b5c)

Deprecated

  • whitelist flag and Proxy.Whitelist struct field renamed to allowHosts and Proxy.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.