Skip to content

Commit a09b221

Browse files
committed
updated release notes
1 parent bad9701 commit a09b221

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

site/content/release-notes/5.2.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ toc: true
44
---
55
RDF4J 5.2.0 is a minor release that fixes 9 issues.
66

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+
722
For a complete overview, see [all issues fixed in 5.2.0](https://github.com/eclipse/rdf4j/milestone/115?closed=1).
823

924
### Acknowledgements

0 commit comments

Comments
 (0)