ResourceTemplate now keeps its compiled URI pattern for its own lifetime while
the shared cache is bounded again, preventing dynamic proxies from growing
process memory without restoring the 4,096-template performance cliff.
What's Changed
Fixes 🐞
- resources: keep each template's compiled pattern on the template by @zzstoatzz in #5253
Other Changes 🦾
- docs: add v4.0.9 changelog entries by @zzstoatzz in #5258
Full Changelog: v4.0.8...v4.0.9