6.1.0
·
179 commits
to main
since this release
This is a minor release which contains mostly fixes and a few minor enhancements. The next phase in the roadmap will be supporting .NET 7.0.
.NET Core 3.1 will be End of Life in December of 2022; therefore, support for that target framework will be dropped in the next major release.
Features
All Platforms
ApiVersion
now has aprotected
copy constructor- Support custom reporting HTTP headers (#875)
ASP.NET Web API with OData
ASP.NET Core
ApiVersion
can be bound in Minimal APIs using the newEnableApiVersionBinding()
extension method forIApiVersioningBuilder
- Fix matching precedence of overlapping endpoint templates (#884)
ASP.NET Core with OData
Client Extensions
- Support reading custom HTTP headers (#875)
Breaking Changes
No known breaking changes