1.1.21 Nuget Release notes
Updated Core SDK to 9.2.24044.9795
Added new ServiceClient method for creating requests called "RequestBuilder" - will allow you to create a request and customized header, user, and other properties as part of there request generation. Addressed #438
Example of Request Builder from Tests is here: https://github.com/microsoft/PowerPlatform-DataverseServiceClient/blob/3af97c1776070c155b416e4488993e49524eaeb2/src/GeneralTools/DataverseClient/UnitTests/CdsClient_Core_Tests/ServiceClientTests.cs#L1722C14-L1722C191
Modified Retry handler to use Task.Delay as called out by #442
Dependency Changes:
- Removed
System.Security.Cryptography.Algorithms
System.Security.Cryptography.ProtectedData
System.Drawing.Common - Modified
System.Configuration.ConfigurationManager to 6.0.0
What's Changed
- 20240416 Resync from Main by @MattB-msft in #444
Full Changelog: 1.1.17...1.1.21