v2.3.0
This release comes with a few improvements in the Apache Jena RIOT / Eclipse RDF4J Rio integrations, as well as a lot of minor fixes.
Note – default behavior change: to fix a bug as described in #221, Jena RIOT/RDF4J Rio writers will now by default say in the stream options header that RDF-star and generalized RDF may be used in the stream. If you want to explicitly say that your stream is purely RDF 1.1-standard, you will have to change the default writer settings.
What's Changed
- Fix typo in comment in EncoderLookup by @Ostrzyciel in #213
- Update rdf4j-model, rdf4j-rio-api, ... to 5.0.3 by @scala-steward in #214
- Docs: add more details on plugin installation with RDF4J by @Ostrzyciel in #215
- Apache Pekko updates by @scala-steward in #216
- Remove dependency on full Netty by @Ostrzyciel in #217
- Fix missing physical stream type in Jena stream writer by @Ostrzyciel in #219
- Fix missing phys. stream type in RDF4J writer by @Ostrzyciel in #220
- Jena/RDF4J stream options: enable all features by default by @Ostrzyciel in #222
- Jena CLI: allow changing writer settings with presets by @Ostrzyciel in #223
Full Changelog: v2.2.2...v2.3.0