v0.5.0
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
- Can be enabled using the param
- 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