Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@mneudert mneudert released this 25 Mar 19:27
· 103 commits to master since this release
4a11b91
  • Enhancements

    • A missing host configuration will now default to "localhost"
    • A missing port configuration will now default to 64210
    • A missing otp_app configuration will no longer raise and only use the (inline) defaults
    • Documentation is now available inline (@moduledoc, ...) with the README.md file targeting the repository (development) instead of releases
    • Errors from :hackney.body/1 are now passed to the caller instead of raising a MatchError
    • Queries are executed directly in the calling process without passing through a process pool
    • The scheme used for the requests can now be configured
  • Bug fixes

    • Shape queries now accept a :language option as expected
  • Backwards incompatible changes

    • Minimum required elixir version is now ~> 1.7
    • Support for Cayley versions earlier than 0.7.3 is no longer guaranteed