Releases: eclipse-rdf4j/rdf4j
RDF4J 2.4.0 Milestone 2
This is the second milestone build for the upcoming 2.4.0 release, which will include:
- Improvements to the RDF4J Console, including a command history, and new
convert
andexport
commands - support for hierarchical JSON-LD writing
- RDF4J SparqlBuilder, a new fluent API for creating SPARQL queries in Java
- Lucene and Solr support upgraded to version 6.6
- ElasticSearch support upgraded to version 5.6
- An official RDF4J Server/Workbench docker image
- Improvements to the experimental SHACL implementation
For a list of changes see:
RDF4J 2.4.0 Milestone 1
This is the first milestone build for the upcoming 2.4.0 release, which will include:
- Improvements to the RDF4J Console
- RDF4J SparqlBuilder, a new fluent API for creating SPARQL queries in Java
- Lucene and Solr support upgraded to version 6.6
- ElasticSearch support upgraded to version 5.6
- An official RDF4J Server/Workbench docker image
- Improvements to the experimental SHACL implementation
For a list of changes see:
RDF4J 2.3.2
RDF4J 2.3.2 includes an urgent fix for for IRI host name/ip parsing.
For a list of bug fixes see:
RDF4J 2.3.1
RDF4J 2.3.1 includes fixes for:
- Turtle and TriG boolean fixes
- IRI IPv4 parsing fixes
- Lucene and Spin fixes
For a list of bug fixes see:
RDF4J 2.3.0
RDF4J 2.3.0 includes:
- IRI validation in RIO parser/writers
- Turtle pretty printing blank nodes and relative IRIs
- xsd:duration operations supported in SPARQL
- Keep remote transaction alive
- Change RepositoryManager settings to be more portalble (plain text, no binary)
- jdk9 compatability
- Experimental SHACL implementation
For a list of almost 200 changes see:
RDF4J 2.2.4
RDF4J 2.2.4 is a patch release, containing 20 bug fixes. For a full overview of changes, see the Change Log.
Links
RDF4J 2.2.2
RDF4J 2.2.2 is a patch release, containing 15 bug fixes. For a full overview of changes, see the Change Log.
Links
RDF4J 2.2.1
RDF4J 2.2.1 is a patch release, containing 17 bug fixes. For a full overview of changes, see the Change Log.
Links
RDF4J 2.2
RDF4J 2.2 is a minor release. It has several new features and improvements, as well as a number of bug fixes. Some of the highlights:
- #643 - a new RDFS inferencer with better performance on stable schemas (EXPERIMENTAL)
- #449 - improved support for the BCP47 standard for language tags
- #684 #740 - Improvements in background parsing of query results
- #706 - Property-centric access to rdf models via the Models utility.
In total, RDF4J 2.2 addresses 12 issues. See the Change Log for a complete overview.
Links
RDF4J 2.1.6
RDF4J 2.1.6 is a patch release, containing 3 bug fixes:
- #181 - Federation does not correctly scope joins from different graphs
- #729 - SPARQL: DELETE WHERE does not properly process sesame:nil virtual graph
- #725 - RDF4J Server: transaction rollback results in transaction not found error