Changelog for streamly-0.8.1

Changelog

0.8.1 (Nov 2021)

See docs/API-changelog.txt for new APIs introduced.

Bug Fixes

Notable Internal API Changes

0.8.0 (Jun 2021)

See API Changelog for a complete list of signature changes and new APIs introduced.

Breaking changes

Bug Fixes

Enhancements

Notable Internal/Pre-release API Changes

Breaking changes:

Bug fixes:

Miscellaneous

0.7.3 (February 2021)

Build Issues

0.7.2 (April 2020)

Bug Fixes

Build Issues

0.7.1 (February 2020)

Bug Fixes

Behavior change

Performance

0.7.0 (November 2019)

Breaking changes

Behavior change

Deprecations

Bug Fixes

Major Enhancements

This release contains a lot of new features and major enhancements. For more details on the new features described below please see the haddock docs of the modules on hackage.

Exception Handling

See Streamly.Prelude for new exception handling combinators like before, after, bracket, onException, finally, handle etc.

Composable Folds

Streamly.Data.Fold module provides composable folds (stream consumers). Folds allow splitting, grouping, partitioning, unzipping and nesting a stream onto multiple folds without breaking the stream. Combinators are provided for temporal and spatial window based fold operations, for example, to support folding and aggregating data for timeout or inactivity based sessions.

Composable Unfolds

Streamly.Data.Unfold module provides composable stream generators. Unfolds allow high performance merging/flattening/combining of stream generators.

Streaming File IO

Streamly.FileSystem.Handle provides handle based streaming file IO operations.

Streaming Network IO

Concurrent concatMap

The new concatMapWith in Streamly.Prelude combinator performs a concatMap using a supplied merge/concat strategy. This is a very powerful combinator as you can, for example, concat streams concurrently using this.

Other Enhancements

0.6.1 (March 2019)

Bug Fixes

Enhancements

0.6.0 (December 2018)

Breaking changes

Enhancements

0.5.2 (October 2018)

Bug Fixes

0.5.1 (September 2018)

0.5.0 (September 2018)

Bug Fixes

Enhancements

Deprecations

0.4.1 (July 2018)

Bug Fixes

0.4.0 (July 2018)

Breaking changes

Deprecations

Enhancements

0.3.0 (June 2018)

Breaking changes

Bug Fixes

Enhancements

0.2.1 (June 2018)

Bug Fixes

0.2.0 (May 2018)

Breaking changes

Deprecations

Enhancements

0.1.2 (March 2018)

Enhancements

Bug Fixes

0.1.1 (March 2018)

Enhancements

Bug Fixes

0.1.0 (December 2017)