Skip to content

Commit 4ff0fd0

Browse files
authored
Add spreadsheet support to rdf4j-530-M2.md (#5687)
2 parents 8e8ea5a + c0721f2 commit 4ff0fd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RDF4J 5.3.0 is a minor release focusing on stability and getting the code ready
1515
- 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)`.
1616
- `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.
1717
- 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.
1819

1920
### Deprecations since 5.2.0
2021

0 commit comments

Comments
 (0)