Skip to content

Releases: microsoft/OpenAPI.NET.OData

v3.2.1

14 Apr 12:11
f91a6c8

Choose a tag to compare

3.2.1 (2026-04-14)

Bug Fixes

  • TryAddPath exact-match check for duplicate bound operation paths (c49b868), closes #807
  • TryAddPath exact-match check for duplicate bound operation paths (OpenAPI 3.2) (8b75828)

v2.2.1

14 Apr 12:11
7bdc165

Choose a tag to compare

2.2.1 (2026-04-14)

Bug Fixes

  • TryAddPath exact-match check for duplicate bound operation paths (ff9ab41), closes #806
  • TryAddPath exact-match check for duplicate bound operation paths (OpenAPI 3.1) (c47009a)

v1.7.6

14 Apr 12:11
be64386

Choose a tag to compare

1.7.6 (2026-04-14)

Bug Fixes

  • TryAddPath exact-match check for duplicate bound operation paths (#809) (115e8f6)

v2.2.0

20 Mar 00:10
99701a1

Choose a tag to compare

2.2.0 (2026-03-19)

Features

  • add int32 format configuration for pagination parameters and count responses (#793) (305eacc)
  • add int32 format configuration for pagination parameters and count responses (#793) (1054b7f), closes #792
  • add switch to use put as default update verb (2da64a7)
  • adds settings to map the update verb to put (bef4c96)

v3.2.0

19 Mar 20:31
f4a50f3

Choose a tag to compare

3.2.0 (2026-03-19)

Features

  • add int32 format configuration for pagination parameters and count responses (#793) (0dd9445), closes #792
  • add switch to use put as default update verb (ed79e42)

v3.1.0

16 Jan 17:46
0e914f5

Choose a tag to compare

3.1.0 (2026-01-16)

Features

v2.1.0

16 Jan 18:39
fc1ca28

Choose a tag to compare

2.1.0 (2026-01-16)

Features

v3.0.0

12 Nov 15:33
b4cfc75

Choose a tag to compare

3.0.0 (2025-11-12)

⚠ BREAKING CHANGES

  • adds support for OpenAPI 3.2.0

Features

  • adds support for OpenAPI 3.2.0 (f5f69eb)

v2.0.0

10 Jul 18:32
8f52cc2

Choose a tag to compare

2.0.0 (2025-07-10)

Features

  • general availability of version 2 🎉🎉🎉 (abe5188)
  • upgrades to Microsoft.OpenAPI GA (254d37c)

v2.0.0-preview.18

02 Jul 23:01
83d3b85

Choose a tag to compare

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

Bug Fixes

  • a bug where checking the whether a type is referenced would lead to a null reference exception (39bbbc2)
  • a bug where checking the whether a type is referenced would lead to a null reference exception (f0dc51d)
  • a bug where empty enums would make the conversion fail (b3a645b)
  • a bug where empty enums would make the conversion fail (1abcf49)