This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eclipse-rdf4j/rdf4j#2235 first draft of release notes for 3.3.0 (#161)
* eclipse-rdf4j/rdf4j#2235 first draft of release notes for 3.3.0 Detailed to be added as they become available. * sh:inversePath support Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * GH-2235 added note on jackson dependencies Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * GH-2235 added names Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * GH-2235 added more names Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * GH-2235 correction in name Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * eclipse-rdf4j/rdf4j#2235 added pavel to acknowledgments * GH-2235 added ack for elad shaked * eclipse-rdf4j/rdf4j#2235 added a few highlight bullet points * more updates for release Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * updated java docs Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * more 3.3.0 release notes, a news article and also more shacl documentation Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> Co-authored-by: Håvard Ottestad <hmottestad@gmail.com> Co-authored-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
- Loading branch information
Showing
9,891 changed files
with
1,623,653 additions
and
21,371 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "RDF4J 3.3.0 released" | ||
date: 2020-07-24 | ||
layout: "single" | ||
categories: ["news"] | ||
--- | ||
We are very pleased to announce that RDF4J 3.3.0 is now available. RDF4J 3.3.0 is a minor release with over 30 issues fixed, including several major new features and improvements. Some of the highlights: | ||
|
||
- Per-transaction configuration settings | ||
- More powerful SPARQL functions | ||
- Many new SHACL features | ||
- RDF Containers support | ||
- Java 13 and 14 support | ||
- Many more features, bug fixes and performance improvements | ||
|
||
A shout out to | ||
|
||
For more details, have a look at the [release notes](/release-notes/3.3.0). | ||
<!--more--> | ||
### Links | ||
|
||
- [Download RDF4J](/download/) | ||
- [release notes](/release-notes/3.3.0). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: "3.3.0" | ||
--- | ||
RDF4J 3.3.0 is a minor release [TODO] | ||
|
||
It is backward compatible with previous RDF4J releases. | ||
|
||
Highlights: | ||
|
||
- A new mechanism for providing per-transaction configuration settings is now available in the Repository and SAIL APIs. Currently used by the [ShaclSail](https://rdf4j.org/documentation/programming/shacl/#performance). | ||
- The ShaclSail now supports sh:inversePath (limited to single predicates) and sh:hasValue. | ||
- [Custom SPARQL functions](https://rdf4j.org/javadoc/3.3.0/org/eclipse/rdf4j/query/algebra/evaluation/function/TupleFunction.html) now allow inspection of the triplestore state during evaluation. | ||
- Improved query plan rendering. | ||
- Utility functions for working with [RDF Containers](https://rdf4j.org/javadoc/3.3.0/org/eclipse/rdf4j/model/util/RDFContainers.html) (Alt, Bag, Seq) added. | ||
- Experimental support for various new SHACL features ([DASH and RSX](https://rdf4j.org/documentation/programming/shacl/#supported-shacl-features)) | ||
- Elasticsearch, Lucene and Solr upgrades | ||
- Support for Java 13 and 14 | ||
- Performance improvements and bug fixes | ||
|
||
For a complete overview, see [all issues fixed in 3.3.0](https://github.com/eclipse/rdf4j/milestone/51?closed=1). | ||
|
||
## Upgrade notes | ||
|
||
This release is binary compatible with previous releases. | ||
|
||
RDF4J 3.1.x and 3.2.x implicitly included the jackson-core, jackson-databind and jackson-annotations dependencies when using the `rdf4j-rio-api` maven artifact. In version 3.3.0, these dependencies are explicitly excluded. | ||
Projects relying on this unintended behavior should check if they need to add these jackson dependencies to their build files. | ||
|
||
## Acknowledgements | ||
|
||
This release was made possible by contributions from Andreas Schwarte, Bart Hanssens, Elad Shaked, Gaurav Aggarwal, Gauri Bhatanagar, Håvard M. Ottestad, Jeen Broekstra, Navdha Agarwal, Pavel Mihailov, Prince Sachdeva, Raghav Rathi, Reeshabh Kumar Ranjan, Sakshi Saini, and Shubhi Jain. |
Oops, something went wrong.