Releases: microsoft/OpenAPI.NET
Releases · microsoft/OpenAPI.NET
v2.0.0-preview.17
2.0.0-preview.17 (2025-04-16)
Features
- discriminator mappings now use schema references (b4877f6)
- openapiformat enum cleanup (#2326) (19ffd13)
- Remove default collection initialization for perf reasons (#2284) (3604382)
Bug Fixes
- Empty tag causes error generating Kiota client #2283 (#2286) (521d636)
- hidi fails to parse yaml files when fixing references (a5c4d61)
- hidi fails to parse yaml files when fixing references (c5b69fe)
- Improve handling of OpenAPI tag references (#2325) (bf9954a)
- read (Exclusive)Maximum and (Exclusive)Minimum values as strings and write their raw values during serialization (#2309) (ac66756)
- relative references in subdirectory documents are not loading #1674 (#2243) (4bcbd51)
- renames annotations schema property to metadata to match #2241 (28e4a75)
- renames annotations schema property to metadata to match #2241 (33fc7cb)
- set format to binary for file uploads (#2305) (47f10d3)
v1.6.24
v2.0.0-preview.16
2.0.0-preview.16 (2025-03-20)
Bug Fixes
v2.0.0-preview.15
2.0.0-preview.15 (2025-03-18)
Bug Fixes
v2.0.0-preview.14
2.0.0-preview.14 (2025-03-18)
Bug Fixes
- exclude hidi from release due to package source mapping conflict (72daa54)
v2.0.0-preview.13
v2.0.0-preview.12
2.0.0-preview.12 (2025-03-07)
Bug Fixes
v2.0.0-preview.11
2.0.0-preview.11 (2025-03-03)
Bug Fixes
- rename
OpenApiDocument.SecurityRequirements
asSecurity
(d8553d6)
Miscellaneous Chores
- release 2.0.0-preview.11 (f425b8e)
v2.0.0-preview10
2.0.0-preview10 (2025-02-27)
Features
- deduplicates tags at the document level (93c468e)
- tags references are now deduplicated as well (763c0c1)
Bug Fixes
- add logic for serializing date time objects (23395c5)
- adds missing cancellation parameter to async method (243a111)
- avoid creating new http clients to load additional documents of the workspace (0f23798)
- deduplicates exclusive min/max properties in the object model (08414a1)
- deduplicates exclusive min/max properties in the object model (0d5b471)
- moves the http client for the reader to settings so it can be passed by client application (9b910f3)
- OpenAPIDocument JsonSchemaDialect property is now a URI (45977b5)
- openapischema schema property is now a Uri (452a6b9)
- primitive parsing for strings as DateTimes is too greedy (4ee1d8b)
- removes static readers registry (fe7a2fd)
- use a single http client in hidi (9386fae)