v2.2.0
This release brings one new feature (autodetecting if the parsed file is delimited or not), some performance improvements in parsing and serialization, and dependency updates.
What's Changed
- Experiment: guess if the parsed file is delimited or not by @Ostrzyciel in #184
- Jena & RDF4J: autodetect if parsed file is delimited or not by @Ostrzyciel in #185
- Update sbt, sbt-dependency-tree, ... to 1.10.3 by @scala-steward in #186
- Fix typo in docstring by @Ostrzyciel in #187
- Fix Jena tests getting stuck in a deadlock by @Ostrzyciel in #190
- Update sbt-ci-release to 1.9.0 by @scala-steward in #188
- Update scalameta to 4.11.0 by @scala-steward in #189
- Unwrap RdfStreamRow contents by @Ostrzyciel in #198
- Update protobuf-java to 4.28.3 by @scala-steward in #200
Full Changelog: v2.1.0...v2.2.0