Skip to content

Commit c925822

Browse files
committed
updates to the release notes
1 parent f6b6457 commit c925822

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

site/content/release-notes/5.0.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ RDF4J 5.0.0 is a major release of the Eclipse RDF4J framework. Some highlights:
1111
- More queries with intermediary results are no longer limited by RAM/java heap but disk space available
1212
- Improve performance, query throughput and correctness in a transparent federation by refining various evaluation strategies (bind joins, property paths, limit pushing, ...)
1313
- JSON-LD 1.1 support
14-
- Merge joins as an optimization
14+
- Implementation of merge join for future use in query evaluation
15+
- Stability and performance improvements to the LmdbStore
16+
- Improved spilling to disk for large transactions
17+
1518
For a complete overview, see [all issues fixed in 5.0.0](https://github.com/eclipse/rdf4j/milestone/80?closed=1).
1619

1720
## Upgrade notes
1821

19-
RDF4J 5.0.0 contains several [backward incompatible
20-
changes](https://github.com/eclipse/rdf4j/issues?q=is%3Aclosed+is%3Aissue+label%3A%22%E2%9B%94+Not+backwards+compatible%22+milestone%3A%225.0.0%22), including removal of several deprecated modules and classes.
22+
RDF4J 5.0.0 contains several [backward incompatible changes](https://github.com/eclipse/rdf4j/issues?q=is%3Aclosed+is%3Aissue+label%3A%22%E2%9B%94+Not+backwards+compatible%22+milestone%3A%225.0.0%22), including removal of several deprecated modules and classes.
2123

2224
### Configuration vocabulary upgrade
2325

0 commit comments

Comments
 (0)