File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 3.19.0] - 2023-08-21
4
6
### Add
7
+ - Add ` IMGPROXY_WORKERS ` alias for the ` IMGPROXY_CONCURRENCY ` config.
5
8
- Add [ multi-region mode] ( https://docs.imgproxy.net/latest/serving_files_from_s3?id=multi-region-mode ) to S3 integration.
6
9
- Add the ability to [ load environment variables] ( https://docs.imgproxy.net/latest/loading_environment_variables ) from a file or a cloud secret.
7
- - Add ` IMGPROXY_WORKERS ` alias for the ` IMGPROXY_CONCURRENCY ` config.
8
10
- (pro) Add [ pages] ( https://docs.imgproxy.net/latest/generating_the_url?id=pages ) processing option.
9
11
10
12
### Change
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const version = "3.18.2 "
3
+ const version = "3.19.0 "
4
4
5
5
func Version () string {
6
6
return version
You can’t perform that action at this time.
0 commit comments