Releases: boto/boto3
Releases · boto/boto3
Boto 3 - 0.0.4
- 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)
Boto 3 - 0.0.3
- 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)
Boto 3 - 0.0.2
- Adds resources for AWS
CloudFormation and AWS
OpsWorks. - Update to Botocore 0.73.0 and JMESPath 0.5.0
- Adds support for AWS
CodeDeploy, AWS
Config, AWS
KMS, AWS
Lambda. - Make requests with a customized HTTP user-agent
Boto 3 - 0.0.1
- Initial developer preview refresh of Boto 3
- Supports S3, EC2, SQS, SNS, and IAM resources
- Supports low-level clients for most services