Skip to content

Commit 71717a6

Browse files
authored
Update CRAN paws version to 0.1.11; update NEWS.md (#399)
1 parent 0289271 commit 71717a6

File tree

2 files changed

+49
-12
lines changed

2 files changed

+49
-12
lines changed

cran/paws/DESCRIPTION

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: paws
22
Title: Amazon Web Services Software Development Kit
3-
Version: 0.1.10
3+
Version: 0.1.11
44
Authors@R:
55
c(person(given = "David",
66
family = "Kretch",
@@ -20,17 +20,17 @@ License: Apache License (>= 2.0)
2020
URL: https://github.com/paws-r/paws
2121
BugReports: https://github.com/paws-r/paws/issues
2222
Imports:
23-
paws.compute (>= 0.1.10),
24-
paws.storage (>= 0.1.10),
25-
paws.database (>= 0.1.10),
26-
paws.networking (>= 0.1.10),
27-
paws.management (>= 0.1.10),
28-
paws.machine.learning (>= 0.1.10),
29-
paws.analytics (>= 0.1.10),
30-
paws.security.identity (>= 0.1.10),
31-
paws.application.integration (>= 0.1.10),
32-
paws.cost.management (>= 0.1.10),
33-
paws.customer.engagement (>= 0.1.10)
23+
paws.compute (>= 0.1.11),
24+
paws.storage (>= 0.1.11),
25+
paws.database (>= 0.1.11),
26+
paws.networking (>= 0.1.11),
27+
paws.management (>= 0.1.11),
28+
paws.machine.learning (>= 0.1.11),
29+
paws.analytics (>= 0.1.11),
30+
paws.security.identity (>= 0.1.11),
31+
paws.application.integration (>= 0.1.11),
32+
paws.cost.management (>= 0.1.11),
33+
paws.customer.engagement (>= 0.1.11)
3434
Suggests:
3535
testthat
3636
Encoding: UTF-8

cran/paws/NEWS.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# paws 0.1.11
2+
3+
* Fix the default endpoints for a number of services which previously used
4+
non-standard or incorrect endpoints:
5+
+ API Gateway Management API (apigatewaymanagementapi)
6+
+ API Gateway V2 (apigatewayv2)
7+
+ Application AutoScaling (applicationautoscaling)
8+
+ AutoScaling Plans (autoscalingplans)
9+
+ EC2 Instance Connect (ec2instanceconnect)
10+
+ Elastic Container Registry (ecr)
11+
+ EventBridge (eventbridge)
12+
+ Kinesis Analytics V2 (kinesisanalyticsv2)
13+
+ License Manager (licensemanager)
14+
+ Personalize Events (personalizeevents)
15+
+ Personalize Runtime (personalizeruntime)
16+
+ Pinpoint Email (pinpointemail)
17+
+ Pinpoint SMS and Voice (pinpointsmsvoice)
18+
+ RDS Data Service (rdsdataservice)
19+
+ S3 Control (s3control)
20+
+ SageMaker (sagemaker)
21+
* Updates to documentation:
22+
+ Link to the relevant Paws help page wherever the documentation refers to
23+
an API operation, e.g. references to S3's `ListBuckets` operation now link
24+
to the `list_buckets` documentation.
25+
+ Show the structure of API responses.
26+
+ Remove extra escapes and fix miscellaneous formatting issues.
27+
* Updates to credential support inherited from updates to paws.common. See
28+
https://github.com/paws-r/paws/blob/main/docs/credentials.md for details
29+
about which options are supported and how to use them.
30+
+ Support multifactor authentication with the `mfa_serial` shared
31+
configuration file setting in concert with `role_arn`.
32+
+ Cache credentials in each service object and automatically refresh them
33+
when they expire.
34+
+ Support the environment variable options `AWS_CONFIG_FILE`,
35+
`AWS_SHARED_CREDENTIALS_FILE`, `AWS_CREDENTIAL_EXPIRATION`, and
36+
`AWS_EC2_METADATA_DISABLED`.
37+
138
# paws 0.1.10
239

340
* Update Paws with the latest AWS features.

0 commit comments

Comments
 (0)