Skip to content

1.0 Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@commonsensesoftware commonsensesoftware released this 11 Aug 21:02

Release Notes

This release represents the last anticipated set of features and API changes. This release includes a few minor changes, a couple of bug fixes, and a couple of new examples.

Web API

  • Updated the HttpConfiguration.GetApiVersioningOptions extension method to be public
  • Added the HttpRequestMessage.GetApiVersioningOptions extension method
  • Removed HttpConfiguration.GetApiVersionReader; replaced by HttpConfiguration.GetApiVersioningOptions
  • Removed HttpConfiguration.GetDefaultApiVersion; replaced by HttpConfiguration.GetApiVersioningOptions
  • Refactored support for the api-supported-versions and api-deprecated-versions HTTP headers to return in the multi-value format using a comma-separated list as defined in RFC 2616, §4.2

Web API and OData v4.0

  • Added OPTIONS support to the $metadata endpoint
  • Added support for mixing OData and non-OData services across different service API versions
  • Fixed issue where $metadata may not return the correct EDMX (Issue #7)
  • Fixed issue where implicitly versioned controllers are not resolved (Issue #8)