View Source Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

v0-4-2-2023-04-24

v0.4.2 - 2023-04-24

added

Added

  • support for nimble_options 1.0

fixed

Fixed

  • The :update_request_method was not correctly fetched from the application config.

Compare v0.4.1...v0.4.2

v0-4-1-2022-11-03

v0.4.1 - 2022-11-03

This version is just upgraded to RDF.ex 1.0.

Elixir versions < 1.11 are no longer supported

Compare v0.4.0...v0.4.1

v0-4-0-2022-03-22

v0.4.0 - 2022-03-22

With the latest SPARQL.ex version 0.3.7, RDF-star and SPARQL-star results can be handled now.

Elixir versions < 1.10 are no longer supported

added-1

Added

changed

Changed

Compare v0.3.1...v0.4.0

v0-3-1-2020-11-27

v0.3.1 - 2020-11-27

added-2

Added

  • support for RDF-XML for graph results

Compare v0.3.0...v0.3.1

v0-3-0-2020-09-21

v0.3.0 - 2020-09-21

Elixir versions < 1.9 are no longer supported

added-3

Added

changed-1

Changed

  • the default request method for queries when using SPARQL protocol version 1.1 is now :get
  • improved error handling

fixed-1

Fixed

  • the default HTTP Accept header used when no :result_form was provided on SPARQL.Client.query/3 contained a typo

Compare v0.2.2...v0.3.0

v0-2-2-2019-05-22

v0.2.2 - 2019-05-22

added-4

Added

Compare v0.2.1...v0.2.2

v0-2-1-2018-09-17

v0.2.1 - 2018-09-17

fixed-2

Fixed

  • Update to SPARQL.ex 0.2.1 whose Hex package no longer contains Erlang output files of Leex and Yecc, which caused issues using the SPARQL.ex Hex package on OTP < 21 (because the package was released with OTP 21)

Compare v0.2.0...v0.2.1

v0-2-0-2018-09-17

v0.2.0 - 2018-09-17

changed-2

Changed

  • adapt to new query result representation in SPARQL.ex 0.2
  • Elixir versions < 1.6 are no longer supported (as a consequence of upgrading to the latest versions of RDF.ex and SPARQL.ex)

Compare v0.1.1...v0.2.0

v0-1-1-2018-08-21

v0.1.1 - 2018-08-21

  • Upgrade to Tesla 1.1

Compare v0.1.0...v0.1.1

v0-1-0-2018-03-19

v0.1.0 - 2018-03-19

Initial release