Boto

Latest version: v2.49.0

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

Scan your dependencies

Page 11 of 13

2.9.0

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

The 2.9.0 release of boto is now available on `PyPI`_.

.. _`PyPI`: http://pypi.python.org/pypi/boto

You can get a comprehensive list of all commits made between the 2.8.0 release
and the 2.9.0 release at https://github.com/boto/boto/compare/2.8.0...2.9.0.

This release includes:

* Support for Amazon Redshift
* Support for Amazon DynamoDB's new API
* Support for AWS Opsworks
* Add `copy_image` to EC2 (AMI copy)
* Add `describe_account_attributes` and `describe_vpc_attribute`, and
`modify_vpc_attribute` operations to EC2.

There were 240 commits made by 34 different authors:

* g2harris
* Michael Barrett
* Pascal Hakim
* James Saryerwinnie
* Mitch Garnaat
* ChangMin Jeon
* Mike Schwartz
* Jeremy Katz
* Alex Schoof
* reinhillmann
* Travis Hobrla
* Zach Wilt
* Daniel Lindsley
* ksacry
* Michael Wirth
* Eric Smalling
* pingwin
* Chris Moyer
* Olivier Hervieu
* Iuri de Silvio
* Joe Sondow
* Max Noel
* Nate
* Chris Moyer
* Lars Otten
* Nathan Grigg
* Rein Hillmann
* Øyvind Saltvik
* Rayson HO
* Martin Matusiak
* Royce Remer
* Jeff Terrace
* Yaniv Ovadia
* Eduardo S. Klein


===========

2.8.0

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

The 2.8.0 release of boto is now available on `PyPI`_.

.. _`PyPI`: http://pypi.python.org/pypi/boto

You can get a comprehensive list of all commits made between the 2.7.0 release
and the 2.8.0 release at https://github.com/boto/boto/compare/2.7.0...2.8.0.

This release includes:

* Added support for Amazon Elasticache
* Added support for Amazon Elastic Transcoding Service

As well as numerous bug fixes and improvements.

Commits
=======

There were 115 commits in this release from 21 different authors. The authors
are listed below, in alphabetical order:

* conorbranagan
* dkavanagh
* gaige
* garnaat
* halfaleague
* jamesls
* jjhooper
* jordansissel
* jterrace
* Kodiologist
* kopertop
* mfschwartz
* nathan11g
* pasc
* phobologic
* schworer
* seandst
* SirAlvarex
* Yaniv Ovadia
* yig
* yovadia12


===========

2.7.0

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

The 2.7.0 release of boto is now available on `PyPI`_.

.. _`PyPI`: http://pypi.python.org/pypi/boto

You can get a comprehensive list of all commits made between the 2.6.0 release
and the 2.7.0 release at https://github.com/boto/boto/compare/2.6.0...2.7.0.

This release includes:

* Added support for AWS Data Pipeline - :sha:`999902`
* Integrated Slick53 into Route53 module - :issue:`1186`
* Add ability to use Decimal for DynamoDB numeric types - :issue:`1183`
* Query/Scan Count/ScannedCount support and TableGenerator improvements -
:issue:`1181`
* Added support for keyring in config files - :issue:`1157`
* Add concurrent downloader to glacier - :issue:`1106`
* Add support for tagged RDS DBInstances - :issue:`1050`
* Updating RDS API Version to 2012-09-17 - :issue:`1033`
* Added support for provisioned IOPS for RDS - :issue:`1028`
* Add ability to set SQS Notifications in Mechanical Turk - :issue:`1018`

Commits
=======

There were 447 commits in this release from 60 different authors. The authors
are listed below, in alphabetical order:

* acrefoot
* Alex Schoof
* Andy Davidoff
* anoopj
* Benoit Dubertret
* bobveznat
* dahlia
* dangra
* disruptek
* dmcritchie
* emtrane
* focus
* fsouza
* g2harris
* garnaat
* georgegoh
* georgesequeira
* GitsMcGee
* glance-
* gtaylor
* hashbackup
* hinnerk
* hoov
* isaacbowen
* jamesls
* JerryKwan
* jimfulton
* jimbrowne
* jorourke
* jterrace
* jtriley
* katzj
* kennu
* kevinburke
* khagler
* Kodiologist
* kopertop
* kotnik
* Leftium
* lpetc
* marknca
* matthewandrews
* mfschwartz
* mikek
* mkmt
* mleonhard
* mraposa
* oozie
* phunter
* potix2
* Rafael Cunha de Almeida
* reinhillmann
* reversefold
* Robie Basak
* seandst
* siroken3
* staer
* tpodowd
* vladimir-sol
* yovadia12


===========

2.6.0

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

The 2.6.0 release of boto is now available on `PyPI`_.

.. _`PyPI`: http://pypi.python.org/pypi/boto

You can get a comprehensive list of all commits made between the 2.5.2 release
and the 2.6.0 release at https://github.com/boto/boto/compare/2.5.2...2.6.0.

This release includes:

* Support for Amazon Glacier
* Support for AWS Elastic Beanstalk
* CORS support for Amazon S3
* Support for Reserved Instances Resale in Amazon EC2
* Support for IAM Roles

SSL Certificate Verification
============================

In addition, this release of boto changes the default behavior with respect to
SSL certificate verification. Our friends at Google contributed code to boto
well over a year ago that implemented SSL certificate verification. At the
time, we felt the most prudent course of action was to make this feature an
opt-in but we always felt that at some time in the future we would enable cert
verification as the default behavior. Well, that time is now!

However, in implementing this change, we came across a bug in Python for all
versions prior to 2.7.3 (see http://bugs.python.org/issue13034 for details).
The net result of this bug is that Python is able to check only the commonName
in the SSL cert for verification purposes. Any subjectAltNames are ignored in
large SSL keys. So, in addition to enabling verification as the default
behavior we also changed some of the service endpoints in boto to match the
commonName in the SSL certificate.

If you want to disable verification for any reason (not advised, btw) you can
still do so by editing your boto config file (see
https://gist.github.com/3762068) or you can override it by passing
`validate_certs=False` to the Connection class constructor or the `connect_*`
function.

Commits
=======

There were 440 commits in this release from 53 different authors. The authors are listed below, in alphabetical order:

* acorley
* acrefoot
* aedeph
* allardhoeve
* almost
* awatts
* buzztroll
* cadams
* cbednarski
* cosmin
* dangra
* darjus-amzn
* disruptek
* djw
* garnaat
* gertjanol
* gimbel0893
* gochist
* graphaelli
* gtaylor
* gz
* hardys
* jamesls
* jijojv
* jimbrowne
* jtlebigot
* jtriley
* kopertop
* kotnik
* marknca
* mark_nunnikhoven
* mfschwartz
* moliware
* NeilW
* nkvoll
* nsitarz
* ohe
* pasieronen
* patricklucas
* pfig
* rajivnavada
* reversefold
* robie
* scott
* shawnps
* smoser
* sopel
* staer
* tedder
* yamatt
* Yossi
* yovadia12
* zachhuff386

===========

2.5.2

Not secure
* :issue:`830`

This issue only affects you if you are using DynamoDB on an EC2 instance with
IAM Roles.

===========

2.5.1

Not secure
* :issue:`819`


===========

Page 11 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.