diff --git a/paws.common/NEWS.md b/paws.common/NEWS.md index 1136347d5c..06a86bbab0 100644 --- a/paws.common/NEWS.md +++ b/paws.common/NEWS.md @@ -1,3 +1,10 @@ +# paws.common 0.3.3 + +* 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. + # paws.common 0.3.2 * Support the S3 operation SelectObjectContent in `s3$select_object_content`.