Skip to main content

Release Notes

5.0.1

RDF4J 5.0.1 is a patch release that fixes 8 issues. For a complete overview, see all issues fixed in 5.0.1. Security The following dependencies and/or transitive dependencies have been updated to address security vulnerabilities: Upgraded spring to 5.3.37 Upgraded snappy-java to 1.1.10.5 Upgraded netty to 4.1.111 These upgrades fix several issues reported in various CVEs (more details can be found in the RDF4J github issue list ). While these vulnerabilities may or may not affect the security of RDF4J itself in a real-world environment, users are nevertheless recommended to consider upgrading to the latest version of RDF4J.
[read more]

5.0.0

RDF4J 5.0.0 is a major release of the Eclipse RDF4J framework. Some highlights: Replacement of the custom Iteration interface with Java Iterable/Iterator Replacement of old openrdf.org config vocabulary IRIS with new rdf4j.org vocabulary Improved SHACL validation with support for sh:closed and pairwise validation Upgrade of MapDB More queries with intermediary results are no longer limited by RAM/java heap but disk space available Improve performance, query throughput and correctness in a transparent federation by refining various evaluation strategies (bind joins, property paths, limit pushing, …) JSON-LD 1.
[read more]

4.3.9

RDF4J 4.3.9 is a patch release that fixes 7 issues. For a complete overview, see all issues fixed in 4.3.9. Acknowledgements This release was made possible by contributions from pulquero, Håvard M. Ottestad, Frens Jan Rumph, Dominik Kunz, JervenBolleman and Florian Kleedorfer.
[read more]

About

Eclipse RDF4J™ is a powerful Java framework for processing and handling RDF data. This includes creating, parsing, scalable storage, reasoning and querying with RDF and Linked Data. It offers an easy-to-use API that can be connected to all leading RDF database solutions. It allows you to connect with SPARQL endpoints and create applications that leverage the power of linked data and Semantic Web.


RDF4J Architecture

Back to the top