Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-08-07 | 3.5 kB | |
openrdf-sesame-2.7.4-sdk.zip | 2013-08-07 | 26.8 MB | |
openrdf-sesame-2.7.4-sdk.tar.gz | 2013-08-07 | 20.9 MB | |
openrdf-sesame-2.7.4-onejar.jar | 2013-08-07 | 2.6 MB | |
Totals: 4 Items | 50.2 MB | 0 |
Sesame 2.7.4 ============ Sesame 2.7.4 is a maintenance release, fixing 24 issues. Among the highlights are a new custom rule-based inferencer, support for Symmetric Concise Bounded Descriptions in DESCRIBE queries, support for HTTP HEAD requests, and various other fixes and improvement in parsers, query engine, and transaction handling. See the OpenRDF JIRA Changelog for a complete listing of all fixed issues: https://openrdf.atlassian.net/browse/SES#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel NOTE: although this release is classified as a minor release (indicating compatibility with earlier releases), users of SPARQL are advised of one change that is not backward compatible with earlier releases: support for the '{min, max}' property path length syntax has been removed from the SPARQL parser, in accordance with its earlier removal from the official SPARQL specification. See issue SES-1706. If you are currently using this particular syntax construct in your SPARQL queries, you are advised to modify those queries before upgrading. Sesame 2.7.4 can be downloaded here: http://openrdf.callimachus.net/download.docbook?view The user documentation and API Javadoc can be also found at: http://openrdf.callimachus.net/ We would welcome any feedback you might have, you can use the Sesame Discussion mailinglist for this purpose. Changelog ========= Release Notes - Sesame - Version 2.7.4 ** New Feature * [SES-1842] - Create a new SAIL inferencer for user-defined rules leveraging existing query language support * [SES-1885] - Support GeoSPARQL datatypes ** Improvement * [SES-747] - Rio parser always stops on error when creating statement object * [SES-1876] - DESCRIBE query does not return blank nodes closure * [SES-1884] - Make RDFHandler optional for Rio RDFParser implementations * [SES-1896] - Introduce algebra operator for set membership ** Bug * [SES-888] - Sesame SPARQL engine misinterprets half-unbounded path length expressions * [SES-1734] - Support for HTTP HEAD * [SES-1844] - SPARQL Results+XML Parser Drops Trailling Whitespace * [SES-1870] - Support line and column numbers for errors in RDFParserHelper.createLiteral * [SES-1883] - "Persist" field in create-memory-* is not rendered as row header * [SES-1886] - Native store BTree RangeIterator NullPointerException regression * [SES-1887] - N3 Parser error on language tag * [SES-1889] - Missing binding parameters on SPARQLUpdateOperation * [SES-1891] - Constant (uncontrollable) growth of BTree index size in NativeStore due to empty nodes * [SES-1895] - Query "Results Per Page" broken if user includes all caps LIMIT keyword * [SES-1897] - Odd and inconsistent parsing behaviour * [SES-1898] - GroupGraphPattern with non-optional after optional not processed correctly * [SES-1900] - TurtleWriter does not renders string literals beginning with "\n" as multi-line literals * [SES-1902] - Memory store may not register iteration in some circumstances * [SES-1905] - QueryResults.report() may fail to close result ** Task * [SES-1706] - Remove support for {min,max} property path length spec from SPARQL parser ** Sub-task * [SES-1878] - Required Matcher query in CustomGraphQueryInferencer can be made optional * [SES-1879] - Need Custom Graph Query inferencer template and workbench page for an underlying NativeStore