You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
New Features
Migration of Custom Views ⭐
Earlier configuration validation so the failures are earlier and faster.
User Agent string changes to put distinguishing info in the comment field of the user agent instead of a different product field using suffixes (Mozilla docs). The User Agent Comment is configurable.
Fixes
Fix to the Workbook View publish functionality involving views. This fixes the XML CommitWorkbookPublishRequest so views are properly published.
Some Python Example App fixes.
Some Python code snippet fixes.
Fix to encrypt extracts if the server requires it.
Fix HTML Error Responses not being Included in Exception.
Minor fix to Python requirements.txt.
Documentation
Example 'Getting Started' code samples are now also in the Migration SDK intro page.
Information on how the Migration SDK is versioned
Known Issues
Unlike other content types, Custom Views cannot be filtered based on the Content Location of the base view.
Python wrapper objects cannot be accessed through dependency injection. .NET object can be injected and python wrappers built from them.