File: v2.29.1.rst

package info (click to toggle)
python-boto 2.34.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,584 kB
  • ctags: 10,521
  • sloc: python: 78,553; makefile: 123
file content (11 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
boto v2.29.1
============

: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`)