Skip to content

Releases: microsoft/OpenAPI.NET

v2.3.3

02 Oct 19:34
81ffe81

Choose a tag to compare

2.3.3 (2025-10-02)

Bug Fixes

  • typo in allowReserved property name for deserialization (1633453)
  • typo in allowReserved property name for deserialization (f7e34be)

v1.6.27

02 Oct 19:07
b5bbecc

Choose a tag to compare

1.6.27 (2025-10-02)

Bug Fixes

  • typo in encoding allow reserved deserialization (6eeca52)
  • typo in encoding allow reserved deserialization (3fadb7d)

v1.6.26

22 Sep 16:54
63e0715

Choose a tag to compare

1.6.26 (2025-09-19)

Bug Fixes

  • OpenApiEncoding explode default value when using form style (09b5a28)

v2.3.2

19 Sep 23:39
2e7866c

Choose a tag to compare

2.3.2 (2025-09-19)

Bug Fixes

  • Fix URL processing in InternalLoad method would not detect the filename/scheme properly in some scenarios (d93689c)
  • OpenApiEncoding explode property serialization defaults with form style (ae03eab)

v2.3.1

08 Sep 12:33
c46f965

Choose a tag to compare

2.3.1 (2025-09-08)

Bug Fixes

  • file access for "file" URI scheme with special characters (6dded81)

v2.3.0

29 Aug 00:55
171cf91

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

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

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

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

Choose a tag to compare

2.0.1 (2025-08-18)

Bug Fixes

  • add missing disposable for stream (0c1ccbd)