From 99646d443d0515c8d30c6155ad0acecd57e278a6 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Mon, 16 Sep 2024 17:19:24 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 +++- version/version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb85cece0..cc110de34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [3.26.0] - 2024-09-16 # Add - Add `imgproxy.source_image_url` and `imgproxy.processing_options` attributes to New Relic, DataDog, and OpenTelemetry traces. - Add [IMGPROXY_S3_ENDPOINT_USE_PATH_STYLE](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_S3_ENDPOINT_USE_PATH_STYLE) config. @@ -8,6 +8,7 @@ - (pro) Add [duotone](https://docs.imgproxy.net/latest/usage/processing#duotone) processing option. - (pro) Add `objw` [gravity](https://docs.imgproxy.net/latest/usage/processing#gravity) type. - (pro) Add an object pseudo-class `all` that can be used with the `obj` and `objw` [gravity](https://docs.imgproxy.net/latest/usage/processing#gravity) types to match all detected objects. +- (pro) Add [IMGPROXY_OBJECT_DETECTION_FALLBACK_TO_SMART_CROP](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_OBJECT_DETECTION_FALLBACK_TO_SMART_CROP) config. - (docker) Add a script for [building Linux packages](https://docs.imgproxy.net/latest/installation#building-linux-packages). # Change @@ -17,6 +18,7 @@ # Fix - Fix handling `#` symbols in `local://`, `s3://`, `gcs://`, `abs://`, and `swift://` URLs. - Fix `IMGPROXY_FALLBACK_IMAGE_HTTP_CODE` value check. Allow `0` value. +- (docker) Fix loading HEIC images made with iOS 18. ## [3.25.0] - 2024-07-08 ### Add diff --git a/version/version.go b/version/version.go index 06834e05c4..897c482da0 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "3.25.0" +const Version = "3.26.0"