Skip to content

v2.6.0

Compare
Choose a tag to compare
@mjakubowski84 mjakubowski84 released this 16 Jun 13:24
· 119 commits to master since this release

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 return Nothing in place of deprecated fs2.INothing. That is a small breaking API change but as fs2.INothing is bounded by Nothing then the change should not be a problem for library users.