Fixes two regressions from 4.0.6. The completion visibility check runs only the list-specific middleware hooks, so rate limits, logging, and metrics see a single request per completion again. Resource template patterns are cached, which makes template reads faster than in 4.0.5.
What's Changed
Fixes 🐞
- completions: check reference visibility through typed list hooks only by @zzstoatzz in #5244
- resources: cache compiled URI template patterns by @zzstoatzz in #5245
Docs 📚
- docs: add v4.0.7 changelog entries by @zzstoatzz in #5246
Full Changelog: v4.0.6...v4.0.7