Skip to content

Commit 3a2f364

Browse files
authored
Update paws.common version (#284)
1 parent da392b4 commit 3a2f364

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

paws.common/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: paws.common
22
Type: Package
33
Title: Paws Low-Level Amazon Web Services API
4-
Version: 0.3.0
4+
Version: 0.3.1
55
Authors@R: c(
66
person("David", "Kretch", email = "[email protected]", role = c("aut", "cre")),
77
person("Adam", "Banker", email = "[email protected]", role = "aut"),

paws.common/NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# paws.common 0.3.1
2+
3+
* Read in session tokens from shared credential files.
4+
* Fix handling of dates when used as arguments to CloudWatch and other APIs.
5+
Previously the operation would submit the date in an inappropriate format.
6+
* Fix handling of profiles when specified for a specific service, e.g.
7+
`paws::svc(config = list(credentials = list(profile = "my-profile")))`.
8+
Previously the profile was not used to get credentials.
9+
* Fix handling of operations that return nothing -- return an empty object
10+
rather than failing.
11+
112
# paws.common 0.3.0
213

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

0 commit comments

Comments
 (0)