v2.6.0
Numerous dependency updates. Most notable:
- Scala 2.12.x updated to 2.12.16
- Scala 3.1.x updated to 3.1.2
- Parquet updated to 1.12.3
- FS2 updated to 3.2.8
- Cats Effect updated to 3.3.12
Bugfix:
- Ignoring NPE thrown by parquet-hadoop when closing writer under some conditions. Library users will not see misleading exceptions in their logs
API changes:
- Due to the update of FS2
Pipe
in writer returnNothing
in place of deprecatedfs2.INothing
. That is a small breaking API change but asfs2.INothing
is bounded byNothing
then the change should not be a problem for library users.