1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00
This commit is contained in:
DarthSim 2023-05-03 18:53:27 +03:00
parent ec963e84d0
commit fd4b5d30d1

View File

@ -3,7 +3,7 @@
## [Unreleased]
### 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 (conrolled by the `IMGPROXY_USE_LAST_MODIFIED` config).
- Add support for the `Last-Modified` response header and the `If-Modified-Since` request header (controlled by the `IMGPROXY_USE_LAST_MODIFIED` config).
### Change
- Optimized memory buffers pooling for better performance and memory reusage.