Skip to content

0.4.4 - Nuget release

Compare
Choose a tag to compare
@MattB-msft MattB-msft released this 08 Mar 23:44
· 81 commits to master since this release
1fe9bf8

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.