v1.6.0
What's Changed
- feat: add ID and Equals methods to PID by @Tochemey in #278
- fix(deps): update module github.com/nats-io/nats.go to v1.34.1 by @renovate in #279
- fix(deps): update module golang.org/x/net to v0.23.0 by @renovate in #281
- feat: add RemoteSpawn by @Tochemey in #284
- fix(deps): update module golang.org/x/sync to v0.7.0 by @renovate in #282
- chore(deps): update dependency earthly/earthly to v0.8.7 by @renovate in #280
- fix(deps): update module golang.org/x/net to v0.24.0 by @renovate in #285
- fix(deps): update module github.com/cespare/xxhash/v2 to v2.3.0 by @renovate in #286
Noteworthy
ID
method onPID
interface returns the unique identifier of an actorEquals
method onPID
interface help check whether twoPID
s are equalsRemoteSpawn
method onPID
interface and on the api to remotely spawn an actor. One need to first register the actor type on the remote host.Register
method onActorSystem
interface to register an actor typeDeregister
method onActorSystem
interface to deregister an actor type- Move from gRPC unary call to streaming for remote messaging to cater for message ordering.
Full Changelog: v1.5.1...v1.6.0