SPARQL.ex v0.3.5 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
  • 🔄 Changed

    • ⬆️ Upgrade to RDF.ex 0.8. With that Elixir versions < 1.8 are no longer supported.
    • the SPARQL extension function registry is now implemented with the ProtocolEx library, improving the performance of queries using SPARQL extension functions (including the builtin casting functions); unfortunately this means the SPARQL.ExtensionFunction.Registry.get_all/0 function to get all registered extension functions can no longer be supported

    Compare v0.3.4...v0.3.5