Skip to content

5.0.0

Compare
Choose a tag to compare
@commonsensesoftware commonsensesoftware released this 09 Feb 03:48

This represents the official release for ASP.NET Core with support for .NET 5.0.

Features

No new features in this release

Fixes

No significant fixes in this release

Enhancements

A few enhancements were completed in this release:

All Platforms

  • Performance enhancements to IApiVersionReader implementations

ASP.NET Core

  • Updated examples with the latest version of Swashbuckle and OpenAPI

Breaking Changes

No known breaking changes

Additional Release Notes

ASP.NET Core with OData

  • The official OData release is still 7.x, which only supports .NET Core 3.1
    • This release can be used with it, but doesn't include anything new
  • OData 8.x supports .NET 5.0, but is yet another massive overall, which requires additional work
  • There are a number of open OData issues which will be address in future patches

Contributors

Big thank you to the community for contributing:

  • @paulomorgado suggested and drove a number of performance improvements
  • @icnocop fixed some documentation and updated the Swashbuckle examples