Skip to content

Commit b488ee3

Browse files
author
Andrew Omondi
committed
Moved changelogs to single place
1 parent ab23f32 commit b488ee3

8 files changed

Lines changed: 1426 additions & 438 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 438 deletions
Large diffs are not rendered by default.

src/abstractions/Changelog-old.md

Lines changed: 449 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
# Changelog (old)
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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.1.7] - 2024-05-24
11+
12+
### Changed
13+
14+
- Remove all LINQ usage from product code
15+
16+
## [1.1.6] - 2024-05-23
17+
18+
### Changed
19+
20+
- Fixed an issue where fixed versions of abstractions would result in restore failures. [microsoft/kiota-http-dotnet#256](https://github.com/microsoft/kiota-http-dotnet/issues/258)
21+
22+
## [1.1.5] - 2024-04-19
23+
24+
- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (<https://github.com/microsoft/kiota-authentication-azure-dotnet/issues/191>)
25+
26+
## [1.1.4] - 2024-02-26
27+
28+
### Added
29+
30+
- Added `net6.0` and `net8.0` as target frameworks.
31+
32+
## [1.1.3] - 2024-02-05
33+
34+
### Changed
35+
36+
- Fixes `IsTrimmable` property on the project.
37+
38+
## [1.1.2] - 2023-11-15
39+
40+
### Added
41+
42+
- Added support for dotnet 8.
43+
44+
## [1.1.1] - 2023-11-03
45+
46+
### Added
47+
48+
- Allow http scheme on localhost.
49+
50+
## [1.1.0] - 2023-10-23
51+
52+
### Added
53+
54+
- Added support for dotnet trimming.
55+
56+
## [1.0.3] - 2023-06-26
57+
58+
### Changed
59+
60+
- Fix unwanted scopes collection modification in AzureIdentityAccessTokenProvider ([#73]([https://github.com/microsoft/kiota-authentication-azure-dotnet/issues/93])).
61+
- Add missing ConfigureAwait(false) to GetTokenAsync call.
62+
- Replaced true/false values in SetTag method calls with pre-initialized values to prevent boxing.
63+
64+
## [1.0.2] - 2023-03-24
65+
66+
### Changed
67+
68+
- Update minimum version of [`Azure.Core`]([https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource](https://www.nuget.org/packages/Azure.Core)) to `1.3.0` to fix Azure.Blob storage issues. <https://github.com/Azure/azure-sdk-for-net/issues/35010>
69+
70+
### Changed
71+
72+
## [1.0.1] - 2023-03-10
73+
74+
### Changed
75+
76+
- Update minimum version of [`System.Diagnostics.DiagnosticSource`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource) to `6.0.0`.
77+
78+
## [1.0.0] - 2023-02-27
79+
80+
### Added
81+
82+
- GA release
83+
84+
## [1.0.0-rc.3] - 2023-01-17
85+
86+
### Added
87+
88+
- Adds support for nullabe reference types
89+
90+
## [1.0.0-rc.2] - 2023-01-16
91+
92+
### Changed
93+
94+
- Removed microsoft graph specific constants to make usage easier for other MIP protected APIs.
95+
96+
## [1.0.0-rc.1] - 2022-12-15
97+
98+
### Changed
99+
100+
- Release candidate 1
101+
102+
## [1.0.0-preview.5] - 2022-12-12
103+
104+
### Changed
105+
106+
- Updates abstractions reference to add support for multi-valued headers.
107+
108+
## [1.0.0-preview.4] - 2022-09-19
109+
110+
### Added
111+
112+
- Added tracing through Open Telemetry.
113+
114+
## [1.0.0-preview.3] - 2022-05-17
115+
116+
### Added
117+
118+
- Added support for continuous access evaluation.
119+
120+
## [1.0.0-preview.2] - 2022-04-12
121+
122+
### Changed
123+
124+
- Breaking: Changes target runtime to netstandard2.0
125+
126+
## [1.0.0-preview.1] - 2022-03-18
127+
128+
### Added
129+
130+
- Initial Nuget release

0 commit comments

Comments
 (0)