Skip to content

paws.common-v0.3.3

Compare
Choose a tag to compare
@davidkretch davidkretch released this 19 Jul 18:25
04068db
  • Decode base64-encoded blobs to raw vectors. Previously, Paws decoded them to UTF-8 inappropriately, which would fail for any data other than text.
  • In some cases, httr/curl do not decompress the response body. In these cases, check whether it looks compressed and try decompressing it.