Skip to content

Releases: microsoft/PowerPlatform-DataverseServiceClient

0.4.11 - Nuget Release

13 Apr 22:56
035dd6d
Compare
Choose a tag to compare

Update for Current Dataverse System Messages.
Fixed an issue where authentication could fail during throttling due to token not being refreshed on retry.
Adding Exception behaviors for all Metadata Operations.
Adding EnableAffinityCookie to allow for override of Affinity behavior when interacting with Dataverse.
In general, users should not manipulate this property. more details can be found here: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/api-limits#remove-the-affinity-cookie
Adding support for enhanced features for solution import.

0.4.6 - Nuget release

25 Mar 21:20
9f25d39
Compare
Choose a tag to compare

Exposes ILogger support on constructors.

0.4.4 - Nuget release

08 Mar 23:44
1fe9bf8
Compare
Choose a tag to compare

Code snapshot of release for .4.4 release.
Nuget Drop

Added support for related entity create as part of general "create" operation.
Updated Async Operations to return task's for async methods that were returning void's
Updated DataverseOperationException to include HttpOperationResponse, where it exists.
Fixed issue with Cloned Connections not refreshing their tokens on token expiration
Updated Logger to remove string builder property
Added Initial code for ILogger implementation. (Not exposed as of yet but coming soon)
Corrected an issue when using the Entity myEnt = new Entity(string, guid) not properly setting the primary id.

0.3.6-Alpha release. Last release Prior to Name change

13 Jan 22:59
72d87d4
Compare
Choose a tag to compare

0.3.6-Alpha:
Fixed an issue where Activity Party types were not being properly processed
Fixed an issue where the incorrect format was used for Data only types.
Fixed an issue where BypassPluginExecution property on request was not being understood properly by the server.

MSAL Port + Async Discovery methods Added

05 Dec 22:11
710f307
Compare
Choose a tag to compare
Merge pull request #76 from microsoft/release/update/201205100353

MSAL Port + Async Discovery methods Added

Updated for Nuget release 0.2.31-Alpha

14 Nov 21:02
1a20c07
Compare
Choose a tag to compare

Updated for Nuget release 0.2.24-Alpha

02 Oct 19:28
15c1527
Compare
Choose a tag to compare