Skip to content

0.2.0

Compare
Choose a tag to compare
@SeanTAllen SeanTAllen released this 02 Feb 02:50
· 91 commits to main since this release

Update interfaces with private methods work with Pony 0.47.0

Interfaces are no longer allowed to be private so TCPListenerActor,TCPConnectionActor, TCPClientActor, and TCPServerActor have been changed from interfaces to traits.

[0.2.0] - 2022-02-02

Changed

  • Update interfaces with private methods work with Pony 0.47.0 (PR #71)