Azure/azure-sdk-for-net
### [`v1.8.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.8.0)
#### 1.8.0 (2022-11-08)
##### Bugs Fixed
- Fixed error message parsing in `AzureCliCredential` which would misinterpret AAD errors with the need to login with `az login`. [#26894](https://togithub.com/Azure/azure-sdk-for-net/issues/26894), [#29109](https://togithub.com/Azure/azure-sdk-for-net/issues/29109)
- `ManagedIdentityCredential` will no longer fail when a response received from the endpoint is invalid JSON. It now treats this scenario as if the credential is unavailable. [#30467](https://togithub.com/Azure/azure-sdk-for-net/issues/30467), [#32061](https://togithub.com/Azure/azure-sdk-for-net/issues/32061)
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
### [`v6.25.1`](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/6.25.1)
[Compare Source](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.25.0...6.25.1)
Servicing release
.net was throwing when JWT tokens contained claims that used escaped characters.
[https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1975](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1975)
Fixed Typo in comments
[https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1971](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1971)
Added inner exception to help diagnose when reading JWT tokens fails.
[https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1968](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1968)
Updated comments to improve understanding of RoleClaimTypeRetriever and NameClaimTypeRetriever
[https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1960](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1960)
JamesNK/Newtonsoft.Json
### [`v13.0.2`](https://togithub.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.2)
[Compare Source](https://togithub.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)
- New feature - Add support for DateOnly and TimeOnly
- New feature - Add UnixDateTimeConverter.AllowPreEpoch property
- New feature - Add copy constructor to JsonSerializerSettings
- New feature - Add JsonCloneSettings with property to disable copying annotations
- Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
- Change - Reduced allocations by reusing boxed values
- Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
- Fix - Fixed deserializing mismatched JToken types in properties
- Fix - Fixed merging enumerable content and validate content
- Fix - Fixed using $type with arrays of more than two dimensions
- Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
- Fix - Fixed deserializing via constructor with ignored base type properties
- Fix - Fixed MaxDepth not being used with ISerializable deserialization
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.7.0
->1.8.0
6.25.0
->6.25.1
13.0.1
->13.0.2
6.25.0
->6.25.1
Release Notes
Azure/azure-sdk-for-net
### [`v1.8.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.8.0) #### 1.8.0 (2022-11-08) ##### Bugs Fixed - Fixed error message parsing in `AzureCliCredential` which would misinterpret AAD errors with the need to login with `az login`. [#26894](https://togithub.com/Azure/azure-sdk-for-net/issues/26894), [#29109](https://togithub.com/Azure/azure-sdk-for-net/issues/29109) - `ManagedIdentityCredential` will no longer fail when a response received from the endpoint is invalid JSON. It now treats this scenario as if the credential is unavailable. [#30467](https://togithub.com/Azure/azure-sdk-for-net/issues/30467), [#32061](https://togithub.com/Azure/azure-sdk-for-net/issues/32061)AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
### [`v6.25.1`](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/6.25.1) [Compare Source](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.25.0...6.25.1) Servicing release .net was throwing when JWT tokens contained claims that used escaped characters. [https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1975](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1975) Fixed Typo in comments [https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1971](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1971) Added inner exception to help diagnose when reading JWT tokens fails. [https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1968](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1968) Updated comments to improve understanding of RoleClaimTypeRetriever and NameClaimTypeRetriever [https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1960](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1960)JamesNK/Newtonsoft.Json
### [`v13.0.2`](https://togithub.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.2) [Compare Source](https://togithub.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2) - New feature - Add support for DateOnly and TimeOnly - New feature - Add UnixDateTimeConverter.AllowPreEpoch property - New feature - Add copy constructor to JsonSerializerSettings - New feature - Add JsonCloneSettings with property to disable copying annotations - Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer) - Change - Reduced allocations by reusing boxed values - Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter - Fix - Fixed deserializing mismatched JToken types in properties - Fix - Fixed merging enumerable content and validate content - Fix - Fixed using $type with arrays of more than two dimensions - Fix - Fixed rare race condition in name table when deserializing on device with ARM processors - Fix - Fixed deserializing via constructor with ignored base type properties - Fix - Fixed MaxDepth not being used with ISerializable deserializationConfiguration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.