Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 512 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 512 Bytes

Changelog

v0.3.0 (2023-04-08)

  • 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 asynchronous Actions
  • Improved handling of timeouts and cancellations via contexts
  • Improved external checking if Actor is still running

v0.2.0 (2022-05-18)

  • Migrated to Go 1.18

v0.1.0 (2021-09-01)

  • Migrated Actor code from Together library