Skip to content

Conversation

@MattB-msft
Copy link
Member

BREAKING CHANGE
Renamed Exception CdsConnectionException to CdsClientConnectionException. No other change to the Exception


Improved handling of cached connection retrieval failures from memory when an invalid object is returned.
Fixed a bug where a WebAPI navigation property did not match with its metadata descriptor.
Fixed Retry delay issue when making calls to the CDS WebAPI – thanks to GIT user stvonolf for the catch of this issue.
Added new Exception, CdsClientOperationException - this will be used when an exception is raised via the CDSClient when CDSClient is using WebAPI.
Added IntelliSense Doc Support
Added support for bypassing custom Plug-in Execution during SDK Operation.
This is a special use capability that requires a specialized permission in the CDS infrastructure to use.
Currently this is only permitted for use by users that have the System Administrator Security Role.

@MattB-msft
Copy link
Member Author

Linking to issues addressed in this pull request.
thanks for all your feedback!

@MattB-msft MattB-msft merged commit bd5dee5 into master Aug 26, 2020
@MattB-msft MattB-msft deleted the release/update/200826083404 branch March 4, 2021 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment