Skip to content

Releases: bahner/go-ma-actor

Release v0.0.10

11 Feb 14:17
efcbf61
Compare
Choose a tag to compare

Colours and stability.

  • Added more sanity checks around the code
  • Colour code messages to show the how messages are of different degrees of privacy
  • Generic subscription loop
  • Better handling of context

Full Changelog: v0.0.9...v0.0.10

Version 0.0.9

09 Feb 10:11
1298768
Compare
Choose a tag to compare

v0.0.8 with the missing files added.

Full Changelog: v0.0.8...v0.0.9

Version 0.0.7

08 Feb 01:25
2fde408
Compare
Choose a tag to compare

Release more stable go-ma-actor. It's pretty usable and the double sending of messages has been fixed. The subscription loops are rewritten.

Full Changelog: v0.0.6...v0.0.7

Release v0.0.6

04 Feb 18:49
003ae65
Compare
Choose a tag to compare

A nice release that's ostly harmless.

Works quite nicely as a chat app now.

Feature both public and private messaging. All messages are signed.

Full Changelog: v0.0.5...v0.0.6

Version 0.0.5

28 Jan 18:02
91e1a76
Compare
Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

Version 0.0.4

24 Jan 21:30
5f073b8
Compare
Choose a tag to compare

Substantially refactored config to be shared and overridable.

Full Changelog: v0.0.3...v0.0.4

Version 0.0.3

22 Jan 18:15
306acba
Compare
Choose a tag to compare

Matching new go-ma (v0.2.1)

Full Changelog: v0.0.2...v0.0.3

Version 0.0.2

27 Nov 08:24
9fbbce5
Compare
Choose a tag to compare

Refactored a lot of P2P and config. Config can now be merged with using packages.

Full Changelog: v0.0.1...v0.0.2

Version 0.0.1

25 Nov 23:38
ea204cb
Compare
Choose a tag to compare

actor is now stable enough, /me thinks to warrant a release. Use this directly instead of go-ma. It should aid you a bunch.