Commit f5555e6 1 parent ea25a89 commit f5555e6 Copy full SHA for f5555e6
File tree 2 files changed +32
-2
lines changed
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v3.1.0
5
+ ------
6
+
7
+ :date: 2017-07-07
8
+
9
+ This is a backwards compatible, minor release.
10
+
11
+ Note that we now require ``botocore>=1.2.0 ``; this is required to support the
12
+ ``consistent_read `` parameter when scanning.
13
+
14
+ Calling ``Model.count() `` without a ``hash_key `` and *with * ``filters `` will
15
+ raise a ``ValueError ``, as it was previously returning incorrect results.
16
+
17
+ New features in this release:
18
+
19
+ * Add support for signals via blinker (#278)
20
+
21
+ Fixes in this release:
22
+
23
+ * Pass batch parameters down to boto/dynamo (#308)
24
+ * Raise a ValueError if count() is invoked with no hash key AND filters (#313)
25
+ * Add consistent_read parameter to Model.scan (#311)
26
+
27
+ Contributors to this release:
28
+
29
+ * @jmphilli
30
+ * @Lordnibbler
31
+ * @lita
32
+
33
+
4
34
v3.0.1
5
- -----
35
+ ------
6
36
7
37
:date: 2017-06-09
8
38
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '3.0.1 '
10
+ __version__ = '3.1.0 '
You can’t perform that action at this time.
0 commit comments