v2.11.42
📦 traefikView on GitHub →
🐛 3 fixes🔧 5 symbols
Summary
This release focuses on bug fixes, including updating the gRPC dependency and resolving issues with duplicate headers in authentication middleware and prefix slicing in middleware.
🐛 Bug Fixes
- Bumped google.golang.org/grpc to v1.79.3.
- Prevented duplicate user headers in basic and digest auth middleware.
- Fixed StripPrefix and StripPrefixRegex to slice the prefix using encoded prefix length.