Skip to content

0.3.0 - 🐔

Compare
Choose a tag to compare
@larribas larribas released this 24 Sep 14:59
· 9 commits to main since this release
f72db46

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)