Skip to content

Releases: microsoft/OpenAPI.NET

v2.3.0

29 Aug 00:55
171cf91
Compare
Choose a tag to compare

2.3.0 (2025-08-29)

Features

  • adds the detected format as part of the diagnostic (#2482) (59d7c81)
  • adds the detected format to the diagnostics (59d7c81)

v2.2.0

25 Aug 13:41
8cc4b8a
Compare
Choose a tag to compare

2.2.0 (2025-08-25)

Features

  • add Validation Rule for path operations to not have a request body (d101fc3)

Bug Fixes

  • missing examples when one example is with an empty array. (cb1c496)

v1.6.25

22 Aug 19:02
0ba1965
Compare
Choose a tag to compare

1.6.25 (2025-08-22)

Bug Fixes

  • missing examples when one example is with an empty array. (4697af4)

v2.1.0

20 Aug 15:47
f56884e
Compare
Choose a tag to compare

2.1.0 (2025-08-20)

Features

  • adds a default validation rule for unresolved references (90b3966)

Bug Fixes

  • Improve OpenApiWalker performance (a007c03)
  • Validate schema property is not null (3326022)

v2.0.1

18 Aug 14:10
12ff215
Compare
Choose a tag to compare

2.0.1 (2025-08-18)

Bug Fixes

  • add missing disposable for stream (0c1ccbd)

v2.0.0

10 Jul 16:06
25ca05e
Compare
Choose a tag to compare

2.0.0 (2025-07-10)

Features

  • General availability of version 2 with support for OpenAPI 3.1!!! 🎉🎉🎉 (a02d74c)

Bug Fixes

  • inconsistent visibility of properties in current keys class (cb9772f)
  • removes extraneous default value constant (bf8d0b6)
  • removes loop methods from parsing context as its available in loop detector instead (de3531b)
  • removes public mermaid types that were not usuable (ef7ae33)
  • removes redundant marker interface (5a055f9)
  • switches to a getter for API consistency (7975082)
  • unconsistent visibility of properties in current keys class (d0c20ab)
  • visibility of extension methods (1e9112a)

v2.0.0-preview.31

02 Jul 23:48
643343c
Compare
Choose a tag to compare

2.0.0-preview.31 (2025-07-02)

Bug Fixes

  • bumps openapi.net.odata to fix two critical bugs in hidi (00c3018)

v2.0.0-preview.30

02 Jul 17:10
7a3f93f
Compare
Choose a tag to compare
v2.0.0-preview.30 Pre-release
Pre-release

2.0.0-preview.30 (2025-07-02)

Bug Fixes

  • migration of hidi to the latest version of system.commandline (a5f8721)
  • throw on circular reference (e14258d)
  • upgrades openapi.odata to avoid hidi failing to load (6735397)
  • validation to accept lowercase status code ranges (4xx, 5xx) in OpenAPI responses (09f661f)

v2.0.0-preview.29

18 Jun 21:09
09444c0
Compare
Choose a tag to compare

2.0.0-preview.29 (2025-06-18)

Bug Fixes

  • avoid stack overflow on cyclical references (06cc025)

v2.0.0-preview.28

16 Jun 17:08
85f1dfb
Compare
Choose a tag to compare

2.0.0-preview.28 (2025-06-16)

Bug Fixes

  • sub-schema references are invalid (92db49b)
  • sub-schema references are invalid (75d1d2b)