Skip to content

v0.2.0

Compare
Choose a tag to compare
@ChristopherDavenport ChristopherDavenport released this 15 Mar 18:21
· 145 commits to main since this release
e076007

Big Changes

PubSub and Streams Support. Full Binary Messages. We can now key and value on binary messages. Should be space saving if you felt limited by the string only support. We still expose things easily for strings, but with options to build things with ByteVector.

We lost a little bit of performance in switching to fs2-scodec. However we fixed a pretty significant issue where repeated parses had dropped values in the underlying array. We can revisit, and the code is saved in the tests branch, so we have a baseline to get back there from.

Major shoutout to @s5bug who made the annoying kind projector issues go away. Its immensely appreciated!

What's Changed

New Contributors

  • @s5bug made their first contribution in #44

Full Changelog: v0.1.1...v0.2.0