We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ea26 commit 7ee9326Copy full SHA for 7ee9326
CHANGES.md
@@ -1,6 +1,16 @@
1
2
## Changelog
3
4
+### 1.16 (2015-12-15)
5
+
6
+ * Feature: ArticTransaction now supports non-audited 'transactions': `audit=False`
7
+ ```
8
+ with ArcticTransaction(Arctic('hostname')['some_library'], 'symbol', audit=False) as at:
9
+ ...
10
11
+ This is useful for batch jobs which read-modify-write and don't want to clash with
12
+ concurrent writers, and which don't require keeping all versions of a symbol.
13
14
### 1.15 (2015-11-25)
15
16
* Feature: get_info API added to version_store.
0 commit comments