Skip to content

Fun I/O 2.0.0 Milestone 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@christian-schlichtherle christian-schlichtherle released this 14 Oct 16:43
· 125 commits to master since this release

This is the first milestone of Fun I/O 2.0.0. In this milestone, the Fun I/O API has been revisioned:

  • The map(Filter) operations in Source, Sink, Store and Codec now delegate to the Filter interface for better encapsulation. This allows for distinct optimizations, e.g. when transforming the content() and content(int) operations in the Store interface. Most applications should not be affected by this change.
  • The deprecated Buffer interface has been removed.