Skip to content

Commit 8b6a4ef

Browse files
bump to 4.1.0
1 parent 9482cd7 commit 8b6a4ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
== 4.1.0
2+
This release includes many performance fixes and new features. The most notable:
3+
* Huge stylist cleanup/refactoring by Brian on the entire gem by Brian armed with Rubocop. See http://neo4jrb.io/blog/2014/12/29/stay-out-of-trouble.html.
4+
* Every node create, update, and destroy is now wrapped in a transaction. See http://neo4jrb.io/blog/2015/01/06/transactions_everywhere.html.
5+
* New `dependent` options for associations: `:delete`, `:destroy`, `:delete_orphans`, `:destroy_orphans`. See http://neo4jrb.io/blog/2015/01/07/association_dependent_options.html.
6+
* New `unique: true` option for associations, `creates_unique_rel` class method for ActiveRel. Both of these will result in relationship creation Cypher using "CREATE UNIQUE" instead of "CREATE".
7+
* Fixed an n+1 query issue during node creation and update.
8+
* Dieter simplified some code related to frozen attributes. See https://github.com/neo4jrb/neo4j/pull/655.
9+
We now have a new website online at http://neo4jrb.io! Keep an eye on it for news and blogs related to this and other projects.
10+
111
== 4.0.0
212
* Change neo4j-core dependency from 3.1.0 to 4.0.0.
313

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 = '4.0.0'
2+
VERSION = '4.1.0'
33
end

0 commit comments

Comments
 (0)