Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
eclipse-rdf4j/rdf4j#2235 added a few highlight bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
abrokenjester committed Jul 23, 2020
1 parent 7d0df7c commit 13f1cca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions site/content/release-notes/3.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ It is backward compatible with previous RDF4J releases.

Highlights:

- [TODO]
- ShaclSail now supports sh:inversePath (limited to single predicates).
-
- A new mechanism for providing per-transaction configuration settings is now available in the Repository and SAIL APIs.
- The ShaclSail now supports sh:inversePath (limited to single predicates).
- Custom SPARQL functions now allow inspection of the triplestore state during evaluation.
- Improved query plan rendering.
- Utility functions for working with RDF Containers (Alt, Bag, Seq) added.
- [TODO links to relevant issues / documentation]

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.
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
Expand Down

0 comments on commit 13f1cca

Please sign in to comment.