v3.37.0
Added
- All of the basic HTTP methods of
BaseClient
and its derived classes which accept adata
parameter for a request body, e.g.TransferClient.post
orGroupsClient.put
, now allow thedata
to be passed in the form of already encodedbytes
. (#951)
Fixed
- Update
ensure_datatype
to work with documents that setDATA_TYPE
toMISSING
instead of omitting it (#952)