Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Bump software.sslmate.com/src/go-pkcs12 to v0.7.3 | rtribotte | XS | No | 0.2h | 0.1h | Jul 07, 2026 |
SummaryBug FixBump go-pkcs12 to v0.7.3 Updates the PKCS12 library to the latest version, improving security and compatibility. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Go
|
||||||
| Fix X-Forwarded-Prefix documentation for dashboard redirection | kevinpollet | XS | No | 0.2h | 0.0h | Jul 07, 2026 |
SummaryBug FixFix X-Forwarded-Prefix documentation for dashboard redirection Improves documentation for X-Forwarded-Prefix handling in dashboard redirection, helping users correctly configure Traefik and reducing support overhead. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Go
|
||||||
| Add Gateway API HTTPRoute CORS filter | AnatoleLucet | M | No | 162.2h | 146.3h | Jul 07, 2026 |
SummaryFeatureAdd Gateway API HTTPRoute CORS filter Enables users to configure CORS headers for HTTPRoute resources in the Gateway API provider, improving cross-origin request handling. Health Assessment
Medium
Low
High
AI DetailsTech Stack
Languages:
Go
|
||||||
| Fix grammar in TLS, TCP service, and routing reference docs | almightymoon | XS | No | 75.9h | 3.9h | Jul 06, 2026 |
SummaryDocsFix grammar in TLS, TCP, and routing docs Corrects grammar in key reference docs, improving clarity for users configuring TLS, TCP, and routing. This reduces support overhead and enhances onboarding. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack |
||||||
| Supports configuring a minimum number of requests for circuit breaker | hanxiantao | S | No | 85.0h | 84.5h | Jul 06, 2026 |
SummaryFeatureAdd minimum request threshold to circuit breaker Enables users to prevent circuit breaker from tripping on low traffic, improving reliability. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Go
|
||||||
| Fix logger in ReplacePathRegex middleware | kevinpollet | XS | No | 2.1h | 2.1h | Jul 06, 2026 |
SummaryBug FixFix logger in ReplacePathRegex middleware Corrects logging behavior in the ReplacePathRegex middleware, ensuring accurate log output for routing decisions. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Merge branch v2.11 into v3.6 | kevinpollet | M | No | 0.1h | 0.0h | Jul 06, 2026 |
SummaryBug FixMerge v2.11 into v3.6 Integrates latest v2.11 changes, including sanitizing replaced paths in middleware, ensuring compatibility and security. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Sanitize replaced path in ReplacePathRegex middleware | kevinpollet | M | No | 0.8h | 0.5h | Jul 06, 2026 |
SummaryBug FixSanitize replaced path in ReplacePathRegex middleware This change sanitizes the replaced path in the ReplacePathRegex middleware, preventing split view vulnerabilities and ensuring accurate URL routing. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Fix ExtensionRef filters on backendRefs to resolve against the HTTPRoute namespace | gndz07 | M | No | 67.0h | 66.2h | Jul 06, 2026 |
SummaryBug FixFix ExtensionRef namespace resolution for backendRefs Corrects Gateway API provider behavior by ensuring ExtensionRef filters resolve to the HTTPRoute's namespace, preventing misrouting. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Go, Yaml
|
||||||
| Fix cross-provider ref check for TCP ServersTransport in Kubernetes CRD provider | gndz07 | M | No | 90.1h | 89.9h | Jul 06, 2026 |
SummaryBug FixFix TCP ServersTransport cross-provider check Adds missing crossProviderNamespaces allowlist check to TCP serversTransport in the Kubernetes CRD provider, ensuring consistent security behavior across providers. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Go, Yaml
|
||||||
| Clarify buffering middleware defaults | amazon7737 | XS | No | 265.3h | 194.9h | Jul 06, 2026 |
SummaryDocsClarify buffering middleware defaults Clarifies that buffering middleware options only apply when the middleware is explicitly attached to a router, and explains the behavior of maxRequestBodyBytes=0. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Fix handle empty unknown-length bodies in mirroring | amazon7737 | S | No | 265.9h | 193.8h | Jul 06, 2026 |
SummaryBug FixFix empty unknown-length body handling in mirroring This fix ensures that mirroring correctly processes requests with unknown content length, preventing misclassification of requests with actual bodies as empty, improving reliability of load balancing. Health Assessment
Small
Low
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Go
|
||||||
| Fix consistency between HostSNI(*) and Host(*) | juliens | S | No | 0.7h | 0.6h | Jul 03, 2026 |
SummaryBug FixFix consistency between HostSNI(*) and Host(*) This PR aligns the TLSOption selection with the host header choice, ensuring consistent routing behavior for TLS connections. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Add @amazon7737 as a current maintainer | emilevauge | XS | No | 36.5h | 1.9h | Jul 03, 2026 |
SummaryDocsAdd @amazon7737 as a current maintainer Adds a new maintainer to the project, acknowledging contributions and updating documentation. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Add @nandorKollar as a current maintainer | emilevauge | XS | No | 36.3h | 1.9h | Jul 03, 2026 |
SummaryDocsAdd @nandorKollar as a current maintainer Adds @nandorKollar as a current maintainer, acknowledging contributions. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Fix some function names in comments | blackflytech | XS | No | 45.8h | 44.6h | Jul 02, 2026 |
SummaryBug FixFix function names in comments Corrects function names in comments to improve code readability and reduce confusion for developers. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Remove redundant provider config hashing | kevinpollet | M | No | 1.1h | 0.2h | Jul 01, 2026 |
SummaryRefactorRemove redundant provider config hashing Eliminates unnecessary hashing in provider event loops, reducing CPU overhead and improving configuration update performance. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Add app-root middleware with nginx variable interpolation | dfeinblatt | L | No | 138.6h | 115.1h | Jun 30, 2026 |
SummaryBug FixAdd app-root middleware with nginx variable interpolation Adds a middleware that supports nginx variable interpolation for app-root redirects, preserving query parameters and aligning Traefik with ingress-nginx behavior. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Go
|
||||||
| Merge branch v3.7 into master | kevinpollet | L | No | 0.4h | 0.0h | Jun 30, 2026 |
SummaryFeatureMerge v3.7 branch into master Brings v3.7 release updates into production, including improved endpoint handling and updated documentation, ensuring users benefit from the latest stability and features. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Go
|
||||||
| Merge branch v3.6 into v3.7 | kevinpollet | XS | No | 0.2h | 0.0h | Jun 30, 2026 |
SummaryDocsMerge v3.6 into v3.7 Updates documentation to reflect the merge of v3.6 into v3.7, keeping release notes current. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Merge branch v2.11 into v3.6 | kevinpollet | XS | No | 0.2h | 0.0h | Jun 30, 2026 |
SummaryDocsMerge branch v2.11 into v3.6 Updates the v3.6 release to include changes from v2.11, keeping the project up to date. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Fix version in migration guide | kevinpollet | XS | No | 0.1h | 0.0h | Jun 30, 2026 |
SummaryDocsFix version in migration guide Corrects the migration guide to reference the proper v3.6 release, reducing confusion for users upgrading Traefik. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Fix changelog v2.11.51 | mmatur | XS | No | 2.7h | 2.6h | Jun 30, 2026 |
SummaryDocsFix changelog v2.11.51 Corrects the release notes for version 2.11.51, ensuring accurate communication of changes to users. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Merge branch v3.7 into master | kevinpollet | XL | No | 20.3h | 20.3h | Jun 30, 2026 |
SummaryHealth AssessmentAI Details
Confidence:
0.95
Tech Stack
Languages:
Yaml, Go
Frameworks:
Github-Actions, Docker
|
||||||
| Prepare release v3.7.6 | mmatur | S | No | 1.8h | 1.8h | Jun 30, 2026 |
SummaryChorePrepare release v3.7.6 Creates a new release v3.7.6, updating changelog and bugfix script. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Merge v3.6 into v3.7 | mmatur | L | No | 0.2h | 0.2h | Jun 30, 2026 |
SummaryChoreMerge v3.6 into v3.7 Brings Traefik up to the latest v3.7 release, integrating all v3.6 changes for improved stability and feature parity. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Prepare release v3.6.22 | mmatur | S | No | 0.4h | 0.3h | Jun 30, 2026 |
SummaryChorePrepare release v3.6.22 Creates a new release v3.6.22, updating changelog and bugfix configuration. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Merge v2.11 into v3.6 | mmatur | S | No | 0.1h | 0.0h | Jun 30, 2026 |
SummaryDocsMerge v2.11 into v3.6 Keeps release notes accurate for users transitioning to v3.6 by updating the changelog. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Prepare release v2.11.51 | mmatur | S | No | 0.1h | 0.1h | Jun 30, 2026 |
SummaryChorePrepare release v2.11.51 Updates changelog and bugfix configuration to prepare for the v2.11.51 release. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Sort endpointslices to keep backend IPs consistent across rebuilds | kevinpollet | L | No | 76.9h | 74.4h | Jun 29, 2026 |
SummaryBug FixSort endpoint slices for consistent backend IPs This change ensures that backend IP addresses remain stable across Traefik rebuilds by sorting endpoint slices, improving load balancing reliability and reducing unnecessary traffic churn. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Go
|
||||||
| Merge branch v3.6 into v3.7 | kevinpollet | XL | No | 2.8h | 2.5h | Jun 29, 2026 |
SummaryChoreMerge v3.6 into v3.7 Merges current v3.6 into v3.7 to keep the codebase up to date. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Go, Yaml
Frameworks:
Github-Actions
|
||||||
| Test trailers behavior for httputil and fasthttp proxies | kevinpollet | M | No | 0.5h | 0.1h | Jun 29, 2026 |
SummaryBug FixAdd tests for trailer behavior in proxies Ensures correct handling of HTTP trailers in reverse proxies, preventing potential failures in downstream services. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Optimize loadService calls for multiple paths sharing the same service host:port | nandorKollar | S | No | 69.7h | 69.0h | Jun 29, 2026 |
SummaryRefactorOptimize loadService calls for shared service paths Reduces redundant service lookups, improving performance and resource usage when many Ingress rules target the same backend. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Merge branch v2.11 into v3.6 | kevinpollet | XL | No | 0.7h | 0.6h | Jun 29, 2026 |
SummaryChoreMerge branch v2.11 into v3.6 Updates v3.6 to include changes from v2.11, ensuring the latest features and fixes are incorporated. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Add code-review skill | mmatur | M | AI | 235.4h | 163.4h | Jun 29, 2026 |
SummaryFeatureAdd AI code review skill for Traefik Provides Traefik-specific guidance for AI code reviews, enabling targeted reviews without global activation. Health Assessment
Small
Low
High
AI Details
Category:
Code AI
Confidence:
0.95
Tech Stack |
||||||