Skip to content

Bump Microsoft.OpenApi from 3.7.0 to 3.8.0 - #839

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.8.0
Jul 6, 2026
Merged

Bump Microsoft.OpenApi from 3.7.0 to 3.8.0#839
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.8.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 6, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.OpenApi from 3.7.0 to 3.8.0.

Release notes

Sourced from Microsoft.OpenApi's releases.

3.8.0

3.8.0 (2026-07-03)

Features

  • add JsonConverter for OpenApiSchema System.Text.Json serialization (#​2915) (2f8b3d2)
  • library: support schema keywords on references (434b2f8)
  • library: support schema keywords on references (66a9d04), closes#​2903

Bug Fixes

  • Don't silently skip null assignment to OpenApiDocument.Tags (3764142)
  • handling of nullable enums for 3.0 (#​2920) (beb68f5)
  • library: keep v3 schema references ref-only (c938727)
  • preserve JSON Schema 2020-12 keyword siblings on $ref schemas for OAS 3.1+ (#​2896) (08160c8)
  • use async method for crypto flush (6e675d9)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
dependency-version: 3.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 6, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerJuly 6, 2026 18:34
@dependabotdependabotBot added the .NET Pull requests that update .net code label Jul 6, 2026
@github-actions
github-actionsBot enabled auto-merge July 6, 2026 18:34
@sonarqubecloud

Copy link
Copy Markdown

@github-actions
github-actionsBot merged commit 889780d into mainJul 6, 2026
41 checks passed
@github-actions
github-actionsBot deleted the dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.8.0 branch July 6, 2026 18:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing keywords support for OpenAPIReference (and JsonSchemaRefernece

1 participant

@baywet