We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c90fd7 commit 26cc22aCopy full SHA for 26cc22a
1 file changed
site/content/release-notes/5.0.0.md
@@ -5,10 +5,12 @@ toc: true
5
RDF4J 5.0.0 is a major release of the Eclipse RDF4J framework. Some highlights:
6
7
- Replacement of the custom Iteration interface with Java Iterable/Iterator
8
-- Upgrade of MapDB
9
- Replacement of old openrdf.org config vocabulary IRIS with new rdf4j.org vocabulary
10
- Improved SHACL validation with support for sh:closed and pairwise validation
11
-
+- Upgrade of MapDB
+ - More queries with intermediary results are no longer limited by RAM/java heap but disk space available
12
+- JSON-LD 1.1 support
13
+- Merge joins as an optimization
14
For a complete overview, see [all issues fixed in 5.0.0](https://github.com/eclipse/rdf4j/milestone/80?closed=1).
15
16
## Upgrade notes
0 commit comments