File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ == 1.2.5 / 2011-10-21
2
+ * Faster traversals by avoiding loading Ruby wrappers (new method 'raw' on traversals) [#189]
3
+ * Support for IdentityMap [#188]
4
+ * Improved performance in event handler (Vivek Prahlad)
5
+ * Fixing issue with validates_presence_of validation (Vivek Prahlad)
6
+ * Implemented compositions support on Neo4j::Rails::Relationship (Kalyan Akella)
7
+ * Added after_initialize callback (Deepak N)
8
+ * Fixed performance issues on node deleted (Vivek Prahlad)
9
+ * Fixed a performance issue in the index_registry (Vivek Prahlad)
10
+ * Fixed uniqueness validation for :case_sensitive => false (Vivek Prahlad)
11
+ * Fixed update_attributes deleting relations when model is invalid (Deepak N)
12
+ * Fixed timestamp rails generator (Marcio Toshio)
13
+
1
14
== 1.2.4 / 2011-10-07
2
15
* Support for traversing with Neo4j::Node#eval_paths and setting uniqueness on traversals [#187]
3
16
* Removed unnecessary node creation on database start up (class nodes attached to reference node) (Vivek Prahlad)
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ Maintainer:
2
2
Andreas Ronge <andreas dot ronge at gmail dot com>
3
3
4
4
Contributors:
5
-
5
+ * Marcio Toshio
6
+ * Kalyan Akella
6
7
* Vivek Prahlad
7
8
* Deepak N
8
9
* Frédéric Vanclef
Original file line number Diff line number Diff line change 1
1
module Neo4j
2
- VERSION = "1.2.4 "
2
+ VERSION = "1.2.5 "
3
3
end
You can’t perform that action at this time.
0 commit comments