Releases: Tochemey/goakt
Releases · Tochemey/goakt
v0.6.0
What's Changed
- Mailbox API
- Fix Benchmark
- Additional tests
- Fix Shutdown bug for child actor to free up parents
Full Changelog: v0.5.1...v0.6.0
v1.0.0-beta-0
v1.0.0-beta.0 chore: additional test
v0.5.1
v0.5.0
What's Changed
This is a minor breaking change in how to handle remote messages.
- Custom Hasher
- BehaviorStack brought back
- Dependencies upgrade
- Rename the
messages
proto package toaddress
. No more need for messages pb. - Rewrote the remote messaging handling.
- Added
RemoteSender
to the message's context to help differentiate between remote messages and locally sent messages.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- ActorSystem method
StartActor
is nowSpawn
- ActorSystem method
RestartActor
is nowReSpawn
- ActorSystem method
StopActor
is nowKill
- Cluster Node env var
POD_IP
is nowNODE_IP
to avoid the k8 naming - Cluster Node env var
POD_NAME
is nowNODE_NAME
- Behaviour stack is removed completely because not relevant
- Fix the remoting bug when cluster is enabled
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- New Cluster engine with partitioning(https://github.com/Tochemey/goakt#clustering)
- Dependencies updates
- More tests
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- fix(deps): update module github.com/bufbuild/connect-opentelemetry-go to v0.4.0 by @renovate in #67
- feat: add static discovery provider by @Tochemey in #72
- fix(deps): update golang.org/x/exp digest to 613f0c0 by @renovate in #73
- chore(deps): update dependency earthly/earthly to v0.7.12 by @renovate in #74
- fix(deps): update patch go modules to v0.28.0-alpha.4 by @renovate in #75
- chore(deps): update wagoid/commitlint-github-action action to v5.4.3 by @renovate in #77
- fix(deps): update patch go modules to v0.28.0-beta.0 by @renovate in #76
- fix(deps): update golang.org/x/exp digest to 5dae85e by @renovate in #79
- fix(deps): update golang.org/x/exp digest to 515e97e by @renovate in #80
- chore(deps): update dependency earthly/earthly to v0.7.13 by @renovate in #81
- fix(deps): update minor go modules by @renovate in #82
- fix(deps): update golang.org/x/exp digest to b0cb94b by @renovate in #84
- fix(deps): update patch go modules to v0.28.0-rc.0 by @renovate in #83
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat: add some tests by @Tochemey in #49
- Configure Renovate by @renovate in #50
- chore(deps): update docker/login-action action to v2 by @renovate in #56
- chore(deps): update wagoid/commitlint-github-action action to v5.4.1 by @renovate in #55
- fix(deps): update module google.golang.org/protobuf to v1.31.0 by @renovate in #59
- fix(deps): update golang.org/x/exp digest to 97b1e66 by @renovate in #61
- fix(deps): update module github.com/bufbuild/connect-go to v1.9.0 by @renovate in #62
- chore(deps): update dependency earthly/earthly to v0.7.11 by @renovate in #65
- fix(deps): update module golang.org/x/net to v0.12.0 by @renovate in #64
- fix(deps): update module google.golang.org/grpc to v1.56.2 by @renovate in #66
New Contributors
Full Changelog: v0.2.1...v0.2.2