Update dependency Microsoft.PowerPlatform.Dataverse.Client to 1.2.2 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.9
->1.2.2
Release Notes
microsoft/PowerPlatform-DataverseServiceClient (Microsoft.PowerPlatform.Dataverse.Client)
v1.2.2
: Nuget ReleaseCompare Source
***** POSSIBLE Breaking Changes *****
Minor Release Bump,
Added .net 8.0 Target. .net 6.0 Target will be removed in a subsequent release.
Removed dependance on Microsoft.Rest.Client. this was primary used for exception handling, and the necessary components have been reworked in to DVSC Exception management classes.
Fix memory consumption when too many exception are throw by DV client. Git: https://github.com/microsoft/PowerPlatform-DataverseServiceClient/issues/474
Dependency Changes:
Modified:
System.Text.Json to 8.0.4
Removed:
Microsoft.Rest.Client - Necessary carried over in client.
What's Changed
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.2.1...1.2.2
v1.2.1
: Nuget ReleaseCompare Source
***** POSSIBLE Breaking Changes *****
Minor Release Bump,
Added .net 8.0 Target. .net 6.0 Target will be removed in a subsequent release.
Removed dependance on Microsoft.Rest.Client. this was primary used for exception handling, and the necessary components have been reworked in to DVSC Exception management classes.
Fix memory consumption when too many exception are throw by DV client. Git: https://github.com/microsoft/PowerPlatform-DataverseServiceClient/issues/474
Dependency Changes:
Modified:
Removed:
What's Changed
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.32...1.2.1
v1.1.32
: Nuget releaseCompare Source
1.1.32:
Fix for endless retry loop issue in WebAPI calls when specific error states are encountered.
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.
Fix for ForceServerMetadataCacheConsistency not being effective until an operation to retrieve current organization version has been executed. If this is set to a value before any organization detail related information is retrieved, it will now cause the organization info to be retrieved from Dataverse. This is done only once.
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
WCF Dependencies now split between 4.x and 6.x depending on version of .net being used.
What's Changed
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.27...1.1.32
v1.1.27
: Nuget releaseCompare Source
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.
What's Changed
0710202
release - Updates to RequestBuilder Shipping Connector by @MattB-msft in https://github.com/microsoft/PowerPlatform-DataverseServiceClient/pull/458Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.22...1.1.27
v1.1.22
: Nuget ReleaseCompare Source
Fix for Retry hang introduced in 1.1.21: Fix #442
Dependency Changes:
Added: Fix #446
System.ServiceModel.Http 4.10.3
System.ServiceModel.Primitives 4.10.3
What's Changed
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.21...1.1.22
v1.1.21
: Nuget Release notesCompare Source
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:
System.Security.Cryptography.Algorithms
System.Security.Cryptography.ProtectedData
System.Drawing.Common
System.Configuration.ConfigurationManager to 6.0.0
What's Changed
2024041
Resync from Main by @MattB-msft in https://github.com/microsoft/PowerPlatform-DataverseServiceClient/pull/444Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.17...1.1.21
v1.1.17
: Nuget releaseCompare Source
1.1.17:
Fix for Request ID not reflecting correctly for some requests.
Fix for RequestAdditionalHeadersAsync interface not being forwarded to Cloned copies of DVSC. GitHub Reported - Fix #419
Fix for Clone being called concurrently causing unnecessary calls to dataverse. GitHub reported - Fix #422
Fix for invalid filenames and paths being created for token cache path when using user interactive mode. Git Hub reported - Fix #406
RENAME (Possible breaking change) MaxBufferPoolSizeOveride parameter name spelling issue, corrected to MaxBufferPoolSizeOverride
Speculative fix object null error reported in #403
What's Changed
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.16...1.1.17
v1.1.16
: Nuget releaseCompare Source
What's Changed
Fixes #384
Fixes #406
Includes changes from 1.1.15.
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.15...1.1.16
v1.1.15
: Nuget releaseCompare Source
What's Changed
Updated Core SDK
Added new properties to Organization detail to report Schema Type and Deployment Type.
Dependency changes:
System.Text.Json moved to 7.0.3
Microsoft.Identity.Client moved to 4.56.0
Microsoft.Identity.Client.Extensions.Msal moved to 4.56.0
Removed System.Security.Cryptography.Xml was transitive include to support CVE which is no longer necessary due to depending package updates
Removed System.Security.Cryptography.Pkcs was transitive include to support CVE which is no longer necessary due to depending package updates
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.14...1.1.15
v1.1.14
: Nuget releaseCompare Source
What's Changed
Updated Core SDK Libs
Fixed issue with DataCenter ID not populating in Organization Detail object returned by the client.
Fixed a hang problem when parsing multi layered exceptions
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.12...1.1.14
v1.1.12
: Nuget releaseCompare Source
What's Changed
Refactored CurrentAccessToken property to avoid async call.
Fix for min version of default client, pre-connection so it is recognized by features that require 9.0 or greater. Fixes #381
Fix for notification of unsupported features when not 'breaking' to alert as 'warnings' in log vs information.
Dependency changes:
Microsoft.Rest.Client moved to 2.3.24 due to CVE-2022-26907.
Full Changelog: microsoft/PowerPlatform-DataverseServiceClient@1.1.9...1.1.12
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.