Skip to content

chore(main): release 2.3.7 - #2560

Merged
Vincent Biret (baywet) merged 1 commit into
mainfrom
release-please--branches--main--components--Microsoft.OpenApi
Oct 24, 2025
Merged

chore(main): release 2.3.7#2560
Vincent Biret (baywet) merged 1 commit into
mainfrom
release-please--branches--main--components--Microsoft.OpenApi

Conversation

@release-please-token-provider

@release-please-token-providerrelease-please-token-providerBot commented Oct 22, 2025

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

2.3.7 (2025-10-24)

Bug Fixes

  • adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (337c6eb)
  • adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (63b2b98)
  • fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (6e62de2)
  • fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (994184b)
  • YamlConverter adding extra quotes to string values when converting from JSON to YAML (ccfebc8)

Performance Improvements

  • do not duplicate nodes when indexing (dbbbf13)
  • only initialize map node nodes on demand (bdb5264)
  • reduce allocations in mapnode (f58aad2)
  • removes the lazy initialization since the node is always enumerated (1c96521)
  • switches to lazy instantiation (d3c758b)
  • use deep equals for comparison to reduce allocations (6ce3214)

This PR was generated with Release Please. See documentation.

@baywetVincent Biret (baywet) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holding on fix for #2562

@release-please-token-provider
release-please-token-providerBotforce-pushed the release-please--branches--main--components--Microsoft.OpenApi branch from 92df01f to 894ff81CompareOctober 24, 2025 13:44
@baywet
Vincent Biret (baywet) merged commit 537dc98 into mainOct 24, 2025
13 of 15 checks passed
@baywet
Vincent Biret (baywet) deleted the release-please--branches--main--components--Microsoft.OpenApi branch October 24, 2025 13:49
@release-please-token-provider

Copy link
Copy Markdown
ContributorAuthor

🤖 Created releases:

🌻

@sonarqubecloud

Copy link
Copy Markdown

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@baywet