caylir v1.0.0 Release Notes
Release Date: 2020-03-25 // over 4 years ago-
โจ 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
Previous changes from v0.11.1
-
- ๐ Bug fixes
- Decoding json with string keys now works as intended (#2)
- ๐ Bug fixes