8000 Tags · tkowark/sparql-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tkowark/sparql-client

Tags

1.1.5

Toggle 1.1.5's commit message
Release 1.1.5

* Allow an RDF::Repository to be used as a SPARQL::Client::Repository url, which will using the SPARQL gem for implementing all query and update operations; mostly useful for testing, but makes access uniform.

1.1.4

Toggle 1.1.4's commit message
Release 1.1.4

* Option for separate update_endpoint for Client::Repositories (@marcelotto)
* Added `SPARQL::Client#request_method` hook to allow external implementations to override how the HTTP method is selected (@jcoyne)

1.1.3.1

Toggle 1.1.3.1's commit message
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.

1.1.3

Toggle 1.1.3's commit message
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.

1.1.2

Toggle 1.1.2's commit message
Release 1.1.2.

* distinct should work with the "*" select form @dannybtran
* Adding support for property paths @dannybtran
* Make SPARQL::Client::Repository writable @curoverse

1.1.1

Toggle 1.1.1's commit message
Finish 1.1.1

1.1.0

Toggle 1.1.0's commit message
Finish 1.1.0

1.0.2

Toggle 1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
artob Arto Bendiken
Released version 1.0.2.

1.0.0

Toggle 1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
artob Arto Bendiken
Released version 1.0.0.

0.3.3

Toggle 0.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
artob Arto Bendiken
Released version 0.3.3.

0