1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00

Bump version

This commit is contained in:
DarthSim 2023-05-10 19:54:19 +03:00
parent f288254505
commit 0250790910
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.17.0] - 2023-05-10
### Add
- Add `process_resident_memory_bytes`, `process_virtual_memory_bytes`, `go_memstats_sys_bytes`, `go_memstats_heap_idle_bytes`, `go_memstats_heap_inuse_bytes`, `go_goroutines`, `go_threads`, `buffer_default_size_bytes`, `buffer_max_size_bytes`, and `buffer_size_bytes` metrics to OpenTelemetry.
- Add support for the `Last-Modified` response header and the `If-Modified-Since` request header (controlled by the `IMGPROXY_USE_LAST_MODIFIED` config).

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.17",
"3.16",
"3.15",
"3.14",

View File

@ -1,6 +1,6 @@
package version
const version = "3.16.1"
const version = "3.17.0"
func Version() string {
return version