1.26.0
·
3 commits
to master
since this release
Included commits: 1.25.2...1.26.0
Improvements
- Changed URL generator caching in
Routerfrom instance-level to static class-level, ensuring the generator is shared across all router instances within a request to reduce repeated initialization overhead.