Boto

Latest version: v2.49.0

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 13

2.37.0

Not secure
============

:date: 2015/04/02

This release updates AWS CloudTrail to the latest API to suppor the
``LookupEvents`` operation, adds new regional service endpoints and fixes
bugs in several services.

.. note::

The CloudTrail ``create_trail`` operation no longer supports the deprecated
``trail`` parameter, which has been marked for removal by the service
since early 2014. Instead, you pass each trail parameter as a keyword
argument now. Please see the
`reference <http://boto.readthedocs.org/en/latest/ref/cloudtrail.html#boto.cloudtrail.layer1.CloudTrailConnection.create_trail>`__
to help port over existing code.


Changes
-------
* Update AWS CloudTrail to the latest API. (:issue:`3074`, :sha:`bccc29a`)
* Add support for UsePreviousValue to CloudFormation UpdateStack. (:issue:`3029`, :sha:`8a8a22a`)
* Fix BOTH_PATH to work with Windows drives (:issue:`2823`, :sha:`7ba973e`)
* Fix division calculation in S3 docs. (:issue:`3018`, :sha:`4ffd9ba`)
* Add Boto 3 link in README. (:issue:`3013`, :sha:`561716c`)
* Add more regions for configservice (:issue:`3009`, :sha:`a82244f`)
* Add ``eu-central-1`` endpoints (Frankfurt region) for IAM and Route53 (:sha:`5ff4add`)
* Fix unit tests from hanging (:sha:`da9f9b7`)
* Fixed wording in dynamodb tutorial (:issue:`2993`, :sha:`36cadf4`)
* Update SWF objects to keep a consistent region name. (:issue:`2985`, :issue:`2980`, :issue:`2606`, :sha:`ce75a19`)
* Print archive ID in glacier upload script. (:issue:`2951`, :sha:`047c7d3`)
* Add some minor documentation for Route53 tutorial. (:issue:`2952`, :sha:`b855fb3`)
* Add Amazon DynamoDB online indexing support on High level API (:issue:`2925`, :sha:`0621c53`)
* Ensure Content-Length header is a string. (:issue:`2932`, :sha:`34a0f63`)
* Correct docs around overriding SGs on ELBs (:issue:`2937`, :sha:`84d0ff9`)
* Fix DynamoDB tests. (:sha:`616ee80`)
* Fix region bug. (:issue:`2927`, :sha:`b1cb61e`)
* Fix import for ``boto.cloudhsm.layer1.CloudHSMConnection``. (:issue:`2926`, :sha:`1944d35`)

2.36.0

Not secure
============

:date: 2015/01/27

This release adds support for AWS Key Management Service (KMS), AWS Lambda,
AWS CodeDeploy, AWS Config, AWS CloudHSM, Amazon EC2 Container Service (ECS),
Amazon DynamoDB online indexing, and fixes a few issues.


Changes
-------
* Add Amazon DynamoDB online indexing support.
* Allow for binary to be passed to sqs message (:issue:`2913`, :sha:`8af9b42`)
* Kinesis update (:issue:`2891`, :sha:`4874e19`)
* Fixed spelling of boto.awslambda package. (:issue:`2914`, :sha:`de769ac`)
* Add support for Amazon EC2 Container Service (:issue:`2908`, :sha:`4480fb4`)
* Add support for CloudHSM (:issue:`2905`, :sha:`6055a35`)
* Add support for AWS Config (:issue:`2904`, :sha:`51e9221`)
* Add support for AWS CodeDeploy (:issue:`2899`, :sha:`d935356`)
* Add support for AWS Lambda (:issue:`2896`, :sha:`6748016`)
* Update both Cognito's to the latest APIs (:issue:`2909`, :sha:`18c1251`)
* Add sts for eu-central-1. (:issue:`2906`, :sha:`54714ff`)
* Update opsworks to latest API (:issue:`2892`, :sha:`aed3302`)
* Add AWS Key Managment Support (:issue:`2894`, :sha:`ef7d2cd`)

2.35.2

Not secure
============

:date: 2015/01/19

This release adds ClassicLink support for Auto Scaling and fixes a few issues.


Changes
-------
* Add support for new data types in DynamoDB. (:issue:`2667`, :sha:`68ad513`)
* Expose cloudformation `UsePreviousTemplate` parameter. (:issue:`2843`, :issue:`2628`, :sha:`873e89c`)
* Fix documentation around using custom connections for DynamoDB tables. (:issue:`2842`, :issue:`1585`, :sha:`71d677f`)
* Fixed bug that unable call query_2 after call describe method on dynamodb2 module. (:issue:`2829`, :sha:`66addce`)

2.35.1

Not secure
============

:date: 2015/01/09

This release fixes a regression which results in an infinite while loop of
requests if you query an empty Amazon DynamoDB table.


Changes
-------
* Check for results left after computing self._keys_left (:issue:`2871`, :sha:`d3c2595`)

2.35.0

Not secure
===========

:date: 2015/01/08

This release adds support for Amazon EC2 Classic Link which allows users
to link classic instances to Classic Link enabled VPCs,
adds support for Amazon CloudSearch Domain, adds sigv4 support
for Elastic Load Balancing, and fixes several other issues including issues
making anonymous AWS Security Token Service requests.


