v1.0.11
What's Changed
- Include correct list of discriminator information by @millicentachieng in #222
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #224
- Fixes missing bound operations on some navigation property paths by @irvinesunday in #227
- Fixes reading restriction annotations for entity types defining navigation properties by @irvinesunday in #223
- Enables configuring appending bound operations on derived types by @irvinesunday in #226
- Fix error ranges for OData actions by @millicentachieng in #229
- Provides support for using the range of response status code
2XX
by @irvinesunday in #215 - Bump Microsoft.OData.Edm from 7.11.0 to 7.11.1 by @dependabot in #234
- Adds discriminator object to complex types which have derived types by @irvinesunday in #238
- Bump Microsoft.OData.Edm from 7.11.1 to 7.12.0 by @dependabot in #236
- Bump Microsoft.OpenApi from 1.3.1 to 1.3.2 by @dependabot in #239
- Update CODEOWNERS by @irvinesunday in #244
- Adds
@odata.type
property and makes this a required property in schemas that have discriminator objects by @irvinesunday in #246 - Fix request body and response representation for ref POST operations by @millicentachieng in #237
- Represent nullable references within anyOf correctly by @millicentachieng in #247
- List all derived types in discriminator mapping and append
@odata.type
property to all derived types by @irvinesunday in #256
New Contributors
- @microsoft-github-policy-service made their first contribution in #224
Full Changelog: v1.0.10...v1.0.11