Commit 2410f20 1 parent d773b63 commit 2410f20 Copy full SHA for 2410f20
File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v3.3.0
5
+ ------
6
+
7
+ :date: 2018-04-24
8
+
9
+ This is a backwards compatible, major bug fix release.
10
+
11
+ New features in this release:
12
+
13
+
14
+ * Support scan operations on secondary indexes. (#141, #392)
15
+ * Support projections in model get function. (#337, #403)
16
+ * Handle values from keys when batch get returns unprocessed keys. (#252, #376)
17
+ * Externalizes AWS Credentials. (#426)
18
+ * Add migration support for LegacyBooleanAttribute. (#404, #405)
19
+ * Add python 3.5 for Travis ci builds. (#437)
20
+ * Rate limited Page Iterator. (#481)
21
+
22
+
23
+ Fixes in this release:
24
+
25
+ * Thread-safe client creation in botocore. (#153, #393)
26
+ * Use attr.get_value(value) when deserialize. (#450)
27
+ * Skip null attributes post serialization for maps. (#455)
28
+ * Fix deserialization bug in BinaryAttribute and BinarySetAttribute. (#459, #480)
29
+ * Allow MapAttribute instances to be used as the RHS in expressions. (#488)
30
+ * Return the correct last_evaluated_key for limited queries/scans. (#406, #410)
31
+ * Fix exclusive_start_key getting lost in PageIterator. (#421)
32
+
33
+ Contributors to this release:
34
+
35
+ * @jpinner-lyft
36
+ * @scode
37
+ * @behos
38
+ * @jmphilli
39
+ * @drewisme
40
+ * @nicysneiros
41
+ * @jcomo
42
+ * @kevgliss
43
+ * @asottile
44
+ * @harleyk
45
+ * @betamoo
46
+
47
+
4
48
v3.2.1
5
49
------
6
50
You can’t perform that action at this time.
0 commit comments