Skip to content

Commit da6aa10

Browse files
committed
v1.5.0 (#124)
1 parent 69b1d8b commit da6aa10

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

docs/release_notes.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
Release Notes
22
=============
33

4+
v1.5.0
5+
------
6+
7+
:date: 2016-05-09
8+
9+
This is a backwards compatible, minor release.
10+
11+
Please consider the fix for limits before upgrading. Correcting for off-by-one when querying is
12+
no longer necessary.
13+
14+
Fixes in this release:
15+
16+
* Fix off-by-one error for limits when querying (#123 fixed #95)
17+
* Retry on ConnectionErrors and other types of RequestExceptions (#121 fixes #98)
18+
* More verbose logging when receiving errors e.g. InternalServerError from the DynamoDB API (#115)
19+
* Prevent permanent poisoning of credential cache due to botocore bug (#113 fixes #99)
20+
* Fix for UnprocessedItems serialization error (#114 fixes #103)
21+
* Fix parsing issue with newer version of dateutil and UTCDateTimeAttributes (#110 fixes #109)
22+
* Correctly handle expected value generation for set types (#107 fixes #102)
23+
* Use HTTP proxies configured by botocore (#100 fixes #92)
24+
25+
New features in this release:
26+
27+
* Return the cause of connection exceptions to the caller (#108 documented by #112)
28+
* Configurable session class for custom connection pool size, etc (#91)
29+
* Add attributes_to_get and consistent_read to more of the API (#79)
30+
31+
Contributors to this release:
32+
33+
* @ab
34+
* @danielhochman
35+
* @jlafon
36+
* @joshowen
37+
* @jpinner-lyft
38+
* @mxr
39+
* @nickgravgaard
40+
41+
442
v1.4.4
543
------
644

pynamodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88
__author__ = 'Jharrod LaFon'
99
__license__ = 'MIT'
10-
__version__ = '1.4.4'
10+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)