Skip to content

Commit 9d041d4

Browse files
committed
update release notes
1 parent 0e03c7b commit 9d041d4

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

site/content/news/rdf4j-510.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2024-11-21T22:02:32+0100
44
layout: "single"
55
categories: ["news"]
66
---
7-
RDF4J 5.1.0 is now available. This is a patch release fixing 16 bugs.
7+
RDF4J 5.1.0 is now available.
88

99
For more details, have a look at the [release notes](/release-notes/5.1.0).
1010
<!--more-->

site/content/release-notes/5.1.0.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@
22
title: "5.1.0"
33
toc: true
44
---
5-
RDF4J 5.1.0 is a patch release that fixes 16 issues.
5+
6+
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+
620

721
For a complete overview, see [all issues fixed in 5.1.0](https://github.com/eclipse/rdf4j/milestone/107?closed=1).
822

923
### Acknowledgements
1024

11-
This release was made possible by contributions from ???
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

Comments
 (0)