Skip to content

Commit

Permalink
Update Paws version number (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkretch authored Mar 31, 2020
1 parent 21b81c0 commit 1d25e50
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 13 deletions.
24 changes: 12 additions & 12 deletions cran/paws/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws
Title: Amazon Web Services Software Development Kit
Version: 0.1.6
Version: 0.1.7
Authors@R:
c(person(given = "David",
family = "Kretch",
Expand All @@ -18,17 +18,17 @@ Description: Interface to Amazon Web Services <https://aws.amazon.com>,
functions-as-a-service.
License: Apache License (>= 2.0)
Imports:
paws.compute (>= 0.1.6),
paws.storage (>= 0.1.6),
paws.database (>= 0.1.6),
paws.networking (>= 0.1.6),
paws.management (>= 0.1.6),
paws.machine.learning (>= 0.1.6),
paws.analytics (>= 0.1.6),
paws.security.identity (>= 0.1.6),
paws.application.integration (>= 0.1.6),
paws.cost.management (>= 0.1.6),
paws.customer.engagement (>= 0.1.6)
paws.compute (>= 0.1.7),
paws.storage (>= 0.1.7),
paws.database (>= 0.1.7),
paws.networking (>= 0.1.7),
paws.management (>= 0.1.7),
paws.machine.learning (>= 0.1.7),
paws.analytics (>= 0.1.7),
paws.security.identity (>= 0.1.7),
paws.application.integration (>= 0.1.7),
paws.cost.management (>= 0.1.7),
paws.customer.engagement (>= 0.1.7)
Suggests:
testthat
Encoding: UTF-8
Expand Down
34 changes: 34 additions & 0 deletions cran/paws/NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# paws 0.1.7

* Add HTTP status codes to the error response when an operation fails, along
with any other information returned by AWS about the error.
* Add support for S3 operation `GetBucketLocation`, which needs special
handling.

# paws 0.1.6

* Support RDS IAM authentication in `rds$build_auth_token`.
* Check for a container IAM role in the AWS credential chain before checking
for an instance IAM role.

# paws 0.1.5

* Support per-service configuration of credentials, endpoint, and region,
e.g. `svc <- paws::svc(config = list(region = "us-east-1"))`.

# paws 0.1.4

* Fix services like IAM and CloudFront which have global endpoints. Previously
they did not work outside of `us-east-1` due to a bug.

# paws 0.1.3

* Update Paws with the latest AWS services and features.

# paws 0.1.1

* Add support for more AWS services to CRAN.

# paws 0.1.0

* Initial version.
2 changes: 1 addition & 1 deletion cran/paws/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* local Windows install, R 3.6.1
* local Windows install, R 3.5.3
* R-hub (devel and release)

## R CMD check results
Expand Down

0 comments on commit 1d25e50

Please sign in to comment.