- 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
- Migrated to Go 1.18
- Migrated Actor code from Together library