supernova v0.0.3 Release Notes
Release Date: 2020-09-15 // about 4 years ago-
๐ฆ Lots of improvements. API becoming more stable. http://hackage.haskell.org/package/supernova-0.0.3
๐ Changes according to
git shortlog v0.0.2..v0.0.3 --no-merges
:Gabriel Volpe (16):
- #5 Extracting out CheckSum computation & validation
- ๐ #6 Tuning CI build
- #7 Avoid Managed's space leak
- ๐ท #9 Introducing workers & finalizers
- ๐ #10 Update documentation
- #11 Fix SIGTERM for consumers
- #12 Implementing consumer permits flow
- #13 Subscription type
- #15 (Under-documented) Optional frame fields
- โก๏ธ Update GHC version to 8.8.4
- #18 Response handler per ReqId / SeqId
- #19 AppState lenses
Richard Claus (1):
- #16 Export ConnectData data constructors
Previous changes from v0.0.2
-
The protobuf code-generation has been split from the main library which means end users no longer need the
protobuf
dependency in scope and compilation is now much faster.