Releases: cr-org/supernova
Releases · cr-org/supernova
v0.0.3
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
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.
v0.0.1
First experimental release, still WIP: http://hackage.haskell.org/package/supernova-0.0.1