Commit a3482b3 1 parent b9704bb commit a3482b3 Copy full SHA for a3482b3
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
- v4.0.0b3
4
+ v4.0.0
5
5
--------
6
6
7
7
:date: 2019-04-10
8
8
9
- NB: This is a beta release and these notes are subject to change.
10
-
11
9
This is major release and contains breaking changes. Please read the notes below carefully.
12
10
13
11
**Requests Removal **
@@ -52,7 +50,8 @@ attribute names. Also keep an eye out for kwargs like ``user_id__eq=5`` or ``ema
52
50
53
51
New features in this release:
54
52
55
- * Support for Transactions (``TransactGet `` and ``TransactWrite ``) (#618)
53
+ * Support for transactions (``TransactGet `` and ``TransactWrite ``) (#618)
54
+ * Support for versioned optimistic locking (#664)
56
55
57
56
Other changes in this release:
58
57
@@ -63,6 +62,7 @@ Other changes in this release:
63
62
* The ``MapAttributeMeta `` class has been removed. Now ``type(MapAttribute) == AttributeContainerMeta ``.
64
63
* Removed ``LegacyBooleanAttribute `` and the read-compatibility for it in ``BooleanAttribute ``.
65
64
* `None ` can now be used to bootstrap condition chaining (#653)
65
+ * Allow specifying timedeltas in expressions involving TTLAttributes (#665)
66
66
67
67
68
68
v3.4.1
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '4.0.0b3 '
10
+ __version__ = '4.0.0 '
You can’t perform that action at this time.
0 commit comments