Browse Source

Bump version

DarthSim 7 months ago
parent
commit
99646d443d
2 changed files with 4 additions and 2 deletions
  1. 3 1
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 3 - 1
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

+ 1 - 1
version/version.go

@@ -1,3 +1,3 @@
 package version
 
-const Version = "3.25.0"
+const Version = "3.26.0"