Skip to content

Releases: microsoft/OpenAPI.NET.OData

v1.6.2

24 Dec 15:56
v1.6.2
f8cef27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

24 Dec 15:56
v1.6.1
9237f38
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 by @dependabot in #510
  • Bump dependabot/fetch-metadata from 1.7.0 to 2.0.0 by @dependabot in #512
  • Generates unique DELETE operation ids of $ref paths for indexed collection navigation properties by @irvinesunday in #513

Full Changelog: v1.6.0...v1.6.1

v1.6.0

24 Dec 15:55
v1.6.0
6bed112
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.OData.Edm from 7.19.0 to 7.20.0 by @dependabot in #462
  • Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 by @dependabot in #463
  • Bump xunit from 2.6.2 to 2.6.3 by @dependabot in #464
  • Bump github/codeql-action from 2 to 3 by @dependabot in #465
  • Bump xunit from 2.6.3 to 2.6.4 by @dependabot in #468
  • Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 by @dependabot in #469
  • [Feature] Reads annotations on structural properties of stream types for media entity paths by @irvinesunday in #470
  • Bump xunit from 2.6.4 to 2.6.5 by @dependabot in #471
  • Updates ci-build by @irvinesunday in #362
  • ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #473
  • Bump xunit from 2.6.5 to 2.6.6 by @dependabot in #474
  • [Fix] Updates the format of the request body schema of a collection of complex property by @irvinesunday in #472
  • Bump Microsoft.OpenApi from 1.6.11 to 1.6.12 by @dependabot in #475
  • Bump actions/cache from 3 to 4 by @dependabot in #476
  • [Fix] Adds a delete operation and a required @id query parameter to collection-valued nav. property paths with $ref by @irvinesunday in #477
  • [Fix] Fixes inconsistency of nullability of schemas of properties that are a collection of structured types by @irvinesunday in #480
  • Generates $expand query parameter for operations whose return type is a collection by @irvinesunday in #485
  • Adds delete operation for non-contained navigation properties only if explicitly allowed via annotation by @irvinesunday in #484
  • Appends parameters and fixes operation ids of navigation property paths generated via composable functions by @irvinesunday in #487
  • Use alternate keys in the generation of operation ids of operations and navigation property alternate paths by @irvinesunday in #489
  • Reverts collection literal implementation breaking build by @irvinesunday in #490
  • Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #491
  • Bump Microsoft.OpenApi from 1.6.12 to 1.6.13 by @dependabot in #482
  • Fixes operation id`s of paths with type cast segments by @irvinesunday in #493
  • Bump xunit from 2.6.6 to 2.7.0 by @dependabot in #495
  • Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot in #494
  • Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #497
  • Bump coverlet.msbuild from 6.0.0 to 6.0.1 by @dependabot in #498
  • [Fix] Uses convert setting to toggle between generating query options schemas of type string array or enums by @irvinesunday in #499
  • [Feature] Adds ability to change the response or request body content media type based on custom annotation properties by @irvinesunday in #500
  • Bump Microsoft.OpenApi from 1.6.13 to 1.6.14 by @dependabot in #501
  • Bump mathieudutour/github-tag-action from 6.1 to 6.2 by @dependabot in #502
  • Bump softprops/action-gh-release from 1 to 2 by @dependabot in #503
  • Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #505
  • Bump coverlet.msbuild from 6.0.1 to 6.0.2 by @dependabot in #504
  • Releases GA Version by @irvinesunday in #506

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

24 Dec 15:55
v1.5.0
29ebe6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

24 Dec 15:55
v1.4.0
e7e98f9
Compare
Choose a tag to compare

What's Changed

  • Make hasher static and readonly in CryptographicExtensions by @millicentachieng in #363
  • [Fix] DELETE methods should always return response status code 204 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 with Edm.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 and ExplicitOperationBindings annotations for operations by @irvinesunday in #378
  • Bumps version to General Availability by @irvinesunday in #379

Full Changelog: v1.3.0...v1.4.0

v1.3.0

24 Dec 15:52
v1.3.0
7942102
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.OpenApi from 1.5.0 to 1.6.0 by @dependabot in #337
  • Update key path parameter descriptions by @millicentachieng in #336
  • Bump Microsoft.OpenApi from 1.6.0 to 1.6.1 by @dependabot in #339
  • Bump Microsoft.OData.Edm from 7.14.0 to 7.14.1 by @dependabot in #341
  • Bump Microsoft.OpenApi from 1.6.1 to 1.6.2 by @dependabot in #345
  • Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #344
  • [Fix] Skips adding a $count path if a similar count() function path exists by @irvinesunday in #351
  • Checks whether path exists before adding it to the paths dictionary by @irvinesunday in #349
  • Strips namespace prefix from operation segments and aliases type cast segments by @irvinesunday in #350
  • Bump Microsoft.OData.Edm from 7.14.1 to 7.15.0 by @dependabot in #354
  • Bump Microsoft.OpenApi from 1.6.2 to 1.6.3 by @dependabot in #355
  • [Fix] Returns response status code 2XX for PUT operations of stream properties when UseSuccessStatusCodeRange is enabled by @irvinesunday in #357
  • Adds $value segment to paths with entity types with base types with HasStream=true by @irvinesunday in #358
  • Uses SemVerVersion in place of Version to Get or Set the metadata version in the OpenAPI document by @irvinesunday in #360
  • Resolves operationId and tag names for OData cast paths by @irvinesunday in #338

Full Changelog: v1.2.0...v1.3.0

v1.2.0

24 Dec 15:30
v1.2.0
1fb0324
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Sep 17:26
v1.1.0
0cd68c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.11...v1.1.0

v1.0.11

14 Sep 17:26
v1.0.11
bf2803d
Compare
Choose a tag to compare

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

v1.0.11-preview5

14 Sep 17:26
v1.0.11-preview5
bf2803d
Compare
Choose a tag to compare
v1.0.11-preview5 Pre-release
Pre-release
preview 5 release