0.3.0 - 🐔
Breaking changes
- The
dagger.serializer.Serializer
protocol has been modified to rely on I/O streams in order to guarantee a constant memory footprint (#41 fixes #34) - The
dagger.runtime.local
API has been changed to allow users to choose between returning deserialized outputs and storing serialized outputs in a directory specified in the local filesystem (#41)
Bug fixes:
- Fixed a bug where outputs with more than 10 partitions would not be concatenated back in the same order as they were stored (#39)