File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
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
+
4
42
v1.4.4
5
43
------
6
44
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '1.4.4 '
10
+ __version__ = '1.5.0 '
You can’t perform that action at this time.
0 commit comments