Boto

Latest version: v2.49.0

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

Scan your dependencies

Page 5 of 13

2.29.1

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

:date: 2014/05/30

This release fixes a critical bug when the provider is not set to ``aws``, e.g. for Google Storage. It also fixes a problem with connection pooling in Amazon CloudSearch.

Changes
-------
* Fix crash when provider is google. (:issue:`2302`, :sha:`33329d5888`)
* Fix connection pooling issue with CloudSearch (:sha:`82e83be12a`)

2.29.0

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

:date: 2014/05/29

This release adds support for the AWS shared credentials file, adds support for Amazon Elastic Block Store (EBS) encryption, and contains a handful of fixes for Amazon EC2, AWS CloudFormation, AWS CloudWatch, AWS CloudTrail, Amazon DynamoDB and Amazon Relational Database Service (RDS). It also includes fixes for Python wheel support.

A bug has been fixed such that a new exception is thrown when a profile name is explicitly passed either via code (``profile="foo"``) or an environment variable (``AWS_PROFILE=foo``) and that profile does not exist in any configuration file. Previously this was silently ignored, and the default credentials would be used without informing the user.

Changes
-------
* Added support for shared credentials file. (:issue:`2292`, :sha:`d5ed49f`)
* Added support for EBS encryption. (:issue:`2282`, :sha:`d85a449`)
* Added GovCloud CloudFormation endpoint. (:issue:`2297`, :sha:`0f75fb9`)
* Added new CloudTrail endpoints to endpoints.json. (:issue:`2269`, :sha:`1168580`)
* Added 'name' param to documentation of ELB LoadBalancer. (:issue:`2291`, :sha:`86e1174`)
* Fix typo in ELB docs. (:issue:`2294`, :sha:`37aaa0f`)
* Fix typo in ELB tutorial. (:issue:`2290`, :sha:`40a758a`)
* Fix OpsWorks ``connect_to_region`` exception. (:issue:`2288`, :sha:`26729c7`)
* Fix timezones in CloudWatch date range example. (:issue:`2285`, :sha:`138a6d0`)
* Fix description of param tags into ``rds2.create_db_subnet_group``. (:issue:`2279`, :sha:`dc1037f`)
* Fix the incorrect name of a test case. (:issue:`2273`, :sha:`ee195a1`)
* Fix "consistent" argument to ``boto.dynamodb2.table.Table.batch_get``. (:issue:`2272`, :sha:`c432b09`)
* Update the wheel to be python 2 compatible only. (:issue:`2286`, :sha:`6ad0b75`)
* Crate.io is no longer a package index. (:issue:`2289`, :sha:`7f23de0`)

2.28.0

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

:date: 2014/05/08

This release adds support for Amazon SQS message attributes, Amazon DynamoDB query filters and enhanced conditional operators, adds support for the new Amazon CloudSearch 2013-01-01 API and includes various features and fixes for Amazon Route 53, Amazon EC2, Amazon Elastic Beanstalk, Amazon Glacier, AWS Identity and Access Management (IAM), Amazon S3, Mechanical Turk and MWS.

