-
Enhancements
- A missing
hostconfiguration will now default to"localhost" - A missing
portconfiguration will now default to64210 - A missing
otp_appconfiguration will no longer raise and only use the (inline) defaults - Documentation is now available inline (
@moduledoc, ...) with theREADME.mdfile targeting the repository (development) instead of releases - Errors from
:hackney.body/1are 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
:languageoption 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.3is no longer guaranteed
- Minimum required elixir version is now