diff --git a/site/content/download.md b/site/content/download.md index be001e0e57..a7e49a1db8 100644 --- a/site/content/download.md +++ b/site/content/download.md @@ -5,15 +5,15 @@ toc: true You can either retrieve RDF4J via Apache Maven, or download the SDK or onejar directly. -## RDF4J 5.0.3 (latest) +## RDF4J 5.1.0 (latest) -RDF4J 5.0.3 is our latest stable release. It requires Java 11 minimally. -For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.0.3). +RDF4J 5.1.0 is our latest stable release. It requires Java 11 minimally. +For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.1.0). -- [RDF4J 5.0.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-sdk.zip)
+- [RDF4J 5.1.0 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.0-sdk.zip)
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API. -- [RDF4J 5.0.3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-onejar.jar)
+- [RDF4J 5.1.0 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.0-onejar.jar)
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project. - [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/) @@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th org.eclipse.rdf4j rdf4j-bom - 5.0.3 + 5.1.0 pom import @@ -52,6 +52,12 @@ which artifacts RDF4J provides. ## Older releases +### RDF4J 5.0 + +- [RDF4J 5.0.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-sdk.zip) +- [RDF4J 5.0.3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-onejar.jar) + + ### RDF4J 4.3 - [RDF4J 4.3.15 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.15-sdk.zip) diff --git a/site/content/news/rdf4j-510.md b/site/content/news/rdf4j-510.md new file mode 100644 index 0000000000..c967112748 --- /dev/null +++ b/site/content/news/rdf4j-510.md @@ -0,0 +1,14 @@ +--- +title: "RDF4J 5.1.0 released" +date: 2024-11-21T22:02:32+0100 +layout: "single" +categories: ["news"] +--- +RDF4J 5.1.0 is now available. + +For more details, have a look at the [release notes](/release-notes/5.1.0). + +### Links + +- [Download RDF4J](/download/) +- [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 new file mode 100644 index 0000000000..d4031b8a06 --- /dev/null +++ b/site/content/release-notes/5.1.0.md @@ -0,0 +1,25 @@ +--- +title: "5.1.0" +toc: true +--- + +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 Bart Hanssens, Antoine Willerval, Håvard M. Ottestad, Florian Kleedorfer, Andreas Schwarte and Jerven Bolleman. diff --git a/site/static/javadoc/5.1.0.tgz b/site/static/javadoc/5.1.0.tgz new file mode 100644 index 0000000000..22c480c131 Binary files /dev/null and b/site/static/javadoc/5.1.0.tgz differ diff --git a/site/static/javadoc/latest.tgz b/site/static/javadoc/latest.tgz index 28d3c04edf..22c480c131 100644 Binary files a/site/static/javadoc/latest.tgz and b/site/static/javadoc/latest.tgz differ