|
| 1 | +# Changelog |
| 2 | + |
| 3 | +This file contains all notable changes to |
| 4 | +[imageproxy](https://github.com/willnorris/imageproxy). The format is based on |
| 5 | +[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project |
| 6 | +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.8.0] (2019-03-21) |
| 11 | + |
| 12 | +### Added |
| 13 | + - added support for restricting proxied URLs [based on Content-Type |
| 14 | + headers](https://github.com/willnorris/imageproxy#allowed-content-type-list) |
| 15 | + ([#141](https://github.com/willnorris/imageproxy/pull/141), |
| 16 | + [ccbrown](https://github.com/ccbrown)) |
| 17 | + - added ability to [deny requests](https://github.com/willnorris/imageproxy#allowed-and-denied-hosts-list) |
| 18 | + for certain remote hosts |
| 19 | + ([#85](https://github.com/willnorris/imageproxy/pull/85), |
| 20 | + [geriljaSA](https://github.com/geriljaSA)) |
| 21 | + - added `userAgent` flag to specify a custom user agent when fetching images |
| 22 | + ([#83](https://github.com/willnorris/imageproxy/pull/83), |
| 23 | + [huguesalary](https://github.com/huguesalary)) |
| 24 | + - added support for [s3 compatible](https://github.com/willnorris/imageproxy#cache) |
| 25 | + storage providers |
| 26 | + ([#147](https://github.com/willnorris/imageproxy/pull/147), |
| 27 | + [ruledio](https://github.com/ruledio)) |
| 28 | + - log URL when image transform fails for easier debugging |
| 29 | + ([#149](https://github.com/willnorris/imageproxy/pull/149), |
| 30 | + [daohoangson](https://github.com/daohoangson)) |
| 31 | + - added support for building imageproxy as a [go module](https://golang.org/wiki/Modules). |
| 32 | + A future version will remove vendored dependencies, at which point building |
| 33 | + as a module will be the only supported method of building imageproxy. |
| 34 | + |
| 35 | +### Changed |
| 36 | + - when a remote URL is denied, return a generic error message that does not specify exactly why it failed |
| 37 | + ([7e19b5c](https://github.com/willnorris/imageproxy/commit/7e19b5c)) |
| 38 | + |
| 39 | +### Deprecated |
| 40 | + - `whitelist` flag and `Proxy.Whitelist` struct field renamed to `allowHosts` |
| 41 | + and `Proxy.AllowHosts`. Old values are still supported, but will be removed |
| 42 | + in a future release. |
| 43 | + |
| 44 | +### Fixed |
| 45 | + - fixed tcp_mem resource leak on 304 responses |
| 46 | + ([#153](https://github.com/willnorris/imageproxy/pull/153), |
| 47 | + [Micr0mega](https://github.com/Micr0mega)) |
| 48 | + |
| 49 | +## Older Versions |
| 50 | + |
| 51 | +Additional changelog entries for older versions to be written as time permits. |
| 52 | +Contributions are welcome. |
| 53 | + |
| 54 | +[Unreleased]: https://github.com/willnorris/imageproxy/compare/v0.8.0...HEAD |
| 55 | +[0.8.0]: https://github.com/willnorris/imageproxy/compare/v0.7.0...v0.8.0 |
0 commit comments