Features
- ✨ Show a clear error on attempt to include router into itself. PR #14258 by @JavierSanchezCastro.
- ✨ Replace
dictbyMappingonHTTPException.headers. PR #12997 by @rijenkii.
Refactors
- ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #14884 by @tiangolo.
Docs
- 📝 Use
dfntag for definitions instead ofabbrin docs. PR #14744 by @YuriiMotov.
Internal
- ✅ Tweak comment in test to reference PR. PR #14885 by @tiangolo.
- 🔧 Update LLM-prompt for
abbranddfntags. PR #14747 by @YuriiMotov. - ✅ Test order for the submitted byte Files. PR #14828 by @valentinDruzhinin.
- 🔧 Configure
testworkflow to run tests withinline-snapshot=review. PR #14876 by @YuriiMotov.