Changelog of @hackage/bolty-streamly 0.1.0.0

Changelog for bolty-streamly

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

0.1.0.0

  • Initial release
  • Streamly Stream interface for bolty queries
  • Lazy record-by-record consumption of Neo4j query results
  • Connection pool, routing pool, and session streaming with automatic resource management via bracketIO
  • Streams are composable values — store, pass, and combine them freely
  • Typed decoding variants (As suffix) with RowDecoder