Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 01:26
· 344 commits to main since this release
a75fee5

0.9.0 (2023-02-16)

Breaking Changes


* feat!: Do not expose AsBytes()
* refactor: Make our String or Bytes interface more intuitive to users.

Name it from the POV of the user passing things in, not from what is
received.

Bytes -> StringOrBytes
RawBytes -> Bytes
StringBytes -> String

* feat!: String("string") and Bytes([]bytes("abc"))
* Add a type alias for keys.

Feature

Bug Fixes

  • Make sure the pubsub tests clean up after themselves even if they fail. (#139) (a75fee5)