|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [5.0.0] - 2023-02-28 |
| 11 | + |
| 12 | +- GA release for Kiota SDK version |
| 13 | + |
| 14 | +## [5.0.0-rc.5] - 2023-02-09 |
| 15 | + |
| 16 | +- [Breaking] Namespace and Request Builder renaming to align to paths defined in metadata (https://github.com/microsoft/kiota/issues/2209) |
| 17 | +- Latest metadata updates from 7th February 2023 snapshot. |
| 18 | + |
| 19 | +## [5.0.0-rc.4] - 2023-01-25 |
| 20 | + |
| 21 | +- Adds support for nullable reference types. |
| 22 | +- Latest metadata updates from 24th January 2023 snapshot. |
| 23 | + |
| 24 | +## [5.0.0-rc.3] - 2023-01-16 |
| 25 | + |
| 26 | +### Changed |
| 27 | + |
| 28 | +- Fixed a regression where passing custom base url would not be reflected in the requests. |
| 29 | +- Latest metadata updates from 17th January 2023 snapshot. |
| 30 | + |
| 31 | +## [5.0.0-rc.2] - 2023-01-11 |
| 32 | + |
| 33 | +### Changed |
| 34 | + |
| 35 | +- [Breaking] Renames `CreateXXXRequestInformation` methods to `ToXXXRequestInformation |
| 36 | +- Adds `IAuthenticationProvider` parameter to GraphServiceClient constructor taking a httpClient instance. |
| 37 | +- Latest metadata updates from 12th January 2023 snapshot |
| 38 | + |
| 39 | +## [5.0.0-rc.1] - 2022-12-16 |
| 40 | + |
| 41 | +### Added |
| 42 | + |
| 43 | +- Adds support for multi value headers |
| 44 | +- Adds support for URI Form Encoded(`application/x-www-form-urlencoded`) serialization |
| 45 | + |
| 46 | +### Changed |
| 47 | + |
| 48 | +- Fixes Guid types represented as strings |
| 49 | +- Latest metadata updates from 14th December 2022 snapshot |
| 50 | + |
| 51 | +## [5.0.0-preview.14] - 2022-11-23 |
| 52 | + |
| 53 | +### Changed |
| 54 | + |
| 55 | +- Adds baseUrl parameter to GraphServiceClient constructor to allow for easier updating of target endpoint |
| 56 | +- Adds ItemWithPath for request builder to enable path retrieval of drive items |
| 57 | +- Fix for default OdataType property in models causing errors from the API |
| 58 | +- Latest metadata updates from 22nd November 2022 snapshot |
| 59 | + |
| 60 | +## [5.0.0-preview.13] - 2022-10-18 |
| 61 | + |
| 62 | +### Changed |
| 63 | + |
| 64 | +- Adds OdataDeltaLink property to collection responses for delta |
| 65 | +- Changes the ResponeHandler parameter in request builders to be a RequestOption in dotnet [#1858](https://github.com/microsoft/kiota/issues/1858) |
| 66 | +- Latest metadata updates from 18th October 2022 snapshot |
| 67 | + |
| 68 | +## [5.0.0-preview.12] - 2022-09-29 |
| 69 | + |
| 70 | +### Added |
| 71 | + |
| 72 | +### Changed |
| 73 | + |
| 74 | +- Fixes incorrect types for collection types referencing enums - [Kiota #1846](https://github.com/microsoft/kiota/pull/1846) |
| 75 | +- Fixes missing return object types for PATCH/POST/PUT calls - https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/478 |
| 76 | +- Fixes missing QueryParameters for odata functions e.g delta |
| 77 | +- Latest metadata updates from 27th September 2022 snapshot |
| 78 | + |
| 79 | +## [5.0.0-preview.11] - 2022-07-20 |
| 80 | + |
| 81 | +### Changed |
| 82 | + |
| 83 | +- Latest metadata updates from 13th September 2022 snapshot |
| 84 | +- MAUI support |
| 85 | +- Fix incorrected nested paths that would point to incorrect request builders. |
| 86 | + |
| 87 | +## [5.0.0-preview.10] - 2022-07-20 |
| 88 | + |
| 89 | +### Added |
| 90 | + |
| 91 | +- Latest metadata updates from 19th July 2022 snapshot |
| 92 | +- Fix for missing @odata.type properties in models |
| 93 | + |
| 94 | +## [5.0.0-preview.9] - 2022-07-13 |
| 95 | + |
| 96 | +### Added |
| 97 | + |
| 98 | +- Adds support for cancellation token support on large file uploads. |
| 99 | + |
| 100 | +### Changed |
| 101 | + |
| 102 | +- Latest metadata updates from 12th July 2022 snapshot |
| 103 | +- Fixed incorrect casing of some properties on serialization [#483] |
| 104 | + |
| 105 | +## [5.0.0-preview.8] - 2022-06-21 |
| 106 | + |
| 107 | +### Added |
| 108 | + |
| 109 | +- Latest metadata updates from 21st June 2022 snapshot |
| 110 | + |
| 111 | +### Changed |
| 112 | + |
| 113 | +- Fixed missing derived models not directly referenced in openApi paths |
| 114 | + |
| 115 | +## [5.0.0-preview.7] - 2022-06-09 |
| 116 | + |
| 117 | +### Added |
| 118 | + |
| 119 | +- Latest metadata updates from 7th June 2022 snapshot |
| 120 | +- Adds missing odata cast paths for the places API |
| 121 | +- Adds functionality to send the relevant accept header request execution |
| 122 | + |
| 123 | +### Changed |
| 124 | + |
| 125 | +- Fixed missing response error mappings for OData functions/actions |
| 126 | +- Fixed missing actions/functions defined on collection navigation properties |
| 127 | +- Fixed missing derived models not directly referenced in openApi paths |
| 128 | +- Fixed paging for odata functions/actions e.g. delta requests |
| 129 | + |
| 130 | +## [5.0.0-preview.6] - 2022-06-02 |
| 131 | + |
| 132 | +### Added |
| 133 | + |
| 134 | +- Adds missing odata cast paths to enable requests for specific kind of objects |
| 135 | + |
| 136 | +### Changed |
| 137 | + |
| 138 | +- Fixes exceptions on deserialization of payload that do not have @odata.type |
| 139 | +- Fixes instances with missing key values for path parameters |
| 140 | + |
| 141 | +## [5.0.0-preview.5] - 2022-05-20 |
| 142 | + |
| 143 | +### Changed |
| 144 | + |
| 145 | +- [Breaking] Adds support CAE in the authentication provider |
| 146 | +- [Breaking] Generated request parameter objects renamed to include http method name |
| 147 | +- Enables the backing store to enable dirty tracking of objects |
| 148 | + |
| 149 | +## [5.0.0-preview.4] - 2022-05-06 |
| 150 | + |
| 151 | +### Changed |
| 152 | + |
| 153 | +- [Breaking] Request configuration revamp to support [Kiota #1494](https://github.com/microsoft/kiota/issues/1494) |
| 154 | + |
| 155 | +## [5.0.0-preview.3] - 2022-04-20 |
| 156 | + |
| 157 | +### Changed |
| 158 | + |
| 159 | +- Rename queryOptions parameters to be more descriptive |
| 160 | + |
| 161 | +## [5.0.0-preview.2] - 2022-04-05 |
| 162 | + |
| 163 | +### Added |
| 164 | + |
| 165 | +- Added support for vendor specific content types |
| 166 | +- Added support for 204 no content responses |
| 167 | + |
| 168 | +### Changed |
| 169 | + |
| 170 | +- Update namespaces to be more discoverable (beta lib uses Microsoft.Graph.Beta namespace) |
| 171 | +- Rename queryOptions parameters to be more descriptive |
| 172 | + |
| 173 | +## [5.0.0-preview.1] - 2022-03-24 |
| 174 | + |
| 175 | +### Added |
| 176 | + |
| 177 | +- Initial Kiota generated SDK version |
0 commit comments