############################################################################
## Changes for RDF-Endpoint ################################################
############################################################################
RDF-Endpoint
============
Created: 2010-06-19
Home page: <http://search.cpan.org/dist/RDF-Endpoint/>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=RDF-Endpoint>
Maintainer: Gregory Todd Williams <mailto:gwilliams@cpan.org>
0.03 [2011-06-07]
- (Update) Removed duplicated, hard-coded HTML to allow better
customization of HTML (from nichtich).
- (Update) Add merging of namespace hashes (from kjetilk).
- (Update) Updated service description RDF to use sd:endpoint instead of
sd:url (tracking updates in the SD spec).
- (Update) style element must go in head (from kjetilk).
- (Update) Actually dereference correctly endpoint_path, and make the test
use root (from kjetilk).
- (Update) Make endpoint path configurable (from kjetilk).
- (Update) Replace new_with_string with new and change docs (from
kjetilk).
0.02 [2011-04-16]
- (Update) Updated RDF::Endpoint to use a persistent model object across
run() calls.
- (Update) Service description is now cached in the RDF::Endpoint object.
- (Update) Changes to align with SPARQL Protocol 1.1.
- (Update) Moved endpoint-specific configuration variables into top-level
'endpoint' hash.
- (Update) Fixed caching bug in which browsers would use cached results
across endpoint instantiations.
- (Update) Updated content negotiation quality values.
- (Addition) Added CodeMirror files for syntax highlighting SPARQL query
form markup.
- (Addition) Added support for POSTing queries and updates directly using
the appropriate media types.
- (Update) Updated tests to test functionality directly via PSGI.
- (Addition) Added ETag support for query results, varying based on Accept
and Accept-Encoding headers, and query string.
- (Update) Updated endpoint.psgi to move config parsing and endpoint
object construction outside of the request handler.
0.01 [2010-07-14]
- (Addition) First release.