Releases: microsoft/OpenAPI.NET
Releases · microsoft/OpenAPI.NET
v2.3.0
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
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
1.6.25 (2025-08-22)
Bug Fixes
- missing examples when one example is with an empty array. (4697af4)
v2.1.0
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
2.0.1 (2025-08-18)
Bug Fixes
- add missing disposable for stream (0c1ccbd)
v2.0.0
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
Bug Fixes
- bumps openapi.net.odata to fix two critical bugs in hidi (00c3018)
v2.0.0-preview.30
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
Bug Fixes
- avoid stack overflow on cyclical references (06cc025)
v2.0.0-preview.28
Bug Fixes
- sub-schema references are invalid (92db49b)
- sub-schema references are invalid (75d1d2b)