mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-27 12:07:59 +02:00
Merge branch 'version/3.27'
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
### Added
|
### Added
|
||||||
- Add [IMGPROXY_BASE64_URL_INCLUDES_FILENAME](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_BASE64_URL_INCLUDES_FILENAME) config.
|
- Add [IMGPROXY_BASE64_URL_INCLUDES_FILENAME](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_BASE64_URL_INCLUDES_FILENAME) config.
|
||||||
|
|
||||||
|
## [3.27.2] - 2025-01-27
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix preventing requests to `0.0.0.0` when imgproxy is configured to deny loopback addresses.
|
- Fix preventing requests to `0.0.0.0` when imgproxy is configured to deny loopback addresses.
|
||||||
- (pro) Fix timeouts in AWS Lambda when running in development mode.
|
- (pro) Fix timeouts in AWS Lambda when running in development mode.
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "3.27.1"
|
const Version = "3.27.2"
|
||||||
|
Reference in New Issue
Block a user