All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1265 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v5.0.14 Changes
September 08, 2015๐ Fixed
- Calling
all
on a QueryProxy chain would cause the currently set node identity within Cypher to be lost.
- Calling
-
v5.0.13 Changes
July 08, 2015๐ Fixed
- ๐ฉ Backport AssociationProxy#method_missing fix to raise errors on invalid methods
- ๐ Fix the count issue on depth two associations (#881)
-
v5.0.12 Changes
๐ Fixed
- Break between associations so that potential
where
clauses get applied to the correct(OPTIONAL )MATCH
clause
๐ Fixed
- Delegate
first
andlast
fromAssociationProxy
toQueryProxy
- ๐ Fix
order
behavior forfirst
andlast
inQueryProxy
- Break between associations so that potential
-
v5.0.11 Changes
๐ Fixed
- Delegate
first
andlast
fromAssociationProxy
toQueryProxy
- ๐ Fix
order
behavior forfirst
andlast
inQueryProxy
- Delegate
-
v5.0.10 Changes
July 31, 2015๐ Fixed
- Fix what should have been a very obvious bug in
_active_record_destroyed_behavior
behavior - โ Add eager loading to QueryProxy so that it works in all expected places
- Fix what should have been a very obvious bug in
-
v5.0.9 Changes
July 29, 2015๐ Fixed
- "NameError: uninitialized constant Class::Date" (https://github.com/neo4jrb/neo4j/issues/852)
-
v5.0.8 Changes
July 26, 2015๐ Changed
- Copied QueryClauseMethods doc from master
-
v5.0.7 Changes
July 26, 2015๐ Changed
- ๐ Copied
docs
folder from master because a lot of work had gone into the docs since 5.0.0 was released
- ๐ Copied
-
v5.0.6 Changes
July 22, 2015๐ Fixed
- ๐ Fix query logging so that by default it only outputs to the user in the console and development server. Logger can be changed with
neo4j.config.logger
configuration option
- ๐ Fix query logging so that by default it only outputs to the user in the console and development server. Logger can be changed with
-
v5.0.5 Changes
July 19, 2015โ Added
- Added
log_cypher_queries
configuration option so that queries aren't on by default but that they can be controlled
- Added