1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
Commit Graph

1657 Commits

Author SHA1 Message Date
DarthSim
bda5d47c4b Update deps 2024-03-11 17:55:10 +03:00
DarthSim
01b053277d Add request ID to error reports 2024-03-10 21:12:43 +03:00
DarthSim
a31e4e7c79 Add Bugsnag logger 2024-03-10 21:03:53 +03:00
DarthSim
d31d310dd5 prevent forking the process by Bugsnag 2024-03-10 20:47:52 +03:00
DarthSim
71aea9b507 Add processing options and source image URL to error reports 2024-03-10 20:44:45 +03:00
DarthSim
8392e2e79b Update AWS Lambda adapter 2024-03-09 19:13:12 +03:00
DarthSim
892da43589 Update Docker base image 2024-03-08 18:54:19 +03:00
DarthSim
732fad46ee Update deps 2024-03-07 22:27:53 +03:00
DarthSim
aa1b7b6973 Migrate from aws-sdk-go to aws-sdk-go-v2 2024-03-07 22:25:18 +03:00
DarthSim
8f95063e16 Increase IMGPROXY_MAX_SRC_RESOLUTION default value to 50 2024-03-07 17:43:04 +03:00
DarthSim
d6c6d4b09f Update README 2024-03-06 19:28:22 +03:00
DarthSim
7d2b61e63b Fix loading environment variables from the AWS System Manager Parameter Store when there are more than 10 parameters 2024-03-05 20:27:18 +03:00
DarthSim
6a96d07d5a Update changelog 2024-03-01 21:24:13 +03:00
DarthSim
5d4a612db7 typo 2024-02-25 01:43:44 +03:00
DarthSim
3e54eed950 Add tests for deprecated OTel configs mapping 2024-02-25 01:04:58 +03:00
DarthSim
2ad78eb7d1 Remove custom TraceIDRatio OTel sampler, it was fixed in opentelemetry-go 2024-02-25 00:40:54 +03:00
DarthSim
5d7fe36a67 Revise OpenTelemetry configuration: use standard OTel env vars when possible 2024-02-25 00:40:52 +03:00
DarthSim
9474c37ef8 Bump version 2024-02-22 21:29:50 +03:00
DarthSim
09bb519b96 Update changelog 2024-02-22 21:29:49 +03:00
DarthSim
f1230bf2bb Get rid of rand.Seed() (not needed since Go 1.20) 2024-02-22 20:49:42 +03:00
DarthSim
3b252b83e4 Use custom HTTP client with Azure; Fix Azure transport tests 2024-02-22 20:46:15 +03:00
DarthSim
4f43f2ca23 Update deps 2024-02-22 19:14:45 +03:00
DarthSim
97744b5b24 Update Docker base image 2024-02-22 19:14:19 +03:00
DarthSim
73c54abd4e Add IMGPROXY_TRUSTED_SIGNATURES config 2024-02-22 17:33:52 +03:00
DarthSim
33506eba4d Push arch-specific minor and major Docker tags 2024-02-17 19:26:41 +03:00
DarthSim
665e6f29ab Remove redundant actions/cache from GH Actions since actions/setup-go has built-in caching 2024-02-16 21:00:37 +03:00
DarthSim
ce014afca2 Update GH Actions versions 2024-02-16 20:54:53 +03:00
DarthSim
19d7b53113 Update Go versions in CI 2024-02-16 20:49:02 +03:00
DarthSim
9271494dc6 Update CHANGELOG 2024-02-16 20:46:21 +03:00
DarthSim
c84dc020ba Fix recursive presets detection 2024-02-16 20:37:56 +03:00
DarthSim
fb028170b3 Explicitly set Content-Type header; Ensure that response body contains at least one byte 2024-02-10 20:39:52 +03:00
DarthSim
8d8dc11d09 Update CHANGELOG 2024-02-10 20:27:04 +03:00
DarthSim
880d16f457 Reduce memory usage when scaling down animated images 2024-01-27 18:34:21 +03:00
DarthSim
4684abf0c0 Extract reqiest ID from AWS Lambda request context 2024-01-26 18:05:22 +03:00
DarthSim
7f9ec5a5bd k6: Check that body size is not NaN before metering it 2024-01-25 21:14:43 +03:00
DarthSim
c3466c4ac1 Fix landing when non-empty path prefix is set 2024-01-25 19:09:44 +03:00
DarthSim
11c6de9950 Respond with 404 and a single space to /favicon.ico requests 2024-01-25 18:45:31 +03:00
DarthSim
54e5f0fee2 Update AWS Lambda adapter to 0.8.0 2024-01-23 18:57:49 +03:00
DarthSim
599be36459 Set AWS Lambda adapter readiness check path to /health and invoke mode to response_stream 2024-01-22 19:39:11 +03:00
DarthSim
54313eb207 Add AWS Lambda adapter to the Docker image; Set workers and vips concurrency when running in AWS Lambda 2024-01-22 18:47:48 +03:00
DarthSim
a1c6256bba Update CHANGELOG 2024-01-19 18:56:48 +03:00
DarthSim
2026de092b Don't log healthcheck and favicon requests 2024-01-19 18:41:37 +03:00
DarthSim
30f4fea1a1 Update base Docker image 2024-01-19 18:19:37 +03:00
Marc Köhlbrugge
a2fd4bc063 Fix typo (loacal -> local) 2023-12-23 02:25:32 +06:00
DarthSim
22e16ebe56 Fix loading animated images with a huge number of frames 2023-12-20 19:34:29 +03:00
DarthSim
9e5abde24e Update changelog 2023-12-15 21:15:10 +03:00
DarthSim
40c5f3f64a Update base Docker image 2023-12-06 15:24:43 +03:00
DarthSim
04d65a220b Don't set Expires HTTP header 2023-12-04 20:31:05 +03:00
DarthSim
79e6b32c9c Allow IMGPROXY_TTL to be zero 2023-12-04 19:42:07 +03:00
DarthSim
20db601820 Set persmissions for GH Actions 2023-12-03 22:14:19 +03:00