v1.1.0
What's Changed
- Fix response schemas of actions and functions that return a collection to contain the nextLink property. by @millicentachieng in #255
- Bump Microsoft.OData.Edm from 7.12.0 to 7.12.1 by @dependabot in #257
- Bump Microsoft.OData.Edm from 7.12.1 to 7.12.2 by @dependabot in #263
- Retrieves
RestrictedProperties
annotations annotated directly on navigations properties by @irvinesunday in #261 - Add the documentation links from Links annotations in CSDL to OpenAPI Operations by @millicentachieng in #260
- Appends OData query parameters to functions by @irvinesunday in #267
- Adds
@odata.count
parameter to collection responses by @irvinesunday in #270 - Bump Microsoft.OpenApi from 1.3.2 to 1.4.0 by @dependabot in #271
- Set
explode = false
andstyle = form
for OData query options by @irvinesunday in #275 - Alias optional parameters of OData functions by @irvinesunday in #272
- Replaces instances of
anyOf
tooneOf
by @irvinesunday in #264 - Eliminate duplicated request bodies and responses for actions/functions by @millicentachieng in #266
- Use Computed annotation in the CSDL to declare property as ReadOnly by @millicentachieng in #273
- Bump Microsoft.OpenApi from 1.4.1 to 1.4.2 by @dependabot in #279
- Add
x-ms-navigationProperty
extension to navigation properties by @millicentachieng in #277 - Updates release notes for
v1.1.0
by @irvinesunday in #276
Full Changelog: v1.0.11...v1.1.0