Skip to content

Commit

Permalink
Merge pull request #656 from DyfanJones/paws.common_0.6.0
Browse files Browse the repository at this point in the history
paws.common 0.6.0 cran release
  • Loading branch information
DyfanJones committed Sep 1, 2023
2 parents ac7f5b2 + 2b992b7 commit 6c28ed4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion make.paws/R/cran_category.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @include package.R service.R
NULL

.paws.common.import.version <- "paws.common (>= 0.5.9)"
.paws.common.import.version <- "paws.common (>= 0.6.0)"

# Make all category-level packages.
make_categories <- function(sdk_dir, out_dir, categories, service_names) {
Expand Down
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.5.9
Version: 0.6.0
Authors@R: c(
person("David", "Kretch", email = "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),
Expand Down
4 changes: 2 additions & 2 deletions paws.common/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# paws.common 0.5.9
# paws.common 0.6.0
* use known interface when parsing xml (@619) improving performance by 3-6x. Thanks to @mgirlich for raising, implementing initial method and testing.
* add expiration parameter to creds
* add signature_version to config
* add signature_version to config (#645)
* add the ability to paginate paws methods (#30)
* overwrite file destination when writing to disk. This mimics python's boto3 sdk behaviour.
* add standard retry handler (#520). Thanks to @wlandau for testing.
Expand Down

0 comments on commit 6c28ed4

Please sign in to comment.