You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/news/rdf4j-530-M2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ RDF4J 5.3.0 is a minor release focusing on stability and getting the code ready
15
15
- Parser extension note: if you subclass `TupleExprBuilder` and override `createAnonVar()`, consider also overriding newer specialized methods used during parsing: `createAnonCollectionVar()`, `createAnonBnodeVar()`, `createAnonHavingVar()`, and `createAnonPathVar(boolean)`.
16
16
-`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.
17
17
- 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)).
18
+
- Inclusion of two new SPARQL result set formats: directly generating spreadsheets for ODF (LibreOffice etc) and OOXML (Microsoft Office) ([GH-5290](https://github.com/eclipse-rdf4j/rdf4j/issues/5290)). This includes new dependencies for the OOXML format.
0 commit comments