Skip to content

Commit 6c00c57

Browse files
committed
Release 1.2.5 - improved performance, bug fixes and identity map.
1 parent aaa5d42 commit 6c00c57

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
== 1.2.4 / 2011-10-07
215
* Support for traversing with Neo4j::Node#eval_paths and setting uniqueness on traversals [#187]
316
* Removed unnecessary node creation on database start up (class nodes attached to reference node) (Vivek Prahlad)

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Maintainer:
22
Andreas Ronge <andreas dot ronge at gmail dot com>
33

44
Contributors:
5-
5+
* Marcio Toshio
6+
* Kalyan Akella
67
* Vivek Prahlad
78
* Deepak N
89
* Frédéric Vanclef

lib/neo4j/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Neo4j
2-
VERSION = "1.2.4"
2+
VERSION = "1.2.5"
33
end

0 commit comments

Comments
 (0)