Changes
-------
* Add Amazon EC2 Classic Link support (:sha: `5dbd2d7`)
* Add query string to body for anon STS POST (:issue:`2812`, :sha:`6513789`)
* Fix bug that prevented initializing a dynamo item from existing item (:issue:`2764`, :sha:`743e814`)
* * switchover-sigv4: Add integ tests for sigv4 switchover Switch elb/ec2 over to signature version 4 (:sha:`0dadce8`)
* Return SetStackPolicyResponse - (:issue:`2822`, :issue:`2346`, :issue:`2639`, :sha:`c4defb4`)
* Added ELB Attributes to docs. (:issue:`2821`, :sha:`5dfeba9`)
* Fix bug by using correct string joining syntax. (:issue:`2817`, :sha:`8426148`)
* Fix SES get_identity_dkim_attributes when input length > 1. (:issue:`2810`, :sha:`cc4d42d`)
* DynamoDB table batch_get fails to process all remaining results if single batch result is empty. (:issue:`2809`, :sha:`a193bc0`)
* Added suppport for additional fields in EMR objects. (:issue:`2807`, :sha:`2936ac0`)
* Pass version_id in copy if key is versioned. (:issue:`2803`, :sha:`66b3604`)
* Add support for SQS PurgeQueue operation. (:issue:`2806`, :sha:`90a5d44`)
* Update documentation for launchconfig. (:issue:`2802`, :sha:`0dc8412`)
* Remove unimplemented config param. (:issue:`2801`, :issue:`2572`, :sha:`f1a5ebd`)
* Add support for private hosted zones. (:issue:`2785`, :sha:`2e7829b`)
* Fix Key.change_storage_class so that it obeys dst_bucket. (:issue:`2752`, :sha:`55ed184`)
* Fix for s3put host specification. (:issue:`2736`, :issue:`2522`, :sha:`1af31f2`)
* Improve handling of Glacier HTTP 204 responses. (:issue:`2726`, :sha:`c314298`)
* Fix raising exception syntax in Python 3. (:issue:`2735`, :issue:`2563`, :sha:`58f76f6`)
* Privatezone: Adding unit/integration test coverage (:issue:`1`, :sha:`d1ff14e`)
* Minor documentation/pep8 fixes. (:issue:`2753`, :sha:`6a853be`)
* Correct argument type in doc string. (:issue:`2728`, :sha:`1ddf6df`)
* Use exclusive start key to get all items from DynamoDB query. (:issue:`2676`, :issue:`2573`, :sha:`419d8a5`)
* Updated link to current config documentation. (:issue:`2755`, :sha:`9be3f85`)
* Fix the SQS certificate error for region cn-north-1. (:issue:`2766`, :sha:`1d5368a`)
* Adds support for getting health checker IP ranges from Route53. (:issue:`2792`, :sha:`ee14911`)
* fix: snap.create_volume documentation lists general purpose ssd. Fixes 2774. (:issue:`2774`, :sha:`36fae2b`)
* Fixed param type in get_contents_to_filename docstring. (:issue:`2783`, :sha:`478f66a`)
* Update DynamoDB local example to include fake access key id. (:issue:`2791`, :sha:`2c1f8d5`)
* Added 'end' attribute to ReservedInstance. (:issue:`2793`, :issue:`2757`, :sha:`28814d8`)
* Parse ClusterStatus’s StateChangeReason. (:issue:`2696`, :sha:`48c5d17`)
* Adds SupportedProducts field to EMR JobFlow objects. (:issue:`2775`, :sha:`6771d04`)
* Fix EMR endpoint. (:issue:`2750`, :sha:`8329e02`)
* Detect old-style S3 URL for auto-sigv4. (:issue:`2773`, :sha:`f5be409`)
* Throw host warning for cloudsearch domain (:issue:`2765`, :sha:`9af6f41`)
* Fix CloudSearch2 to work with IAM-based search and upload requests (:issue:`2717`, :sha:`9f4fe8b`)
* iam: add support for Account Password Policy APIs (:issue:`2574`, :sha:`6c9bd53`)
* Handle sigv4 non-string header values properly (:issue:`2744`, :sha:`e043e4b`)
* Url encode query string for pure query (:issue:`2720`, :sha:`bbbf9d2`)

2.34.0

Not secure
============

:date: 2014/10/23

This release adds region support for ``eu-central-1`` , support to create
virtual mfa devices for Identity and Access Management, and fixes several
sigv4 issues.


Changes
-------
* Calculate sha_256 correctly for s3 (:issue:`2691`, :sha:`c0a001f`)
* Fix MTurk typo. (:issue:`2429`, :issue:`2428`, :sha:`9bfff19`)
* Fix Amazon Cognito links in docs (:issue:`2674`, :sha:`7c28577`)
* Add the ability to IAM to create a virtual mfa device. (:issue:`2675`, :sha:`075d402`)
* PEP8 tidy up for several modules. (:issue:`2673`, :sha:`38abbd9`)
* Fix s3 create multipart upload for sigv4 (:issue:`2684`, :sha:`fc73641`)
* Updated endpoints.json for cloudwatch logs to support more regions. (:issue:`2685`, :sha:`5db2ea8`)

Page 3 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.