Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.7.0 (2017-12-28)
- Enhancements
- Basic support for defining a default graph query language
- Backwards incompatible changes
- Default query endpoint has been updated to support cayley version `0.7.0`.
To use an older version you need to add `language: :gremlin` to
your graph configuration
- Support for cayley version `0.6.0` has been dropped
## v0.6.0 (2017-09-17)
- Backwards incompatible changes
- Minimum required elixir version is now "~> 1.3"
## v0.5.0 (2017-09-09)
- Enhancements
- Configuration values can be fetched from the system environment
using `{ :system, ENV_VAR }` or `{ :system, ENV_VAR, default }`
## v0.4.0 (2017-05-18)
- Enhancements
- Bulk operations for write/delete are now supported
## v0.3.0 (2016-12-11)
- Backwards incompatible changes
- Minimum required elixir version is now "~> 1.2"
- Minimum required erlang version is now "~> 18.0"
- Support for `:poison < 2.0` has been removed
## v0.2.0 (2015-06-13)
- Enhancements
- Allows retrieving the shape of a query
- Pools connections to the graph
- Uses `:hackney` instead of `:inets`
- Backwards incompatible changes
- Configuration is done using config files
## v0.1.0 (2015-06-04)
- Initial Release