Skip to content

Commit 7ee9326

Browse files
Update Changelog for ArcticTransaction(..., audit=False)
1 parent 124ea26 commit 7ee9326

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
## Changelog
33

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+
414
### 1.15 (2015-11-25)
515

616
* Feature: get_info API added to version_store.

0 commit comments

Comments
 (0)