mirror of
https://github.com/imgproxy/imgproxy.git
synced 2026-05-16 09:18:09 +02:00
Bump version
This commit is contained in:
+3
-1
@@ -1,10 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.19.0] - 2023-08-21
|
||||
### Add
|
||||
- Add `IMGPROXY_WORKERS` alias for the `IMGPROXY_CONCURRENCY` config.
|
||||
- Add [multi-region mode](https://docs.imgproxy.net/latest/serving_files_from_s3?id=multi-region-mode) to S3 integration.
|
||||
- Add the ability to [load environment variables](https://docs.imgproxy.net/latest/loading_environment_variables) from a file or a cloud secret.
|
||||
- Add `IMGPROXY_WORKERS` alias for the `IMGPROXY_CONCURRENCY` config.
|
||||
- (pro) Add [pages](https://docs.imgproxy.net/latest/generating_the_url?id=pages) processing option.
|
||||
|
||||
### Change
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package version
|
||||
|
||||
const version = "3.18.2"
|
||||
const version = "3.19.0"
|
||||
|
||||
func Version() string {
|
||||
return version
|
||||
|
||||
Reference in New Issue
Block a user