Changes
-------
* Add support for SQS message attributes. (:issue:`2257`, :sha:`a04ca92`)
* Update DynamoDB to support query filters. (:issue:`2242`, :sha:`141eb71`)
* Implement new Cloudsearch API 2013-01-01 as cloudsearch2 module (:sha:`b0ababa`)
* Miscellaneous improvements to the MTurk CLI. (:issue:`2188`, :sha:`c213ff1`)
* Update MWS to latest API version and adds missing API calls. (:issue:`2203`, :issue:`2201`, :sha:`8adf720`, :sha:`8d0a6a8`)
* Update EC2 `register_image` to expose an option which sets whether an instance store is deleted on termination. The default value is left as-is. (:sha:`d295ee9`)
* Correct typo "possile" --> "possible". (:issue:`2196`, :sha:`d228352`)
* Update Boto configuration tutorial (:issue:`2191`, :sha:`f2a7a08`)
* Clarify that MTurkConnection.get_assignments attributes are actually strings. (:issue:`2187`, :issue:`2176`, :sha:`075636b`)
* Fix EC2 documentation typo (:issue:`2178`, :sha:`2627843`)
* Add support for ELB Connection Draining attribute. (:issue:`2174`, :issue:`2173`, :sha:`78fa43c`)
* Add support for setting failure threshold for Route53 health checks. (:issue:`2171`, :issue:`2170`, :sha:`15b812f`)
* Fix specification of Elastic Beanstalk tier parameter. (:issue:`2168`, :sha:`4492e86`)
* Fixed part of roboto for euca2ools. (:issue:`2166`, :issue:`1730`, :sha:`63b7a34`)
* Fixed removing policies from listeners. (:issue:`2165`, :issue:`1708`, :sha:`e5a2d9b`)
* Reintroduced the ``reverse`` fix for DDB. (:issue:`2163`, :sha:`70ec722`)
* Several fixes to DynamoDB describe calls. (:issue:`2161`, :issue:`1649`, :issue:`1663`, :sha:`84fb748`)
* Fixed how ``reverse`` works in DynamoDBv2. (:issue:`2160`, :issue:`2070`, :issue:`2115`, :sha:`afdd805`)
* Update Kinesis exceptions (:issue:`2159`, :issue:`2153`, :sha:`22c6751`)
* Fix ECS problem using new-style classes (:issue:`2103`, :sha:`dc466c7`)
* Add support for passing region info from SWF layer2 to layer1 (:issue:`2137`, :sha:`0dc8ce6`)
* Handle plus signs in S3 metadata (:issue:`2145`, :sha:`c2a0f95`)
* Fix Glacier vault date parsing (:issue:`2158`, :sha:`9e7b132`)
* Documentation fix. (:issue:`2156`, :sha:`7592a58`)
* Fix Route53 evaluate target health bug. (:issue:`2157`, :sha:`398bb62`)
* Removing obselete core directory. (:issue:`1987`, :sha:`8e83292`)
* Improve IAM behavior in the cn-north-1 region. (:issue:`2152`, :sha:`4050e70`)
* Add SetIdentityFeedbackForwardingEnabled and SetIdentityNotificationTopic for SES. (:issue:`2130`, :issue:`2128`, :sha:`83002d5`)
* Altered Route53 bin script to use UPSERT rather than CREATE. (:issue:`2151`, :sha:`2cd20e7`)

2.27.0

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

:date: 2014/03/06

This release adds support for configuring access logs on Elastic Load Balancing
(including what Amazon Simple Storage Service (S3) bucket to use & how
frequently logs should be added to the bucket), adds request hook documentation
& a host of doc updates/bugfixes.


Changes
-------

* Added support for ``AccessLog`` in ELB (:issue:`2150`, :sha:`7aa35ea`)
* Added better BlockDeviceType deserialization in Autoscaling. (:issue:`2149`,
:sha:`04d29a5`)
* Updated CloudFormation documentation (:issue:`2147`, :sha:`2535aca`)
* Updated Kinesis documentation (:issue:`2146`, :sha:`01425dc`)
* Add optional bucket tags to `lss3` output. (:issue:`2132`, :sha:`0f35924`)
* Fix getting instance types for Eucalyptus 4.0. (:issue:`2118`, :sha:`18dc07d`)
* Fixed how quoted strings are handled in SigV4 (:issue:`2142`, :sha:`2467547`)
* Use system supplied certs without a bundle file (:issue:`2139`,
:sha:`70d15b8`)
* Fixed incorrect test failures in EC2 ``trim_snapshots`` (:sha:`1fa9df7`)
* Raise any exceptions that are tagSet not found (:sha:`56d7d3e`)
* Added request hook docs (:issue:`2129`, :sha:`64eedce`)
* Fixed Route53 ``alias-healthcheck`` (:issue:`2126`, :sha:`141077f`)
* Fixed Elastic IP association in EC2 (:issue:`2131`, :issue:`1310`,
:sha:`d75fdfa`)
* Fixed builds on Travis for installing dependencies (:sha:`5e84e30`)
* Support printing tags on buckets when listing buckets (:sha:`c42a5dd`)
* PEP8/pyflakes/(some)pylint (:sha:`149175e`)

