1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-01-18 20:42:40 +06:00
parent dcddc165f0
commit ae3d6f7a50
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
# v2.1.5
## v2.2.0
- Optimized memory usage. [Memory usage tweaks](./docs/memory_usage_tweaks.md);
- `Vary` header is set when WebP detection, client hints or GZip compression are enabled;
- Health check doesn't require `Authorization` header anymore.
## v2.1.5
- [Sentry support](./docs/configuration.md#error-reporting) (thanks to [@koenpunt](https://github.com/koenpunt));
- Fixed detection of some kind of WebP images;

View File

@ -11,7 +11,7 @@ import (
_ "net/http/pprof"
)
const version = "2.1.5"
const version = "2.2.0"
type ctxKey string