Skip to content

Commit

Permalink
Update NEWS.md (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkretch authored Jul 19, 2020
1 parent 3162774 commit 04068db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions paws.common/NEWS.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 04068db

Please sign in to comment.