@@ -11,19 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14- - Fixes a bug where empty title would make generation fail #558
15- - Fixes a bug where float, long and binary types would not be parsed by the generator #558
16- - Fixes a bug where generation would fail on compact namespace names #558
17- - Renames request info into request information to avoid conflicts with platform #559
18- - Fixes a bug where the server url would not be taken in consideration #626
19-
2014## [ 2.0.9] - 2021-08-25
2115
2216### Added
2317
2418- Ruby JSON serialization
2519- Ruby HTTP service
2620- Go generation support & abstractions
21+ - Workflow for Maven preview and GitHub Release
22+ - Workflow for build validation
23+ - Proper handling for InterruptedException
2724
2825### Changed
2926
@@ -33,86 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3330- Fixed a bug where inline double defintion would make code dom generation fail
3431- Revamped authentication provider interface to allow multiple authentication schemes
3532- Fixed a bug preventing from using request builders with raw URls
36-
37- ## [ 0.0.7] - 2021-08-04
38-
39- ### Added
40-
41- - Ruby generation implemented #244
42- - Adds middleware support for http clients #330
43-
44- ## [ 0.0.6] - 2021-07-26
45-
46- ### Added
47-
48- - Initial ruby abstractions #212
49- - Backing store support #223
50- - Doc comments for abstractions libraries #324
51-
52- ### Changed
53-
54- - Better client configuration #268
55- - Request builders constructors for data validation #322
56-
57- ## [ 0.0.5] - 2021-06-10
58-
59- ### Changed
60-
61- - Expands code coverage to 88% #147
62- - Removes json assumption for request body to support multiple formats #170
63- - Escapes language reserved keywords #184
64- - Replaces custom URL tree node by class provided by OpenAPI.net #179
65- - Splits the core libraries in 3 separate libraries #197
66- - Changes default namespace and class name to api client #199
67- - Aligns Parsable interfaces across languages #204
68- - Fixes a bug where classes with properties of identical name would make build fail in CSharp #222
69-
70- ### Added
71-
72- - Adds kiota packaging as a dotnet tool #169
73- - Adds input parameters validation #168
74- - Adds support for collections as root responses #191
75-
76- ## [ 0.0.4] - 2021-04-28
77-
78- ### Changed
79-
80- - Multiple performance improvements for large descriptions
81- - Deterministic ordering of properties/methods/indexers/subclasses
82- - Deterministic import of sub path request builders
83- - Stopped generating phantom indexer methods for TypeScript and Java
84- - Fixed a bug where prefixed properties would be missing their prefix for serialization
85-
86- ## [ 0.0.3] - 2021-04-25
87-
88- ### Added
89-
90- - Adds supports for additional properties in models
91-
92- ## [ 0.0.2] - 2021-04-20
93-
94- ### Added
95-
96- - CI/CD to docker image (private feed) and GitHub releases #112 , #115
97- - Documentation to get started
98- - Published the core packages #110
99- - Factories support for serializers and deserializers #100
100- - Documentation comment generation #92
101- - Submodule with generation samples #106
102- - Test coverage information in sonarcloud #78
103-
104- ### Changed
105-
106- - Fixed a bug where date time offset properties would not be generated properly #116
107- - Fixed a bug where generating from http/https OpenAPI description would fail #109
108- - Fixed a bug where simple schema references would not be handled #109
109- - Removed a dependency on operation id #89
110- - Fixed a bug where the sonarcloud workflow would fail on external PRs #102
111- - Fixed a bug where empty class names would fail the generation #88
112-
113- ## [ 0.0.1] - 2021-04-20
114-
115- ### Added
116-
117- - Initial GitHub release
33+ - Casing fixed for Odata type parsing
34+ - Removed .azure-pipelines/**
11835
0 commit comments