All notable changes to this project will be documented in this file. This file should follow the standards specified on [http://keepachangelog.com/] This project adheres to Semantic Versioning.
- Fix for pattern matching for jar files in Neo4j 3.4
- Fix for clearing of tasks from 0.7.17
- Previously defined
neo4j:*
tasks are cleared before defined in this gem (this is primarily to support the removal ofneo4j-rake_tasks
as a dependency of theneo4j-core
gem)
- Fixed issue where I was in a rush
- Fixed issue with HTTPS in install downloads
- Fixed issue with query string in NEO4J_DIST
- Added
NEO4J_DIST
environment variable to allow for downloading from custom URL (neccessitated by Neo4j, Inc. removing public link). (thanks @klobuczek / see #39)
- Removed
colored
gem as dependency (fewer dependencies and less monkey patching are both good. Thanks @dominicsayers / see #38)
- Bug which caused auth to not be disabled in Neo4j 3.1.2
- Support for
neo4j:config
in Neo4j >= 3.1.0 (see #37, thanks to @ernestoe)
- Removed dependency on HTTParty (thanks ProGM / see #28)
- Progress bar for Neo4j install (thanks ProGM / see #28)
- Mixed up paths from 0.5.5 fix
- Fixed reset task for Neo4j 3.0 (see #27)
- Make
config
task reset Bolt port as well as HTTP / HTTPS (see #27)
- Matching variables / values in
properties
(see #21, thanks to bobmazanec) - Default port in config task to 7474
- In addition to ability to
community-latest
, added ability to installcommunity-(stable|rc|release-candidate|milestone)
as defined in config - Ability to give an argument to
ServerManager#stop
with a timeout to force shutdown
- Add
shell
rake task. Start Neo4j if it is not already started (and stop afterward)
- Added
console
task (thanks to darrin-wortlehock via #13)
- Use rubyzip rather than zip
- Fix
rake neo4j:reset_yes_i_am_sure
not actually resetting the db
- Lack of an explicit
require 'rake'
could cause errors in projects using this gem.
- Early releases. Moved tasks from
neo4j-core
gem, refactored.