Boto

Latest version: v2.49.0

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

Scan your dependencies

Page 10 of 13

2.9.6

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

:date: 2013/06/18

This release adds large payload support to Amazon SNS/SQS (from 32k to 256k
bodies), several minor API additions, new regions for Redshift/Cloudsearch &
a host of bugfixes.


Features
--------

* Added large body support to SNS/SQS. There's nothing to change in your
application code, but you can now send payloads of up to 256k in size.
(:sha:`b64947`)
* Added ``Vault.retrieve_inventory_job`` to Glacier. (:issue:`1532`, :sha:`33de29`)
* Added ``Item.get(...)`` support to DynamoDB v2. (:sha:`938cb6`)
* Added the ``ap-northeast-1`` region to Redshift. (:sha:`d3eb61`)
* Added all the current regions to Cloudsearch. (:issue:`1465`, :sha:`22b3b7`)


Bugfixes
--------

* Fixed a bug where ``date`` metadata couldn't be set on an S3 key.
(:issue:`1519`, :sha:`1efde8`)
* Fixed Python 2.5/Jython support in ``NetworkInterfaceCollection``.
(:issue:`1518`, :sha:`0d6af2`)
* Fixed a XML parsing error with ``InstanceStatusSet``. (:issue:`1493`,
:sha:`55d4f6`)
* Added a test case to try to demonstrate :issue:`443`. (:sha:`084dd5`)
* Exposed the current tree-hash & upload size on Glacier's ``Writer``.
(:issue:`1520`, :sha:`ade462`)
* Updated EC2 Autoscale to incorporate new cron-like parameters. (:issue:`1433`,
:sha:`266e25`, :sha:`871588` & :sha:`473e42`)
* Fixed ``AttributeError`` being thrown from ``LoadBalancerZones``.
(:issue:`1524`, :sha:`215ffa`)
* Fixed a bug with empty facets in Cloudsearch. (:issue:`1366`, :sha:`7a108e`)
* Fixed an S3 timeout/retry bug where HTTP 400s weren't being honored.
(:issue:`1528`, :sha:`efd9af` & :sha:`16ae74`)
* Fixed ``get_path`` when ``suppress_consec_slashes=False``. (:issue:`1522`,
:sha:`c5dffc`)
* Factored out how some of S3's ``query_args`` are constructed. (:sha:`9f73de`)
* Added the ``generation`` query param to ``gs.Key.open_read``. (:sha:`cb4427`)
* Fixed a bug with the canonicalization of URLs with trailing slashes in
the SigV4 signer. (:issue:`1541`, :sha:`dec541`, :sha:`3f2b33`)
* Several documentation improvements/fixes:

* Updated the release notes slightly. (:sha:`7b6079`)
* Corrected the ``num_cb`` param on ``set_contents_from_filename``.
(:issue:`1523`, :sha:`44be69`)
* Fixed some example code in the DDB migration guide. (:issue:`1525`,
:sha:`6210ca`)
* Fixed a typo in one of the DynamoDB v2 examples. (:issue:`1551`,
:sha:`b0df3e`)

2.9.5

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

:date: 2013/05/28

This release adds support for `web identity federation`_ within the Secure
Token Service (STS) & fixes several bugs.

.. _`web identity federation`: http://docs.aws.amazon.com/STS/latest/UsingSTS/CreatingWIF.html

Features
--------

* Added support for web identity federation - You can now delegate token access
via either an Oauth 2.0 or OpenID provider. (:sha:`9bd0a3`)


Bugfixes
--------

* Altered the S3 key buffer to be a configurable value. (:issue:`1506`,
:sha:`8e3e36`)
* Added Sphinx extension for better release notes. (:issue:`1511`,
:sha:`e2e32d` & :sha:`3d998b`)
* Fixed a bug where DynamoDB v2 would only ever connect to the default endpoint.
(:issue:`1508`, :sha:`139912`)
* Fixed a iteration/empty results bug & a ``between`` bug in DynamoDB v2.
(:issue:`1512`, :sha:`d109b6`)
* Fixed an issue with ``EbsOptimized`` in EC2 Autoscale. (:issue:`1513`,
:sha:`424c41`)
* Fixed a missing instance variable bug in DynamoDB v2. (:issue:`1516`,
:sha:`6fa8bf`)

2.9.4

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

:date: 2013/05/20

This release adds updated Elastic Transcoder support & fixes several bugs
from recent releases & API updates.


Features
--------

* Updated Elastic Transcoder support - It now supports HLS, WebM, MPEG2-TS & a
host of `other features`_. (:sha:`89196a`)

.. _`other features`: http://aws.typepad.com/aws/2013/05/new-features-for-the-amazon-elastic-transcoder.html


Bugfixes
--------

