• v0.6.7 25ded15a5b

    v0.6.7 Pre-Release

    sarah released this 2021-04-23 21:08:52 +00:00 | 519 commits to master since this release

    • upgrading group support to the new event bus (BUGFIX to prevent duplicate messages)
    Downloads
  • v0.6.6 ae90e22e64

    v0.6.6 Pre-Release

    sarah released this 2021-04-13 22:25:27 +00:00 | 522 commits to master since this release

    • checking around peer Listen and ProtocolEngineStopped
    • Fixes #308
    • Typo fix on internal event constant
    Downloads
  • v0.6.5 a3529c6c20

    v0.6.5 Pre-Release

    sarah released this 2021-04-09 22:07:04 +00:00 | 525 commits to master since this release

    • upgrades of core dependencies - tapir / connectivity / log
    Downloads
  • v0.6.4 a6327c1b6d

    v0.6.4 Pre-Release

    sarah released this 2021-04-06 21:55:10 +00:00 | 529 commits to master since this release

    • CwtchPeer now directly supports BlockUnknownConnections and AllowUnknownConnections instead of these being application provided features.
    Downloads
  • v0.6.3 cef8223a30

    v0.6.3 Pre-Release

    sarah released this 2021-03-29 22:25:08 +00:00 | 531 commits to master since this release

    • Splitting CwtchPeer into functionally separate interfaces that are then composed into the main Peer type. This makes testing and analysis easier in calling functions that only require a subset of the functionality present in a CwtchPeer
    Downloads
  • v0.6.2 3ac36db511

    v0.6.2 Pre-Release

    sarah released this 2021-03-24 23:22:48 +00:00 | 533 commits to master since this release

    More event bus upgrades. We also now require that all raw bytes in event messages are encoded. No External API changes.

    Downloads
  • v0.6.1 afd6201a98

    v0.6.1 Pre-Release

    sarah released this 2021-03-24 20:27:50 +00:00 | 535 commits to master since this release

    Changes to internal eventbus API.

    Downloads
  • v0.6.0 5d1d057d6a

    v0.6.0 Pre-Release

    sarah released this 2021-03-19 21:40:58 +00:00 | 538 commits to master since this release

    • PeerStateChange isn't sent for Connections that don't complete authentication
    • ConnectionState map is no longer "static"
    Downloads
  • v0.5.1 5e5842611b

    v0.5.1 Pre-Release

    dan released this 2020-12-19 01:31:42 +00:00 | 540 commits to master since this release

    • Storage now stores acks to peer messages and group messages. (pending peer messages are no longer stored as there is currently no way to store them in stream store unacked and update later. other options would lead to potentially incorrectly assuming they were acked)
    • model/group uses the ack flag for messages now
    Downloads
  • v0.5.0 94b47d213f

    v0.5.0 Pre-Release

    sarah released this 2020-12-17 05:55:37 +00:00 | 542 commits to master since this release

    • NewGroup event
    • GroupName now appears in invites
    • GroupID and GroupName now properly defined and consistent across internal and invite model
    Downloads