Skip to content

Commit ddbe9f7

Browse files
authored
Update paws.common version and release notes (#264)
1 parent c7eb0f3 commit ddbe9f7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.2.6
4+
Version: 0.3.0
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# paws.common 0.3.0
2+
3+
* Add HTTP status codes to the error response when an operation fails, along
4+
with any other information returned by AWS about the error.
5+
* Add support for S3 operation GetBucketLocation, which needs special handling.
6+
* Fix how paws.common provides request handlers to specific services (e.g. S3)
7+
so that fixes to handlers don't require re-installing any package other than
8+
paws.common.
9+
110
# paws.common 0.2.6
211

312
* Fix handling of nested inputs and outputs for services like DynamoDB.

paws.common/cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Test environments
22

3-
* local Windows install, R 3.6.1
3+
* local Windows install, R 3.5.3
44
* R-hub (devel and release)
55

66
## R CMD check results

0 commit comments

Comments
 (0)