microsoft / PowerPlatform-DataverseServiceClient

Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.
MIT License
279 stars 50 forks source link

07102024 release - Updates to RequestBuilder Shipping Connector #458

Closed MattB-msft closed 2 months ago

MattB-msft commented 2 months ago

Fix for Logging MSAL telemetry when using ILogger Previously, Logs for MSAL were not written to the configured ILogger, they would only go to Trace Source and InMemory Logs. Fix for RequestBuilder to properly honor CrmUserId and AADOid in request builder requests. Updated ServiceClient retry logic to use the server specified RetryAfter for Time and Concurrency throttling fault codes, in addition to Burst. Updated ConnectionService retry logic to parse RetryAfter header as seconds instead of hours. Dependency Changes: Modified: Microsoft.Identity.Client to 4.61.3

Added initial Azure Auth extensions. Packages and added new WPF Login control for Dataverse ServiceClient.