Skip to content

Releases: eclipse-rdf4j/rdf4j

RDF4J 3.0.1

12 Oct 02:49
9f85df3
Compare
Choose a tag to compare
release 3.0.1

rdf4j 3.0.0

25 Aug 01:59
7a80b2a
Compare
Choose a tag to compare

We’re pleased to announce the release of rdf4j 3.0.0.

Rdf4j 3.0 is a major new release of the rdf4j framework. Highlights include:

  • Major improvements to the SHACL Sail
  • Cleanup of core APIs (removing deprecated and obsolete code)
  • Preparing rdf4j for Java 11⁄12 compatibility
  • Rdf4j Server / Workbench upgrade to Servlet API 3.1
  • Performance improvements to Models.isomorphic(…), to SPIN and to transaction handling in general

Rdf4j 3.0 contains several backward incompatible changes, the release and upgrade notes give more details on how to upgrade safely.

For a full overview of what has been fixed in 3.0, see the issue tracker.

Links

rdf4j 2.5.4

14 Aug 03:14
47e5faa
Compare
Choose a tag to compare

Rdf4j 2.5.4 is a patch release containing several bug fixes, including:

  • handling of negation in property paths
  • stack overflow in Models.isomorphic
  • NullPointerException in Native Store Context Cache initialization

For a full overview of issues, see:

https://github.com/eclipse/rdf4j/milestone/40?closed=1

3.0.0 Milestone 2

23 Jul 11:38
Compare
Choose a tag to compare
3.0.0 Milestone 2 Pre-release
Pre-release

We're pleased to announce the second milestone build for rdf4j 3.0.0.

Use 3.0.0-M2 as your version in maven to test it out.

As well what's new since the first milestone release (https://github.com/eclipse/rdf4j/releases/tag/3.0.0-M1) we now have:

  • various bug fixes
  • support for sh:not in the ShaclSail
  • faster Models.isomorphic(....) support

rdf4j 2.5.3

03 Jul 22:42
0adb5d9
Compare
Choose a tag to compare

Rdf4j 2.5.3 is a patch release containing several bug fixes, including:

  • custom HTTP header handling in HTTPRepository
  • handling of queries with COUNT in the LuceneSail
  • performance of context id retrieval in native store
  • handling of FROM/FROM NAMED clauses in SparqlBuilder

For a full overview of issues, see:

https://github.com/eclipse/rdf4j/milestone/37?closed=1

3.0.0 Milestone 1

29 Jun 06:23
Compare
Choose a tag to compare
3.0.0 Milestone 1 Pre-release
Pre-release

We're pleased to announce the first milestone build for rdf4j 3.0.0.

Rdf4j 3.0 is a major new release of the rdf4j framework. It contains several backward incompatible changes.

Some highlights:

  • Major improvements to the SHACL Sail
  • Cleanup of core APIs (removing deprecated and obsolete code)
  • Preparing rdf4j for Java 11/12 compatibility
  • Rdf4j Server / Workbench upgrade to Servlet API 3.1

This first milestone build is not yet feature-complete:

Upgrade notes

Rdf4j 3.0 contains several backward incompatible changes. We distinguish changes that affect users of the Rdf4j tools (Console, Workbench, Server), changes that affect users of the Rdf4j APIs and libraries, and changes that affect third party Sail / Repository implementations. See the linked issues for further details.

rdf4j tools users

rdf4j API/library users

third-party sail / repository implementors

Rdf4j 2.5.2

25 May 04:31
0dedb9c
Compare
Choose a tag to compare

Rdf4j 2.5.2 is a patch release containing several bug fixes:

  • Performance of statement removal in NativeStore significantly improved
  • Rio parser IRI processing performance improved
  • Several SPARQL bug fixes

For a full overview of issues, see:

https://github.com/eclipse/rdf4j/milestone/36?closed=1

RD4FJ 2.5.1

05 Apr 12:26
Compare
Choose a tag to compare

RDF4J 2.5.1 is a patch release containing bug fixes and a library update, including:

  • Updated Jackson to 2.9.8
  • SPARQL in Console: fix for NPE and for namespace prefixes
  • SparqlBuilder: was missing in BOM, and file: not recognized as protocol
  • Use buffered streams in some test

For a list of bug fixes, see:

https://github.com/eclipse/rdf4j/milestone/35?closed=1

RDF4J 2.5.0

07 Mar 10:24
6a96f44
Compare
Choose a tag to compare

RDF4J 2.5.0 is a minor release that addresses over 70 issues, and includes several major new features and improvements, including:

  • A host of major improvements to the SHACL support, including more streamlined initialization, and major extension of the range of SHACL features supported;
  • Several improvements to the RDF4J Console, including commands to show and edit namespaces;
  • Replacement of the old RDFS inferencer with a new, faster Schema-caching RDFS inferencer;
  • Improvements and bug fixes in the SparqlBuilder

For a full overview of all improvements, and bug fixes see:

RDF4J 2.4.6

01 Mar 19:20
Compare
Choose a tag to compare

RDF4J 2.4.6 is patch release containing one fix:

  • fix for duplicated children in JSON-LD hierarchical view

See also: