Skip to content

Commit f7e17e5

Browse files
authored
Merge pull request #2732 from microsoft/release-please--branches--support/v2--components--Microsoft.OpenApi
chore(support/v2): release 2.7.0
2 parents 3b46d0e + 8cfb06d commit f7e17e5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.6.1"
2+
".": "2.7.0"
33
}

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/microsoft/OpenAPI.NET/compare/v2.6.1...v2.7.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* add UnevaluatedPropertiesSchema support to IOpenApiSchema ([fb691d6](https://github.com/microsoft/OpenAPI.NET/commit/fb691d6fb70ccd8786e9125da765197a69279402))
9+
* **library:** preserve PatternProperties as x-jsonschema-patternProperties extension for OpenAPI v2/v3.0 serialization ([dd5085a](https://github.com/microsoft/OpenAPI.NET/commit/dd5085a394d8ab23208c12be9bbcbd25bed6ce3f))
10+
11+
12+
### Bug Fixes
13+
14+
* address PR feedback on UnevaluatedProperties implementation ([80fc0f6](https://github.com/microsoft/OpenAPI.NET/commit/80fc0f6af735b3299cfaea6b055e484cfe15e0e1))
15+
* correct deserialization and test for UnevaluatedPropertiesSchema ([a4d66fc](https://github.com/microsoft/OpenAPI.NET/commit/a4d66fccdd62ab5e7e7f5ea166757e7bc6c6c78c))
16+
* **library:** serialize additionalProperties schema in OpenAPI V2 ([99b653c](https://github.com/microsoft/OpenAPI.NET/commit/99b653ce3dce19be7882432a3f36282740a839fa))
17+
* **library:** serialize additionalProperties schema in OpenAPI V2 ([cef7996](https://github.com/microsoft/OpenAPI.NET/commit/cef79963022e1d728846165daeb3609e940c609d))
18+
* optimize parsing V3.1 documents by reducing GetLocation method allocation on hot path([#2748](https://github.com/microsoft/OpenAPI.NET/issues/2748)) ([91e697b](https://github.com/microsoft/OpenAPI.NET/commit/91e697bee0be8d263d883ce5c4e328d46d9caa7c))
19+
* optimize parsing V3.1 documents by reducing GetLocation method allocation on hot path([#2748](https://github.com/microsoft/OpenAPI.NET/issues/2748)) ([06c58a5](https://github.com/microsoft/OpenAPI.NET/commit/06c58a536570ca1af6188cb17d1d0dae208a051c))
20+
321
## [2.6.1](https://github.com/microsoft/OpenAPI.NET/compare/v2.6.0...v2.6.1) (2026-01-22)
422

523

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

0 commit comments

Comments
 (0)