Boto3 Versions Save

AWS SDK for Python

0.0.4

9 years ago
  • feature: Update to Botocore 0.77.0
  • Add support for Kinesis PutRecords operation. It writes multiple data records from a producer into an Amazon Kinesis stream in a single call.
  • Add support for IAM GetAccountAuthorizationDetails operation. It retrieves information about all IAM users, groups, and roles in your account, including their relationships to one another and their attached policies.
  • Add support for updating the comment of a Route53 hosted zone.
  • Fix base64 serialization for JSON protocol services.
  • Fix issue where certain timestamps were not being accepted as valid input (botocore issue 389)
  • feature: Update Amazon EC2 resource model.
  • feature: Support belongsTo resource reference as well as path specified in an action's resource definition.
  • bugfix: Fix an issue accessing SQS message bodies (issue 33)

0.0.3

9 years ago
  • feature: Update to Botocore 0.76.0.
  • Add support for using AWS Data Pipeline templates to create pipelines and bind values to parameters in the pipeline
  • Add support to Amazon Elastic Transcoder client for encryption of files in Amazon S3.
  • Fix issue where Amazon S3 requests were not being resigned correctly when using Signature Version 4. (botocore issue 388)
  • Add support for custom response parsing in Botocore clients. (botocore issue 387)

0.0.2

9 years ago

0.0.1

9 years ago
  • Initial developer preview refresh of Boto 3
  • Supports S3, EC2, SQS, SNS, and IAM resources
  • Supports low-level clients for most services