You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDF4J 5.1.0 is a minor release of the Eclipse RDF4J framework. Some highlights:
7
+
8
+
- Stability and performance improvements in the FedX federation engine, including refinements to the bind join implementation for regular and OPTIONAL joins
9
+
- Support for specifying the [lucene document threshold at query time](https://github.com/eclipse-rdf4j/rdf4j/issues/5149)
10
+
- VALUES for SparqlBuilder
11
+
-[Enable UpdateWithModelBuilder to delete triples](https://github.com/eclipse-rdf4j/rdf4j/issues/4999)
12
+
-[HttpClient timeout and pooling options](https://github.com/eclipse-rdf4j/rdf4j/pull/5125)
13
+
-[DOCUMENT_LOADER support for JSON-LD 1.1 parser](https://github.com/eclipse-rdf4j/rdf4j/pull/5162)
14
+
- Upgrade to Tomcat 9 in docker image
15
+
- Add support for Jetty 9 in docker image
16
+
- Improve performance of SPARQLConnection#size() method
17
+
- Adjust how SHACL validation of minCount and maxCount is handled for union graphs with duplicates
18
+
- Support for DCAT v3
19
+
20
+
21
+
For a complete overview, see [all issues fixed in 5.1.0](https://github.com/eclipse/rdf4j/milestone/107?closed=1).
22
+
23
+
### Acknowledgements
24
+
25
+
This release was made possible by contributions from Bart Hanssens, Antoine Willerval, Håvard M. Ottestad, Florian Kleedorfer, Andreas Schwarte and Jerven Bolleman.
0 commit comments