# Changelog for `quic-simple` All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). ## 0.1.1.0 - 2025-12-02 - Stream wrappers now use async and will close their streams on exit. * The exposed stream worker can be used for linking to other threads. * Client and servers link to their default streams. - Added `runServerStateful`, a more complex layer under Simple server. - Added `startClientAsync`, a less complex layer under Simple client. ## 0.1.0.1 - 2025-11-30 - Added `onException` to `startClientSimple` wrapper, so it can be timed out without leaking its client. ## 0.1.0.0 - 2025-11-29 Initial release.