Tags: tkowark/sparql-client
Tags
Release 1.1.3.1. * Some SPARQL servers redirect requests. This allows the library to follow redirects, and raise an error in case of a large number of redirects. (Tom Johnson) * Update dependency on net-http-persistent to ~> 2.9. (Nick Gottlieb) * This relates to issue ruby-rdf#18.
Release 1.1.3. Be more descriminating on Accept headers sent based on different queries. Queries build using the DSL use either RDF content types, or SPARQL Results content types, not both. This includes adding */*;q=0.1 to all requests. Those using RDF content types: * CONSTRUCT, DESCRIBE, DELETE DATA, LOAD, CREATE Those using SPARQL Results content types: * ASK, SELECT, INSERT DATA, CLEAR, DROP Hopefully, this makes issues such as come up in ruby-rdf#51 less likely to happen. Only use DELETE DATA for #delete_statements if the statement is both constant, and contains no BNodes, otherwise, it falls back to DELETE/INSERT. Check error response includes query in exception. When doing updates, change BNodes to Variables.
Release 1.1.2. * distinct should work with the "*" select form @dannybtran * Adding support for property paths @dannybtran * Make SPARQL::Client::Repository writable @curoverse
PreviousNext