Skip to content

Commit 8ef9962

Browse files
committed
update news item
1 parent 54a27a7 commit 8ef9962

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

site/content/news/rdf4j-530-M2.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ categories: ["news"]
66
---
77
Milestone number 2 of the upcoming 5.3.0 release of RDF4J is now available for download.
88

9-
RDF4J 5.3.0 is a minor release focusing on ... .
9+
RDF4J 5.3.0 is a minor release focusing on stability and getting the code ready for the next major release.
10+
11+
### Notable changes in 5.3.0 M2
12+
13+
- SHACL validation can now be configured more precisely for inferred data ([GH-5676](https://github.com/eclipse-rdf4j/rdf4j/issues/5676)). If a shape (or global SHACL setting) disables inferred statements, underlying sails must emit inferred-aware callbacks by implementing `statementAdded(Statement, boolean inferred)` and `statementRemoved(Statement, boolean inferred)` in `SailConnectionListener`.
14+
- The new query renderer introduced in M1 is improved with additional parser/renderer fixes, including `FILTER NOT EXISTS` rendering ([GH-5561](https://github.com/eclipse-rdf4j/rdf4j/issues/5561)). If you subclass `TupleExprBuilder` and override `createAnonVar()`, consider also overriding the newer specialized methods used by renderer-aware parsing: `createAnonCollectionVar()`, `createAnonBnodeVar()`, `createAnonHavingVar()`, and `createAnonPathVar(boolean)`.
15+
- `Var` remains extensible through SPI (as introduced in M1): use `Var.of(...)` factories, provide a custom `Var.Provider` (`newVar(...)` and optionally `cloneVar(...)`), and register via `META-INF/services/org.eclipse.rdf4j.query.algebra.Var$Provider` or the `org.eclipse.rdf4j.query.algebra.Var.provider` system property.
16+
- Additional end-user fixes include support for refining JSON-LD `@context` ([GH-5573](https://github.com/eclipse-rdf4j/rdf4j/issues/5573)) and major LuceneSail transaction performance improvements ([GH-5291](https://github.com/eclipse-rdf4j/rdf4j/issues/5291)).
1017

1118
This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on all the improvements we have put in.
1219

0 commit comments

Comments
 (0)