Commit 6660ff2 1 parent b45f4a9 commit 6660ff2 Copy full SHA for 6660ff2
File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
- Unreleased
4
+ v4.3.0
5
5
----------
6
6
7
- * Implement exponential backoff for batch writes
8
- * Avoid passing 'PROVISIONED' BillingMode for compatibility with some AWS AZs
9
- * On Python >= 3.3, use importlib instead of deprecated imp
7
+ * Implement exponential backoff for batch writes (#728)
8
+ * Avoid passing 'PROVISIONED' BillingMode for compatibility with some AWS AZs (#721)
9
+ * On Python >= 3.3, use importlib instead of deprecated imp (#723)
10
+ * Update in-memory object correctly on ``REMOVE `` update expressions (#741)
10
11
11
12
Contributors to this release:
12
13
14
+ * @hallie
15
+ * @bit-bot-bit
13
16
* @edholland
14
17
* @reginalin
18
+ * @MichelML
19
+ * @timgates42
20
+ * @sunaoka
21
+ * @conjmurph
22
+
15
23
16
24
v4.2.0
17
25
------
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '4.2 .0'
10
+ __version__ = '4.3 .0'
You can’t perform that action at this time.
0 commit comments