Skip to content

v1.7.0

Compare
Choose a tag to compare
@mjakubowski84 mjakubowski84 released this 29 Nov 11:41
· 242 commits to master since this release

This a next maintenance release that improves stability and functionality of integration with Akka Streams and FS2.

Akka Streams:

  • Thanks to @dkwi viaParquet receives a new functionality: withPostWriteHandler allows to monitor, flush files are take any action based on the current state of the ParquetWriter.
  • Further fixes of resource cleanup in viaParquet. From now on writers are properly closed also on internal and downstream errors.

FS2:

  • viaParquet receives similar PostWriteHandler as in Akka Streams.
  • Redundant synchronisation in viaParquet is removed for better performance.