Skip to content

Commit 01be537

Browse files
authored
Merge pull request #2841 from microsoft/release-please--branches--support/v2--components--Microsoft.OpenApi
chore(support/v2): release 2.7.4
2 parents ad16c3e + 88cd42e commit 01be537

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.3"
2+
".": "2.7.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.7.4](https://github.com/microsoft/OpenAPI.NET/compare/v2.7.3...v2.7.4) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* null reference exception for boolean component schemas ([cc13028](https://github.com/microsoft/OpenAPI.NET/commit/cc13028ab39a4d39c844e0e835557e07fb5db4bf))
9+
* **schema:** support boolean schemas in deserializer for OpenAPI 3.1/3.2 ([48aaf23](https://github.com/microsoft/OpenAPI.NET/commit/48aaf236d8495b9070faf7f057e64a17f5f2c5fc))
10+
11+
12+
### Performance Improvements
13+
14+
* **schema:** optimize boolean schema deserialization ([fe6f513](https://github.com/microsoft/OpenAPI.NET/commit/fe6f5138b8fbb2368c9a011df77a940089e91647))
15+
316
## [2.7.3](https://github.com/microsoft/OpenAPI.NET/compare/v2.7.2...v2.7.3) (2026-04-14)
417

518

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
1313
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1414
<PackageTags>OpenAPI .NET</PackageTags>
15-
<Version>2.7.3</Version>
15+
<Version>2.7.4</Version>
1616
</PropertyGroup>
1717
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1818
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)