Skip to content

Releases: microsoft/OpenAPI.NET.OData

v1.0.11-preview2

14 Sep 17:25
v1.0.11-preview2
079f8ea
Compare
Choose a tag to compare
v1.0.11-preview2 Pre-release
Pre-release
previe 2

v1.0.11-preview1

14 Sep 17:25
v1.0.11-preview1
33efcb0
Compare
Choose a tag to compare
v1.0.11-preview1 Pre-release
Pre-release
preview 1 release

v1.0.10

14 Sep 17:24
v1.0.10
04422bf
Compare
Choose a tag to compare

What's Changed

    • adds code owners for the repository so people are added automatically to PR reviews by @baywet in #131
    • adds vs code configuration to the repository by @baywet in #132
    • adds a dependabot configuration to keep dependencies up to date by @baywet in #130
  • Fixes structured & collection-valued parameters of functions by @irvinesunday in #133
  • Fixes response objects for operations that return single primitive type values by @irvinesunday in #127
  • Bump Microsoft.OpenApi from 1.2.2 to 1.2.3 by @dependabot in #134
  • Bump Microsoft.OData.Edm from 7.6.1 to 7.9.4 by @dependabot in #135
  • feature/projects cleanup by @baywet in #138
  • feature/net6 by @baywet in #137
  • fixes a bug where OData Count path items would be missing from the description by @baywet in #141
  • Bump actions/setup-dotnet from 1.8.2 to 1.9.0 by @dependabot in #147
  • bugfix/missing quotes templates by @baywet in #143
  • type cast segments for derived types by @baywet in #149
  • adds descriptions for path items by @baywet in #156
  • adds support for deprecation by @baywet in #155
  • makes collection responses reusable by @baywet in #157
  • adds support for properties of complex type and navigation properties on complex types by @baywet in #158
  • adds support for enum descriptions by @baywet in #168
  • adds the ability to define error responses on error codes instead of default by @baywet in #167
  • Uses Referenceable annotation to control generation of $ref paths by @irvinesunday in #152
  • Add support for PUT operation on entity sets and navigation properties based on UpdateMethod annotation by @danielmbaluka in #166
  • Adds mapping object to discriminator objects by @irvinesunday in #170
  • errors naming conventions improvements by @baywet in #174
  • Bump Microsoft.OData.Edm from 7.9.4 to 7.10.0 by @dependabot in #169
  • [Fix] Set UnresolvedReference=true for schemas with OpenAPIReference objects by @irvinesunday in #175
  • Updates navigation property expansion logic by @irvinesunday in #160
  • Azure DevOps pipeline for releasing the library to nuget.org and github releases by @danielmbaluka in #161
  • Use CRUD restrictions annotations for the generation of complex properties' paths by @irvinesunday in #180
  • Renames setting property by @irvinesunday in #181
  • Uses descriptions from CRUD restrictions annotations for OpenAPI operation descriptions by @irvinesunday in #178
  • Add support for declaring path parameters on path item object instead of operation object by @danielmbaluka in #173
  • Bump actions/setup-dotnet from 1.9.0 to 2 by @dependabot in #185
  • pipelines alignment by @baywet in #184
    • replaces ADO by nuget badge since project is not public by @baywet in #186
  • Bump actions/setup-dotnet from 1 to 2 by @dependabot in #187
    • adds a pr trigger to the pipeline now that it's used as a check by @baywet in #188
  • Bump actions/checkout from 2 to 3 by @dependabot in #189
    • fixes a bug where custom error types would trim other types from the description by @baywet in #193
  • fixes a bug where switch to semver versions would make comparison script fail by @baywet in #194
  • Adds support for optional parameters for operations by @irvinesunday in #195
  • Fixes paths for functions with structured or collection-valued parameters by @irvinesunday in #203
  • Bumps preview version and update release note by @irvinesunday in #204
  • Creates links for actions and functions by @irvinesunday in #205
  • Summaries and Descriptions Mapping by @georgend in #206
  • Sets the response type of functions returning Edm.Stream to application/octet-stream by @irvinesunday in #211
  • Bump Microsoft.OData.Edm from 7.10.0 to 7.11.0 by @dependabot in #216
  • Bump github/codeql-action from 1 to 2 by @dependabot in #213
  • Bump Microsoft.OpenApi from 1.2.3 to 1.3.1 by @dependabot in #210
  • Fixes generation of ODataTypeCast paths by @irvinesunday in #212
  • Adds support for reading custom attributes by @irvinesunday in #214
  • Removes preview tag and add release notes by @irvinesunday in #217

New Contributors

Full Changelog: v1.0.9...v1.0.10

v1.0.10-preview3

14 Sep 17:24
v1.0.10-preview3
4e00050
Compare
Choose a tag to compare
v1.0.10-preview3 Pre-release
Pre-release
1.0.10 preview 3 release

v1.0.10-preview2

14 Sep 17:24
v1.0.10-preview2
d48ef90
Compare
Choose a tag to compare
v1.0.10-preview2 Pre-release
Pre-release
1.0.10 preview 2 release

v1.0.10-preview1

28 Feb 16:03
d02e30e
Compare
Choose a tag to compare
v1.0.10-preview1 Pre-release
Pre-release
  • Adds path items for properties of complex type. #176, #15
  • Describes errors on error response codes instead of default. #172, #165
  • Fixes a bug where reference objects are not created correctly. #171
  • Adds support for enum values descriptions. #164
  • Declares path parameters on path item instead of operation. #159
  • Multiple fixes on navigation properties path items expansion. #151, #123
  • Multiple fixes for descriptions. #154
  • Fixes a bug where URL templates would be missing quotes for string parameters. #140
  • Fixes description of operations of primitive types. #126
  • Adds support for OData cast segments in path items generation. #123
  • Fixes the response descriptions for functions that return a collection. #122
  • Adds support for discriminator property in inheritance. #118
  • Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113
  • Aligns target version to netframework2.0. #139

1.0.9 RTM

18 Nov 18:25
b324571
Compare
Choose a tag to compare

v1.0.8

06 May 17:43
9f55c25
Compare
Choose a tag to compare

1.0.7 RTM

13 Apr 17:59
Compare
Choose a tag to compare

1.0.6 RTM

11 Feb 02:55
Compare
Choose a tag to compare