forked from graphaware/neo4j-timetree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.txt
97 lines (70 loc) · 2.16 KB
/
changes.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
3.0.6.43.25:
- easily register procedures in Embedded mode
3.0.6.43.24:
- upgrade to Neo4j 3.0.6
3.0.1.38.24:
- upgrade to Neo4j 3.0.1
- first version of stored procedures
2.3.3.37.24:
-no changes
2.3.2.37.24:
-no changes
2.3.1.37.24:
- solved issue #47 - GET request do not modify the graph
2.3.1.36.24:
- no changes
2.3.1.35.24:
- no changes
2.3.0.35.24:
- no changes
2.2.6.35.24:
- no changes
2.2.5.35.24:
- no changes
2.2.5.34.24:
- no changes
2.2.4.34.24:
- allow specifying relationship direction for event attachment (issue #31)
- allow speeding up initialisation (issue #35)
2.2.4.34.23:
- no changes
2.2.2.33.23:
- fixed issue #37
- fixed issue #38
2.2.2.32.22:
- no changes
2.2.2.31.22:
- upgraded to Neo4j 2.2.2 and GraphAware Framework 2.2.2.31
- fixed issue #28 (TimeTree being rebuilt after restart, even when unnecessary)
- querying for events now takes a set of relationship types, rather than a single one (issue #22)
- auto-attachment supporting multiple tree roots (#26)
- events with deleted timestamps are automatically detached
- events are reattached after restart if configuration changes (issue #29)
2.2.1.30.21:
- fixed occasionally failing tests due to incorrect fix of issue #20
2.2.1.30.20:
- fixed issue #20
2.2.0.30.20:
- no changes
2.2.0.28.20:
- ability to automatically attach events to the tree
-fixed https://github.com/graphaware/neo4j-timetree/issues/12
2.1.7.28.20:
-fixed https://github.com/graphaware/neo4j-timetree/issues/13
-fixed https://github.com/graphaware/neo4j-timetree/issues/14
2.1.7.28.19:
-no changes
2.1.6.27.19:
-no changes
2.1.6.26.19:
-fixed issue #9 (NPE when requesting events in a range before any existing events)
2.1.6.26.18:
-no changes
2.1.5.25.18:
-no changes
2.1.5.24.18:
- fixed a timezone support bug, timezones are now case-sensitive
- fixed issue with external dependencies bundled with the .jar in Maven Central
- consistent equality checks
- less Spring
- ability to remove unused time instants or delete the entire tree (thanks to Thomas Baum!)