Commit c4d89e9 1 parent 4fc015c commit c4d89e9 Copy full SHA for c4d89e9
File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v3.2.0
5
+ ------
6
+
7
+ :date: 2017-10-13
8
+
9
+ This is a backwards compatible, minor candidate.
10
+
11
+ This release updates PynamoDB to interact with Dynamo via the current version of Dynamo's API.
12
+ Condition and update expressions can now be created from attributes and used in model operations.
13
+ Legacy filter and attribute update keyword arguments have been deprecated. Using these arguments
14
+ will cause a warning to be logged.
15
+
16
+ New features in this release:
17
+
18
+ * Add support for current version of `DynamoDB API <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Appendix.CurrentAPI.html >`_
19
+ * Improved ``MapAttribute `` item assignment and access.
20
+
21
+ Contributors to this release:
22
+
23
+ * @jpinner-lyft
24
+
25
+
4
26
v3.2.0rc2
5
27
---------
6
28
@@ -15,6 +37,7 @@ Contributors to this release:
15
37
16
38
* @jpinner-lyft
17
39
40
+
18
41
v3.2.0rc1
19
42
---------
20
43
@@ -28,7 +51,7 @@ If your project was calling those low level methods a warning will be logged.
28
51
29
52
New features in this release:
30
53
31
- * Add support for current version of `DynamoDB API <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Appendix.CurrentAPI.html >`__
54
+ * Add support for current version of `DynamoDB API <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Appendix.CurrentAPI.html >`_
32
55
33
56
Contributors to this release:
34
57
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '3.2.0rc2 '
10
+ __version__ = '3.2.0 '
You can’t perform that action at this time.
0 commit comments