Browse Source

Update changelog and docs

DarthSim 2 years ago
parent
commit
4ed6b254e0
2 changed files with 2 additions and 1 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 0
      docs/getting_the_image_info.md

+ 1 - 1
CHANGELOG.md

@@ -28,7 +28,7 @@
 - Add `IMGPROXY_SVG_FIX_UNSUPPORTED` config.
 
 ### Fix
-- Fix fix HTTP response status when OpenTelemetry support is enabled.
+- Fix HTTP response status when OpenTelemetry support is enabled.
 - (docker) Fix saving of paletted PNGs with low bit-depth.
 
 ## [3.8.0] - 2022-10-06

+ 1 - 0
docs/getting_the_image_info.md

@@ -54,6 +54,7 @@ imgproxy responses with a JSON body and returns the following info:
 * `size`: file size. Can be zero if the image source doesn't set `Content-Length` header properly
 * `exif`: Exif data
 * `iptc`: IPTC data
+* `xmp`: XMP data
 * `video_meta`: metadata from the video
 
 **📝Note:** There are lots of IPTC tags in the spec, but imgproxy supports only a few of them. If you need some tags to be supported, just contact us.