Skip to content

Commit

Permalink
merge v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Jan 9, 2015
2 parents 45c87b3 + c95fdd6 commit ebf6bb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 4.0.0
* Change neo4j-core dependency from 3.1.0 to 4.0.0.

== 4.0.0.rc.4
* _classname property is disabled by default for ActiveRel! It had been disabled for ActiveNode, this just evens the score.
* Fixes a bug to create better `result` labels in Cypher.
Expand All @@ -9,8 +12,8 @@ Released minutes after rc.2 to catch one late addition!

== 4.0.0.rc.2
This release builds on features introduced in the first RC. We are releasing this as another RC because the API may be tweaked before release.
* New `proxy_as` for Core::Query to build QueryProxy chains onto Core::Query objects!
* Using `proxy_as`, new `optional` method in QueryProxy to use the `OPTIONAL MATCH` Cypher function.
* New `proxy_as` for Core::Query to build QueryProxy chains onto Core::Query objects!
* Using `proxy_as`, new `optional` method in QueryProxy to use the `OPTIONAL MATCH` Cypher function.
* `match_to` and methods that depend on it now support arrays of nodes or IDs.
* New `rels_to`/`all_rels_to` methods.
* New `delete` and `destroy` methods in QueryProxy to easily remove relationships.
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neo4j
VERSION = '4.0.0.rc.4'
VERSION = "4.0.0"
end
2 changes: 1 addition & 1 deletion neo4j.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks h
s.add_dependency('activesupport', '~> 4')
s.add_dependency('railties', '~> 4')
s.add_dependency('active_attr', '~> 0.8')
s.add_dependency('neo4j-core', '~> 3.1.1')
s.add_dependency('neo4j-core', '~> 4.0.0')
s.add_dependency('neo4j-community', '~> 2.0') if RUBY_PLATFORM =~ /java/
s.add_development_dependency('pry')
s.add_development_dependency('os')
Expand Down

0 comments on commit ebf6bb5

Please sign in to comment.