1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2026-04-23 19:41:06 +02:00

Merge branch 'master' into version/4

This commit is contained in:
DarthSim
2026-03-26 17:55:21 +03:00
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## [3.31.1] - 2026-03-17
### Fixed
- Fix memory leak when saving HEIC/AVIF images with alpha channel.
## [3.31.0] - 2026-03-13
### Added
- Add [IMGPROXY_FAIL_ON_DEPRECATION](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_FAIL_ON_DEPRECATION) config. When set to `true`, imgproxy will exit with a fatal error if a deprecated config option is used.
+1
View File
@@ -154,6 +154,7 @@ _lychee:
--exclude localhost \
--exclude twitter.com \
--exclude x.com \
--exclude unsplash.com \
--max-concurrency 50 \
--accept 200,429
+1 -1
View File
@@ -1,3 +1,3 @@
package version
const Version = "3.31.0"
const Version = "3.31.1"