2.26.1

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

:date: 2014/03/03

This release fixes an issue with the newly-added ``boto.rds2`` module when
trying to use ``boto.connect_rds2``. Parameters were not being passed correctly,
which would cause an immediate error.


Changes
-------

* Fixed ``boto.connect_rds2`` to use kwargs. (:sha:`3828ece`)

2.26.0

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

:date: 2014/02/27

This release adds support for MFA tokens in the AWS STS ``assume_role`` & the
introduction of the ``boto.rds2`` module (which has full support for the entire
RDS API). It also includes the addition of request hooks & many bugfixes.


Changes
-------

* Added support for MFA in STS AssumeRole. (:sha:`899810c`)
* Fixed how DynamoDB v2 works with Global Secondary Indexes. (:issue:`2122`,
:sha:`f602c95`)
* Add request hooks and request logger. (:issue:`2125`, :sha:`e8b20fe`)
* Don't pull the security token from the environment or config when a caller
supplies the access key and secret. (:issue:`2123`, :sha:`4df1694`)
* Read EvaluateTargetHealth from Route53 resource record set. (:issue:`2120`,
:sha:`0a97158`)
* Prevent implicit string decode in hmac-v4 handlers. (:issue:`2037`,
:issue:`2033`, :sha:`8e56a5f`)
* Updated Datapipeline to include all current regions. (:issue:`2121`,
:sha:`dff5e3e`)
* Bug fix for Google Storage generate_url authentication. (:issue:`2116`,
:issue:`2108`, :sha:`5a50932`)
* Handle JSON error responses in BotoServerError. (:issue:`2113`, :issue:`2077`,
:sha:`221085e`)
* Corrected a typo in SQS tutorial. (:issue:`2114`, :sha:`7ed41f7`)
* Add CloudFormation template capabilities support. (:issue:`2111`,
:issue:`2075`, :sha:`65a4323`)
* Add SWF layer1_decisions to docs. (:issue:`2110`, :issue:`2062`,
:sha:`6039cc9`)
* Add support for request intervals in health checks. (:issue:`2109`,
:sha:`660b01a`)
* Added checks for invalid regions to the ``bin`` scripts (:issue:`2107`,
:sha:`bbb9f1e`)
* Better error output for unknown region - (:issue:`2041`, :issue:`1983`,
:sha:`cd63f92`)
* Added certificate tests for CloudTrail. (:issue:`2106`, :sha:`a7e9b4c`)
* Updated Kinesis endpoints. (:sha:`7bd4b6e`)
* Finished implementation of RDS's DescribeDBLogFiles. (:issue:`2084`,
:sha:`f3c706c`)
* Added support for RDS log file downloading. (:issue:`2086`, :issue:`1993`,
:sha:`4c51841`)
* Added some unit tests for CloudFront. (:issue:`2076`, :sha:`6c46b1d`)
* GS should ignore restore_headers as they are never set. (:issue:`2067`,
:sha:`f02aeb3`)
* Update CloudFormation to support the latest API. (:issue:`2101`,
:sha:`ea1b1b6`)
* Added Route53 health checks. (:issue:`2054`, :sha:`9028f7d`)
* Merge branch 'rds2' into develop Fixes 2097. (:issue:`2097`, :sha:`6843c16`)
* Fix Param class convert method (:issue:`2094`, :sha:`5cd4598`)
* Added support for Route53 aliasing. (:issue:`2096`, :sha:`df5fa40`)
* Removed the dependence on ``example.com`` within the Route53 tests.
(:issue:`2098`, :sha:`6ce9e0f`)
* Fixed ``has_item`` support in DynamoDB v2. (:issue:`2090`, :sha:`aada5d3`)
* Fix a little typo bug in the S3 tutorial. (:issue:`2088`, :sha:`c091d27`)

Page 5 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.