v2.11.52
docling-project/doclingv2.11.52Jul 8, 2026by github-actions[bot]
AI Summary
A minor patch release primarily focused on fixing a security vulnerability and updating dependency versions. It also includes a documentation correction for the changelog.
Key Highlights
- Fixed CVE GHSA-cxjq-mrr5-89rv
- Sanitized replaced paths in ReplacePathRegex middleware
- Updated ACME and OpenTelemetry libraries to latest versions
Full Release Notes
**CVE fixed:** - Advisory [GHSA-cxjq-mrr5-89rv](https://github.com/traefik/traefik/security/advisories/GHSA-cxjq-mrr5-89rv) **Bug fixes:** - **[middleware]** Sanitize replaced path in ReplacePathRegex middleware ([#13466](https://github.com/traefik/traefik/pull/13466) @kevinpollet) - **[acme]** Bump software.sslmate.com/src/go-pkcs12 to v0.7.3 ([#13477](https://github.com/traefik/traefik/pull/13477) @rtribotte) - **[otel]** Bump go.opentelemetry.io/otel to v1.44.0 ([#13478](https://github.com/traefik/traefik/pull/13478) @rtribotte) **Documentation:** - Fix changelog v2.11.51 ([#13430](https://github.com/traefik/traefik/pull/13430) @mmatur)