Releases: quix-labs/caddy-image-processor
Releases · quix-labs/caddy-image-processor
2.2.2
Full Changelog: 2.2.1...2.2.2
- Handle custom ETag and If-None-Match to avoid useless processing
2.2.1
What's Changed
- add security constraints values + range by @alancolant in #11
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Bump docker/build-push-action from 5 to 6 by @dependabot in #8
- Add security configuration and error action configuration by @alancolant in #10
Full Changelog: 2.1.0...2.2.0
2.1.0
- Upgrade caddy 2.8.x (beta) -> caddy 2.8.4 (stable)
Full Changelog: 2.0.1...2.1.0
2.0.1
No change, only comment on source code for caddyserver.com documentation
2.0.0
What's Changed
- use caddy 2.8.x
- add support for reverse_proxy
- do not remove all proxied headers to keep cookies
- add more processing parameters
- do not need to register module order
Full Changelog: 1.0.3...2.0.0
1.0.3
What's Changed
Upgrade go 1.20 -> 1.22
- Bump github.com/quic-go/quic-go from 0.40.0 to 0.42.0 by @dependabot in #1
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #3
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #6
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #4
- Bump github.com/jackc/pgproto3/v2 from 2.3.2 to 2.3.3 by @dependabot in #2
- Bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.2 by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: 1.0.2...1.0.3
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
Full Changelog: 1.0.0...1.0.1
- Fix error when request are cached
- Switch to native caddy ResponseRecorder instead of custom wrapper