-
Enhancements
- A missing
host
configuration will now default to"localhost"
- A missing
port
configuration will now default to64210
- A missing
otp_app
configuration will no longer raise and only use the (inline) defaults - Documentation is now available inline (
@moduledoc
, ...) with theREADME.md
file targeting the repository (development) instead of releases - Errors from
:hackney.body/1
are now passed to the caller instead of raising aMatchError
- Queries are executed directly in the calling process without passing through a process pool
- The scheme used for the requests can now be configured
- A missing
-
Bug fixes
- Shape queries now accept a
:language
option as expected
- Shape queries now accept a
-
Backwards incompatible changes
- Minimum required elixir version is now
~> 1.7
- Support for Cayley versions earlier than
0.7.3
is no longer guaranteed
- Minimum required elixir version is now