forked from neo4j-contrib/neomodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
70 lines (61 loc) · 2.74 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
60
61
62
63
64
65
66
67
68
69
70
Version 0.4.0 unreleased
* server compatability check (Robin Edwards)
* 1.9 server fixes (Robin Edwards)
* upgrade to py2neo 1.6.1 (Panos Katseas)
* make __index__ inherited (Sebastian Ortiz)
* documentation improvements (Priit Laes)
* import RelationshipDefinition and RelationshipManager into main
Version 0.3.6 2013-08-14
* Display nice message for operations on deleted node (Robin Edwards)
* Re-enable lucene-querybuilder (Robin Edwards)
* Fix X-Stream header (Nigel Small)
* Enable custom indexes for StructuredNodes
* Support for relationship models or 'StructuredRels'
* Support filtering in the 'traverse' method (Robin Edwards)
* Store datetime objects as float for more accuracy (Robin Edwards)
* Setup NEOMODEL_FORCE_TIMEZONE env var to prevent storing of datetimes
without a timezone (Robin Edwards)
* Add NEOMODEL_CYPHER_DEBUG env var to log querys (Robin Edwards)
* Relative relationship classes in definitions (Panos Katseas)
Version 0.3.5 2013-07-05
* Add documentation on batch size (Robin Edwards)
* Fix default_value type generation for basic properties #53
* Add documentation on providing arguments to default functions (Robin Edwards)
Version 0.3.4 2013-07-02
* Fix return > 1 for Localised (Marianna Polatoglou)
Version 0.3.3 2013-07-01
* Nice exception on missing search params (Robin Edwards)
Version 0.3.2 2013-07-01
* Property fixes (Laurie Clark-Michalek)
Version 0.3.1 2013-06-27
* Fix exception message (Sam Millar)
* Use builtin items (Panos Katseas)
Version 0.3.0 2013-06-20
------------------------
* Fix either direction connect (Robin Edwards)
* Make reconnect atomic cypher operation (Panos Katseas)
* Add reconnect test case (Panos Katseas)
Version 0.2.9 2013-06-18
------------------------
* python 3.3+ support
* remove dependency on lucenequerybuilder (Robin Edwards)
* py2neo 1.5 compat and deprecations (Robin Edwards)
* JSONProperty (Panos Katseas)
* allow classes in relationship definitions (Robin Edwards)
* add SemiStructuredNode to contrib (Robin Edwards)
* refactor rel manager to use traversals (Robin Edwards)
* allow connect on rel managers of direction either (Robin Edwards)
* added experimental support for traversals (Robin Edwards)
* allow datetime without timezone to be stored (Robin Edwards)
* use cypher for delete (Robin Edwards)
* project logo (Laura Willis)
* _index_name special attribute removed (Robin Edwards)
* connect to sub class is no longer permitted (Robin Edwards)
* removed ReadOnlyNode class (Robin Edwards)
Version 0.2.8 2013-03-07
------------------------
* connect() with properties (Marianna Polatoglou)
* refresh() method (Panos Katseas)
* refactor RelationshipManager (Robin Edwards)
* NotConnected exception (Robin Edwards)
* Fix OneOrMore bug (Robin Edwards)