Skip to content

Commit

Permalink
Update paws.common version (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkretch committed Apr 25, 2020
1 parent da392b4 commit 3a2f364
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paws.common/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: paws.common
Type: Package
Title: Paws Low-Level Amazon Web Services API
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("David", "Kretch", email = "david.kretch@gmail.com", role = c("aut", "cre")),
person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),
Expand Down
11 changes: 11 additions & 0 deletions paws.common/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# paws.common 0.3.1

* Read in session tokens from shared credential files.
* Fix handling of dates when used as arguments to CloudWatch and other APIs.
Previously the operation would submit the date in an inappropriate format.
* Fix handling of profiles when specified for a specific service, e.g.
`paws::svc(config = list(credentials = list(profile = "my-profile")))`.
Previously the profile was not used to get credentials.
* Fix handling of operations that return nothing -- return an empty object
rather than failing.

# paws.common 0.3.0

* Add HTTP status codes to the error response when an operation fails, along
Expand Down

0 comments on commit 3a2f364

Please sign in to comment.