Skip to content

v3.37.0

Compare
Choose a tag to compare
@sirosen sirosen released this 14 Feb 23:27
· 362 commits to main since this release
3.37.0
10e686f

Added

  • All of the basic HTTP methods of BaseClient and its derived classes which accept a data parameter for a request body, e.g. TransferClient.post or GroupsClient.put, now allow the data to be passed in the form of already encoded bytes. (#951)

Fixed

  • Update ensure_datatype to work with documents that set DATA_TYPE to MISSING instead of omitting it (#952)