- TODO: Replace this bullet point with an actual description of a change.
- Raised minimum supported Ruby/Rails version to 2.7/6.1 (#7)
- Just a retag of 1.4.1
- Just a retag of 1.4.1
- Just a retag of 1.4.1
- Added API docs building to continuous integration (#6)
- Moved the development dependencies from the gemspec to the Gemfile (#4)
- Dropped support for Ruby <2.7 (#5)
- Added support for Gem release automation
- Bundler >= 2.3 is from now on required as minimal version (#2)
- Dropped support for Ruby < 2.5 (#2)
- Dropped support for Rails < 5.2 (#2)
- Updated all development/runtime gems to their latest Ruby 2.5 compatible version (#2)
- Added a raw response handler hook which allows to check/modify the neo4j
response body before it gets JSON parsed
(
Boltless.configuration.raw_response_handler
) (#1)
- Initial gem implementation
- Full support for the neo4j HTTP API/Cypher transaction API
- Added helpers to build injection-free Cypher statements
- Documented the whole gem and all its features