Skip to content

Release 0.10.0

Choose a tag to compare

@D4nte D4nte released this 06 Aug 06:52
70c58c8

Added

  • Relay and ReactJS guides and examples
    (#56).

Changed

  • Breaking: The WakuMessage APIs have been changed to move contentTopic out of the optional parameters.

Removed

  • Examples (web-chat): Remove broken /fleet command.
  • Breaking: Removed DefaultContentTopic as developers must choose a content topic for their app;
    recommendations for content topic can be found at https://rfc.vac.dev/spec/23/.

Fixed

  • WakuMessage.payloadAsUtf8 returning garbage on utf-8 non-ascii characters.
  • ChatMessage.payloadAsUtf8 returning garbage on utf-8 non-ascii characters.

[0.9.0] - 2021-07-26

Changed

  • Breaking: Store Response Protobuf changed to align with nim-waku v0.5
    (nim-waku#676).