v1.7.0
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 similarPostWriteHandler
as in Akka Streams.- Redundant synchronisation in
viaParquet
is removed for better performance.