Skip to content

v2.13.0

Compare
Choose a tag to compare
@mjakubowski84 mjakubowski84 released this 23 Sep 13:24
· 77 commits to master since this release

Here it is! Proper support for Protobuf! In Scala way!
Thanks to @huajiang-tubi Parquet4S has a new module that allows reading and writing Parquet to and from Protobuf. It leverages ScalaPB so that you can use Scala case classes for the model in your Scala projects. And it is very easy to use! Please refer to the documentation for more details.

Other notable changes:

  • Each module now has a custom function in the API for reading and writing Parquet using your custom internals
  • InMemoryOutput file becomes reusable
  • FS2 updated to 3.9.2
  • SLF4J updated to 2.0.9

Big thanks to @huajiang-tubi for his contributions!