From 9d041d489bb28437464efa928a458c838efe78c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Avard=20Ottestad?= Date: Fri, 27 Dec 2024 10:48:05 +0100 Subject: [PATCH] update release notes --- site/content/news/rdf4j-510.md | 2 +- site/content/release-notes/5.1.0.md | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/site/content/news/rdf4j-510.md b/site/content/news/rdf4j-510.md index 22ce4efb86..c967112748 100644 --- a/site/content/news/rdf4j-510.md +++ b/site/content/news/rdf4j-510.md @@ -4,7 +4,7 @@ date: 2024-11-21T22:02:32+0100 layout: "single" categories: ["news"] --- -RDF4J 5.1.0 is now available. This is a patch release fixing 16 bugs. +RDF4J 5.1.0 is now available. For more details, have a look at the [release notes](/release-notes/5.1.0). diff --git a/site/content/release-notes/5.1.0.md b/site/content/release-notes/5.1.0.md index d60ab7308a..d4031b8a06 100644 --- a/site/content/release-notes/5.1.0.md +++ b/site/content/release-notes/5.1.0.md @@ -2,10 +2,24 @@ title: "5.1.0" toc: true --- -RDF4J 5.1.0 is a patch release that fixes 16 issues. + +RDF4J 5.1.0 is a minor release of the Eclipse RDF4J framework. Some highlights: + +- Stability and performance improvements in the FedX federation engine, including refinements to the bind join implementation for regular and OPTIONAL joins +- Support for specifying the [lucene document threshold at query time](https://github.com/eclipse-rdf4j/rdf4j/issues/5149) +- VALUES for SparqlBuilder +- [Enable UpdateWithModelBuilder to delete triples](https://github.com/eclipse-rdf4j/rdf4j/issues/4999) +- [HttpClient timeout and pooling options](https://github.com/eclipse-rdf4j/rdf4j/pull/5125) +- [DOCUMENT_LOADER support for JSON-LD 1.1 parser](https://github.com/eclipse-rdf4j/rdf4j/pull/5162) +- Upgrade to Tomcat 9 in docker image +- Add support for Jetty 9 in docker image +- Improve performance of SPARQLConnection#size() method +- Adjust how SHACL validation of minCount and maxCount is handled for union graphs with duplicates +- Support for DCAT v3 + For a complete overview, see [all issues fixed in 5.1.0](https://github.com/eclipse/rdf4j/milestone/107?closed=1). ### Acknowledgements -This release was made possible by contributions from ??? +This release was made possible by contributions from Bart Hanssens, Antoine Willerval, HÃ¥vard M. Ottestad, Florian Kleedorfer, Andreas Schwarte and Jerven Bolleman.