-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
59 lines (39 loc) · 1.13 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
CHANGES
=======
0.5.0
-----
* Publish to pypi.org
0.4.7
-----
* Session.info workaround for .flush or .commit inside clock tick
0.4.6
-----
* Fix Version increment after persist on commit
0.4.2
-----
* Index entity IDs + Converged Data Models
0.4.1
-----
* Fixing order of constraint keys to preserve compatibility with migrations
0.4.0
-----
* Merge decorator and mixin forms of temporal into one single flow.
0.3.4
-----
* Adds explicit indices to the models on the foreign keys to the clocked tables on history tables
0.3.3
-----
* Bug fixes:
* Issue #26: Replace compound primary keys (entity_id, tick) on temporal clock tables with
* Single column primary keys (id UUID column)
* Unique constraint on (entity_id, tick)
0.3.2
-----
* New features:
* strict_mode flag to raise assertion exceptions if a session flush will lead to undefined vclock updates (issue #21)
* Bug fixes:
* Issue #20: Detect if issues are already temporalized and allow double-wrapping
* Issue #19: Fix mapper configuration to allow unit tests to run in isolation
0.3.0
-----
First actual release -- separated out from api_service as a separate package.