Skip to content

Commit ea1791e

Browse files
chore(support/v2): release 2.7.1
1 parent a2d21f9 commit ea1791e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.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.0"
2+
".": "2.7.1"
33
}

CHANGELOG.md

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

3+
## [2.7.1](https://github.com/microsoft/OpenAPI.NET/compare/v2.7.0...v2.7.1) (2026-03-20)
4+
5+
6+
### Bug Fixes
7+
8+
* a bug where path parameter validation would fail if they contained forbidden JSON pointer characters ([2efd2b2](https://github.com/microsoft/OpenAPI.NET/commit/2efd2b2e48be072f092115dface6cea3e0ba7182))
9+
* **library:** do not emit unevaluatedProperties for non-object schemas ([28d614f](https://github.com/microsoft/OpenAPI.NET/commit/28d614f3a8a4e98cfe202ab0f1ff8d75241bbdf8))
10+
* **library:** enforce spec-compliant $ref serialization; add Extensions support for schema references in v3.1/v3.2 ([7640a8a](https://github.com/microsoft/OpenAPI.NET/commit/7640a8aacea475505b64c9dc60f73f905909f5e7))
11+
312
## [2.7.0](https://github.com/microsoft/OpenAPI.NET/compare/v2.6.1...v2.7.0) (2026-03-05)
413

514

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.0</Version>
15+
<Version>2.7.1</Version>
1616
</PropertyGroup>
1717
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1818
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)