Skip to content

Releases: microsoft/OpenAPI.NET

v2.0.0-preview.31

02 Jul 23:48
643343c
Compare
Choose a tag to compare
v2.0.0-preview.31 Pre-release
Pre-release

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)

v2.0.0-preview.27

13 Jun 20:03
4d9cfb5
Compare
Choose a tag to compare

2.0.0-preview.27 (2025-06-13)

Bug Fixes

  • implementation drift between the different version services (1ed02e3)
  • implementation drift between the different version services (2514526)
  • relative uri in json schema references would not parse appropriately or provide feedback to the user (940945d)
  • relative uri in json schema references would not parse appropriately or provide feedback to the user (e0bceaa)
  • warn instead of error out when $schema is present in the document (388d6f7)
  • warn instead of error out when $schema is present in the document (7c7b053)

v2.0.0-preview.26

12 Jun 15:11
34c9de1
Compare
Choose a tag to compare

2.0.0-preview.26 (2025-06-12)

Bug Fixes

  • a bug where relative relative and sub-component JSON references would not resolve properly (b7bc6be)
  • a bug where relative relative and sub-component JSON references would not resolve properly (c53165c)
  • recursive relative reference resolution (873acd4)
  • recursive relative reference resolution (f296505)
  • upgrades sharp yaml to avodi signing issues on netfx (5dc7e81)
  • upgrades sharp yaml to avodi signing issues on netfx (4db5c1a)

v2.0.0-preview.25

10 Jun 17:59
5b73c15
Compare
Choose a tag to compare

2.0.0-preview.25 (2025-06-10)

Bug Fixes

v2.0.0-preview.24

10 Jun 12:59
52a7438
Compare
Choose a tag to compare

2.0.0-preview.24 (2025-06-09)

Bug Fixes

  • callback reference annotations parsing (86892b3)
  • example reference annotation parsing (8bf012b)
  • link reference annotations parsing (2a62c5a)
  • loading of header reference description (9248560)
  • makes reference serialization object generic (f0802e5)
  • parameter reference annoation parsing (b1578f3)
  • path item reference annoations parsing (d31ed4c)
  • removes description field from references that do not support it (03659f7)
  • request body reference annotations parsing (d9a78dc)
  • response reference annotations parsing (e455f52)
  • security scheme reference annoations parsing (ccc3733)

v2.0.0-preview.23

03 Jun 22:21
43bc838
Compare
Choose a tag to compare

2.0.0-preview.23 (2025-06-03)

Features

  • upgrades OData lib in Hidi to preview15 (540240a)
  • upgrades OData lib to preview15 (b300265)

v2.0.0-preview.22

02 Jun 17:26
0c2e080
Compare
Choose a tag to compare

2.0.0-preview.22 (2025-06-02)

Features

  • Add writer settings to enable collection sorting using a comparer (d7eaf47)

Bug Fixes

  • rename class; add logic for sorting IEnumerable collections (58cb4ac)