Skip to content

v4.3.0

Compare
Choose a tag to compare
@pvshn pvshn released this 03 Sep 20:08
· 11 commits to main since this release
ca234f6

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.