v2.2.0
What's Changed
- Upgrade to go 1.22 by @Tochemey in #354
- Upgrade kubernetes dependencies by @Tochemey in #354
- Calibrate appropriately the default mailbox size and stash size. by @Tochemey in #358
- Refactor example codes to use the new clusterConfig by @Tochemey in #359
- Remove examples code to a separate repo by @Tochemey in #362
- Update earthly/earthly to v0.8.14 by @renovate in #360
PipeTo
implementation by @Tochemey in #366
New
PipeTo
: send the successful result of a future(long-running task) to self or a given actor. This can be achieved from the PID as well as from the ReceiveContext- Go-Akt runs now on go 1.22: this was necessary because the latest kubernetes dependencies are all running on go 1.22
Full Changelog: v2.1.0...v2.2.0