Skip to content

Commit 88eba6b

Browse files
changelog, bump version to 5.0.1
1 parent dabfa6d commit 88eba6b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ This file should follow the standards specified on [http://keepachangelog.com/]
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
7-
### Fixed
8-
- ActiveNode#inspect wasn't displaying the id_property
7+
8+
## [5.0.1] - 2015-06-23
99

1010
### Fixed
1111
- Longstanding bug that would prevent association changes (`<<` and ActiveRel.create) in Rails after `reload!` had been called, see https://github.com/neo4jrb/neo4j/pull/839
12+
- ActiveNode#inspect wasn't displaying the id_property
13+
- Default property values and magic typecasting not being inherited correctly
1214

1315
### Changed
14-
- In the absense of a `model_class` key, associations defined in ActiveNode models will use `from_/to_class` defined in `rel_class` to find destination. (Huge thanks to @olance, #838)
16+
- In the absense of a `model_class` key, associations defined in ActiveNode models will use `from_/to_class` defined in `rel_class` to find destination. (Huge thanks to @olance, #838)
1517
- ActiveRel's DSL was made a bit friendlier by making the `type`, `from_class` and `to_class` methods return their set values when called without arguments.
18+
- Reworked ActiveRel's wrapper to behave more like ActiveNode's, removing some duplicate methods and moving others to Neo4j::Shared, resulting in a big performance boost when returning large numbers of rels.
19+
- Updated gemspec to require neo4j-core 5.0.1+
1620

1721
### Added
1822
- ActiveRel was given `find_or_create_by`, usable across single associations.

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 = '5.0.0'
2+
VERSION = '5.0.1'
33
end

0 commit comments

Comments
 (0)