Skip to content

6.1.0

Compare
Choose a tag to compare
@commonsensesoftware commonsensesoftware released this 04 Oct 18:09
· 176 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 a protected copy constructor
  • Support custom reporting HTTP headers (#875)

ASP.NET Web API with OData

  • Update OData query option exploration (#702, #853)

ASP.NET Core

  • ApiVersion can be bound in Minimal APIs using the new EnableApiVersionBinding() extension method for IApiVersioningBuilder
  • Fix matching precedence of overlapping endpoint templates (#884)

ASP.NET Core with OData

  • Support batching (#720, #847)
  • Update OData query option exploration (#702, #853)

Client Extensions

  • Support reading custom HTTP headers (#875)

Breaking Changes

No known breaking changes