* Fixed a bug in the canonicalization of URLs on Windows. (:sha:`09ef8c`)
* Fixed glacier part size bug (:issue:`1478`, :sha:`9e04171`)
* Fixed a bug in the bucket regex for S3 involving capital letters.
(:sha:`950031`)
* Fixed a bug where timestamps from Cloudformation would fail to be parsed.
(:sha:`b40542`)
* Several documentation improvements/fixes:

* Added autodocs for many of the EC2 apis. (:sha:`79f939`)

2.9.3

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

:date: 2013/05/15

This release adds ELB support to Opsworks, optimized EBS support in EC2
AutoScale, Parallel Scan support to DynamoDB v2, a higher-level interface to
DynamoDB v2 and API updates to DataPipeline.


Features
--------

* ELB support in Opsworks - You can now attach & describe the Elastic Load
Balancers within the Opsworks client. (:sha:`ecda87`)
* Optimized EBS support in EC2 AutoScale - You can now specify whether an
AutoScale instance should be optimized for EBS I/O. (:sha:`f8acaa`)
* Parallel Scan support in DynamoDB v2 - If you have extra read capacity &
a large amount of data, you can scan over the records in parallel by
telling DynamoDB to split the table into segments, then spinning up
threads/processes to each run over their own segment. (:sha:`db7f7b` & :sha:`7ed73c`)
* Higher-level interface to DynamoDB v2 - A more convenient API for using
DynamoDB v2. The :ref:`DynamoDB v2 Tutorial <dynamodb2_tut>` has more
information on how to use the new API. (:sha:`0f7c8b`)


Backward-Incompatible Changes
-----------------------------

* API Update for DataPipeline - The ``error_code`` (integer) argument to
``set_task_status`` changed to ``error_id`` (string). Many documentation
updates were also added. (:sha:`a78572`)


Bugfixes
--------

* Bumped the AWS Support API version. (:sha:`0323f4`)
* Fixed the S3 ``ResumableDownloadHandler`` so that it no longer tries to use
a hashing algorithm when used outside of GCS. (:sha:`29b046`)
* Fixed a bug where Sig V4 URIs were improperly canonicalized. (:sha:`5269d8`)
* Fixed a bug where Sig V4 ports were not included. (:sha:`cfaba3`)
* Fixed a bug in CloudWatch's ``build_put_params`` that would overwrite
existing/necessary variables. (:sha:`550e00`)
* Several documentation improvements/fixes:

* Added docs for RDS ``modify/modify_dbinstance``. (:sha:`777d73`)
* Fixed a typo in the ``README.rst``. (:sha:`181e0f`)
* Documentation fallout from the previous release. (:sha:`14a111`)
* Fixed a typo in the EC2 ``Image.run`` docs. (:sha:`5edd6a`)
* Added/improved docs for EC2 ``Image.run``. (:sha:`773ce5`)
* Added a CONTRIBUTING doc. (:sha:`cecbe8`)
* Fixed S3 ``create_bucket`` docs to specify "European Union". (:sha:`ddddfd`)

2.9.2

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

:date: 2013/04/30

A hotfix release that adds the ``boto.support`` into ``setup.py``.


Features
--------

* None.


Bugfixes
--------

* Fixed the missing ``boto.support`` in ``setup.py``. (:sha:`9ac196`)

2.9.1

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

:date: 2013/04/30

Primarily a bugfix release, this release also includes support for the new
AWS Support API.


Features
--------

* AWS Support API - A client was added to support the new AWS Support API. It
gives programmatic access to Support cases opened with AWS. A short example
might look like::

>>> from boto.support.layer1 import SupportConnection
>>> conn = SupportConnection()
>>> new_case = conn.create_case(
... subject='Description of the issue',
... service_code='amazon-cloudsearch',
... category_code='performance',
... communication_body="We're seeing some latency from one of our...",
... severity_code='low'
... )
>>> new_case['caseId']
u'case-...'

The :ref:`Support Tutorial <support_tut>` has more information on how to use
the new API. (:sha:`8c0451`)


Bugfixes
--------

* The reintroduction of ``ResumableUploadHandler.get_upload_id`` that was
accidentally removed in a previous commit. (:sha:`758322`)
* Added ``OrdinaryCallingFormat`` to support Google Storage's certificate
verification. (:sha:`4ca83b`)
* Added the ``eu-west-1`` region for Redshift. (:sha:`e98b95`)
* Added support for overriding the port any connection in ``boto`` uses.
(:sha:`08e893`)
* Added retry/checksumming support to the DynamoDB v2 client. (:sha:`969ae2`)
* Several documentation improvements/fixes:

* Incorrect docs on EC2's ``import_key_pair``. (:sha:`6ada7d`)
* Clearer docs on the DynamoDB ``count`` parameter. (:sha:`dfa456`)
* Fixed a typo in the ``autoscale_tut``. (:sha:`6df1ae`)


===========

Page 10 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.