|
| 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 | + |
1 | 38 | # paws 0.1.10
|
2 | 39 |
|
3 | 40 | * Update Paws with the latest AWS features.
|
|
0 commit comments