1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-31 00:08:05 +02:00

1874 Commits

Author SHA1 Message Date
DarthSim
62224b4414 Bump version v3.30.1 2025-10-10 20:37:47 +03:00
DarthSim
207532fe97 Format New Relic and OpenTelemetry metadata values that implement the fmt.Stringer interface as strings 2025-09-21 21:15:46 +03:00
DarthSim
3433be9fe5 Bump version v3.30.0 2025-09-17 21:29:46 +03:00
dependabot[bot]
1baa6b5bc9 Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-17 23:40:25 +06:00
DarthSim
55aaa534cf Upgrade deps 2025-09-17 19:16:30 +03:00
DarthSim
f8d8d47b5b Update base Docker image 2025-09-17 18:24:52 +03:00
DarthSim
3c45a2a67a Add -v to go build command in Makefile 2025-09-17 17:05:26 +03:00
DarthSim
6f52eca85e Fix possible infinite loop during SVG sanitization 2025-09-10 18:02:50 +03:00
DarthSim
e5d528d60a Add Makefile 2025-09-10 17:31:51 +03:00
DarthSim
05066d0601 Remove unneeded NULL check; Init tmp images as NULL 2025-09-08 21:17:30 +03:00
DarthSim
2eb80c7f58 Use VIPS_UNREF instead of g_clear_object 2025-09-08 21:07:11 +03:00
DarthSim
7da78ef191 Add IMGPROXY_GRACEFUL_STOP_TIMEOUT config 2025-09-08 20:32:23 +03:00
DarthSim
d02a678229 Call vips.Shutdown() as close to exit as possible 2025-09-08 20:12:32 +03:00
DarthSim
215fcfee1c Tune HTTP/2 client for performance 2025-08-30 21:54:35 +03:00
DarthSim
7cc9620cf7 Update changelog 2025-08-21 16:33:17 +03:00
DarthSim
f50176f95b TIFF supports color profiles 2025-08-20 18:35:01 +03:00
DarthSim
83e64ff2d3 TransformColourProfile -> TransformColourProfileToSRGB 2025-08-20 17:00:54 +03:00
DarthSim
e1764ad580 Rename processing steps: importColorProfile -> colorspaceToProcessing, exportColorProfile -> colorspaceToResult 2025-08-20 16:35:37 +03:00
DarthSim
d7772499b9 Fix keeping copyright info in EXIF 2025-08-20 16:11:30 +03:00
DarthSim
b5185bd3a0 Update changelog 2025-08-20 15:54:07 +03:00
DarthSim
46ba23a775 Sort log keys by both priority and name; Add priority for "source" key 2025-08-16 21:30:00 +03:00
DarthSim
7bdae0fb0a Fix X-Result-Height debug header for animated images 2025-08-16 18:12:05 +03:00
DarthSim
6d36ccba6d Fix getImageSize for animated images 2025-08-16 18:06:16 +03:00
DarthSim
4d19d89ac0 Ignore http.ErrBodyNotAllowed error during streaming 2025-08-05 19:48:28 +03:00
DarthSim
2609144cb4 Pass If-Modified-Since header during streaming` 2025-08-05 19:44:40 +03:00
DarthSim
8967bf7f82 Fix Vary header when JPEG XL supoprt detection is enabled 2025-07-31 23:08:01 +03:00
DarthSim
86b727b706 Update changelog 2025-07-31 23:04:43 +03:00
DarthSim
81257bcaad Update changelog 2025-07-17 16:29:29 +03:00
DarthSim
4d487c2503 Update base Docker image 2025-07-17 16:26:26 +03:00
DarthSim
07b5842191 Bump version v3.29.1 2025-07-11 18:30:24 +03:00
DarthSim
165915a79f Freeze github.com/tdewolff/parse 2025-07-11 11:43:29 +03:00
DarthSim
a833c01444 Bump version v3.29.0 2025-07-08 15:48:53 +03:00
DarthSim
7e66b63f35 Set GOFLAGS: -buildvcs=false for lint in CI 2025-07-07 20:26:12 +03:00
DarthSim
ebc4b6af1f Update deps 2025-07-07 20:07:48 +03:00
DarthSim
f3c78a028a Remove forgotten debug log 2025-07-05 20:56:32 +03:00
DarthSim
1799ac7eb7 Add support for %current_version variable in IMGPROXY_USER_AGENT 2025-07-05 20:53:17 +03:00
DarthSim
3178e2b21d VIPS_CEIL => ceil 2025-07-02 20:02:44 +03:00
DarthSim
7884425810 Update changelog 2025-06-30 18:50:43 +03:00
DarthSim
7948ffa31b Fix "Webp effort can't be greater than..." error 2025-06-30 18:35:43 +03:00
DarthSim
91abc6f385 Merge branch 'feature/webp-effort-preset' 2025-06-30 18:31:19 +03:00
DarthSim
92a281f834 Simplify WebP preset config 2025-06-30 18:28:31 +03:00
Sergei Aleksandrovich
22305da24e Merge pull request #1440 from imgproxy/img-9-update-dd
dd-trace-go -> v2
2025-06-24 22:16:27 +06:00
DarthSim
3207dd6099 Disable Datadog startup logs by default 2025-06-24 19:04:19 +03:00
Viktor Sokolov
56f3600e7c dd-trace-go -> v2 2025-06-24 15:38:31 +02:00
DarthSim
c3c560c1e4 Update golangci-lint to 2.1.6 in CI 2025-06-11 16:53:34 +03:00
DarthSim
3c4a75a709 Remove the IMGPROXY_SVG_FIX_UNSUPPORTED config. The problem it was solving is now fixed in librsvg 2025-06-11 16:45:25 +03:00
DarthSim
95932b522c Update changelog 2025-06-10 18:10:22 +03:00
DarthSim
2864bab12d Add IMGPROXY_ALLOWED_PROCESSING_OPTIONS config 2025-06-09 18:15:24 +03:00
hossein
4d684fab0a feat(): Add libvips's equivalent options for configuring libwebp's effort and preset. 2025-06-08 23:34:12 +03:30
DarthSim
a5a587eb39 Add IMGPROXY_MAX_RESULT_DIMENSION config and max_result_dimension processing option 2025-06-06 19:29:39 +03:00