All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove all LINQ usage from product code
- Fixed an issue where fixed versions of abstractions would result in restore failures. microsoft/kiota-http-dotnet#256
- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (microsoft/kiota-authentication-azure-dotnet#191)
- Added
net6.0
andnet8.0
as target frameworks.
- Fixes
IsTrimmable
property on the project.
- Added support for dotnet 8.
- Allow http scheme on localhost.
- Added support for dotnet trimming.
- Fix unwanted scopes collection modification in AzureIdentityAccessTokenProvider (#73).
- Add missing ConfigureAwait(false) to GetTokenAsync call.
- Replaced true/false values in SetTag method calls with pre-initialized values to prevent boxing.
- Update minimum version of
Azure.Core
to1.3.0
to fix Azure.Blob storage issues. Azure/azure-sdk-for-net#35010
- Update minimum version of
System.Diagnostics.DiagnosticSource
to6.0.0
.
- GA release
- Adds support for nullabe reference types
- Removed microsoft graph specific constants to make usage easier for other MIP protected APIs.
- Release candidate 1
- Updates abstractions reference to add support for multi-valued headers.
- Added tracing through Open Telemetry.
- Added support for continuous access evaluation.
- Breaking: Changes target runtime to netstandard2.0
- Initial Nuget release