v1.4.0
What's Changed
- Make hasher static and readonly in CryptographicExtensions by @millicentachieng in #363
- [Fix]
DELETE
methods should always return response status code204
by @irvinesunday in #367 - [Fix] Aliases or strips namespace prefixes from segment names when and where applicable by @irvinesunday in #369
- [Fix] Adds support for all
Org.OData.Core.V1.RevisionKind
enum values by @irvinesunday in #373 - Use directly annotated
CountRestriction
annotations when creating$count
segments for col-valued navigation properties by @irvinesunday in #374 - [Feature] Use
MediaType
annotation to set the content type of operations withEdm.Stream
return types by @irvinesunday in #375 - [Fix] Add release note and bump lib. version by @irvinesunday in #376
- [Fix] Retrieves navigation properties from base types by @irvinesunday in #377
- [Feature] Adds support for
RequiresExplicitBinding
andExplicitOperationBindings
annotations for operations by @irvinesunday in #378 - Bumps version to General Availability by @irvinesunday in #379
Full Changelog: v1.3.0...v1.4.0