Skip to content

Commit 34aa42b

Browse files
authored
5.2.0 release notes (#5486)
2 parents 1f60ff0 + 7277740 commit 34aa42b

5 files changed

Lines changed: 51 additions & 6 deletions

File tree

site/content/download.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ toc: true
55

66
You can either retrieve RDF4J via Apache Maven, or download the SDK or onejar directly.
77

8-
## RDF4J 5.1.6 (latest)
8+
## RDF4J 5.2.0 (latest)
99

10-
RDF4J 5.1.6 is our latest stable release. It requires Java 11 minimally.
11-
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.1.6).
10+
RDF4J 5.2.0 is our latest stable release. It requires Java 11 minimally.
11+
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.2.0).
1212

13-
- [RDF4J 5.1.6 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.6-sdk.zip)<br/>
13+
- [RDF4J 5.2.0 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.0-sdk.zip)<br/>
1414
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
1515

16-
- [RDF4J 5.1.6 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.6-onejar.jar)<br/>
16+
- [RDF4J 5.2.0 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.0-onejar.jar)<br/>
1717
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.
1818

1919
- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
@@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th
2828
<dependency>
2929
<groupId>org.eclipse.rdf4j</groupId>
3030
<artifactId>rdf4j-bom</artifactId>
31-
<version>5.1.6</version>
31+
<version>5.2.0</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>
@@ -52,6 +52,11 @@ which artifacts RDF4J provides.
5252

5353
## Older releases
5454

55+
### RDF4J 5.1
56+
57+
- [RDF4J 5.1.6 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.6-sdk.zip)
58+
- [RDF4J 5.1.6 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.6-onejar.jar)
59+
5560
### RDF4J 5.0
5661

5762
- [RDF4J 5.0.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-sdk.zip)

site/content/news/rdf4j-520.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "RDF4J 5.2.0 released"
3+
date: 2025-10-05T16:48:42+0200
4+
layout: "single"
5+
categories: ["news"]
6+
---
7+
RDF4J 5.2.0 is now available. This is a minor release with several small and large improvements.
8+
9+
For more details, have a look at the [release notes](/release-notes/5.2.0).
10+
<!--more-->
11+
### Links
12+
13+
- [Download RDF4J](/download/)
14+
- [release notes](/release-notes/5.2.0).
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "5.2.0"
3+
toc: true
4+
---
5+
RDF4J 5.2.0 is a minor release that fixes 9 issues.
6+
7+
### Highlights
8+
* Explain plans over HTTP. You can now request EXPLAIN via the REST API, making it easier to diagnose and tune slow SPARQL queries.
9+
* SPARQL queries using MINUS and OPTIONAL clauses are significantly faster.
10+
* Performance improvements to the LMDB Store, reducing query time by an average of 50% and reducing overhead for concurrent queries.
11+
* Configurable LMDB GC. A new valueEvictionInterval lets you tune (or disable) LMDB value‑cache garbage collection to balance latency vs. memory.
12+
13+
### Other improvements
14+
* Higher bulk‑ingest throughput for Sails that build on AbstractSailConnection thanks to an experimental bulk‑add hook.
15+
* SPARQL UPDATE operations now show up in the query/update logs.
16+
17+
### Bug fixes
18+
* Geospatial accuracy (Lucene). Filters like ehContains now correctly exclude geometries outside the requested area when a resource has multiple shapes.
19+
* Namespace operations on unknown repositories now return 404 instead of 500.
20+
* The SPARQL parser now rejects invalid CONSTRUCT templates that contain property paths, with a clear error.
21+
22+
For a complete overview, see [all issues fixed in 5.2.0](https://github.com/eclipse/rdf4j/milestone/115?closed=1).
23+
24+
### Acknowledgements
25+
26+
This release was made possible by contributions from [Antoine Willerval](https://github.com/ate47), [Benji Herber](https://github.com/benherber), [Håvard M. Ottestad](https://github.com/hmottestad), [kenwenzel](https://github.com/kenwenzel), [Linn Aung](https://github.com/linnaung) and [Chengxu Bian](https://github.com/odysa).

site/static/javadoc/5.2.0.tgz

29 Bytes
Binary file not shown.

site/static/javadoc/latest.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)