Skip to content

Releases: tideland/go-actor

Change configuration style

25 May 11:55
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

Use structure instead of option functions.

v0.4.0

23 May 19:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Tideland Go Actor v0.3.0

09 Apr 15:30
0bb418b
Compare
Choose a tag to compare
  • Migrated to Go 1.19
  • Added Repeat() methods for running background Actions in intervals
  • Added context to individual Action calls
  • Removed Action calls with timeouts
  • Changed to common queue for synchronous and asynchonous Actions
  • Improved handling of timeouts and cancellations via contexts
  • Imporved external checking if Actor is still running

Tideland Go Actor v0.2.0

23 Jul 17:29
721cd3a
Compare
Choose a tag to compare

Changed to Go 1.18

Tideland Go Actor v0.1.0

03 Sep 18:27
c3cd711
Compare
Choose a tag to compare

Simple synchronous and asynchronous programming following the actor model.