Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paws.common 0.6.0 cran release #656

Merged
merged 3 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading