Skip to content

v0.5.0

Compare
Choose a tag to compare
@vemonet vemonet released this 08 Dec 20:23
· 10 commits to main since this release
ff9d742

What's Changed

  • SPARQL update support by @steve-bate in #19
    • Can be enabled using the param enable_update=True when instantiating the SPARQL API or Router (disabled by default)
    • An API key can be defined to add basic authentication on update requests
  • Improvement of the POST request params handling by @steve-bate
  • Error messages returned to the API now all contains the error message
  • Fix the process time header to use the standard Server-Timing header

Full Changelog: v0.4.3...v0.5.0