Releases: devsisters/shardcake
Releases · devsisters/shardcake
v1.1.0
- Changed behaviour signature from
DequeuetoQueue#62 by @frekw - Improved logs for k8s pod health #67 by @jgulotta
- Switched Kryo serialization library (Chill being unmaintained) #76 by @ghostdogpr
- Fix logic to wait on previously terminating entities when terminating all entities #87 by @ghostdogpr
v2.0.6 (zio 2.x)
- Allowed
sendDiscardto fail if communication fails #50 by @ghostdogpr - Allowed overriding
maxSessionIdleTimeper entity #48 by @csar - Added more sharding events + a way to check all pods health #59 by @ghostdogpr
v1.0.6 (zio 1.x)
- Allowed
sendDiscardto fail if communication fails #51 by @ghostdogpr - Allowed overriding
maxSessionIdleTimeper entity #49 by @csar - Added more sharding events + a way to check all pods health #59 by @ghostdogpr
v2.0.5 (zio 2.x)
- Added
getShardingRegistrationEventstoShardingby @gregor-rayman - Added the ability to customize the formula from entity ID to shard ID by @gregor-rayman
- Added the ability to override the global send timeout by @ghostdogpr
v1.0.5 (zio 1.x)
- Added
getShardingRegistrationEventstoShardingby @gregor-rayman - Added the ability to customize the formula from entity ID to shard ID by @gregor-rayman
- Added the ability to override the global send timeout by @ghostdogpr
v2.0.4 (zio 2.x)
- Added the ability to broadcast messages to all pods (see
Sharding.registerTopicandSharding.broadcaster) - Modified
sendto fail when you send a message to an entity type that wasn't registered Replierwas moved fromcom.devsisters.shardcake.Messenger.Replierto simplycom.devsisters.shardcake.Replier
v1.0.4 (zio 1.x)
- Added the ability to broadcast messages to all pods (see
Sharding.registerTopicandSharding.broadcaster) - Modified
sendto fail when you send a message to an entity type that wasn't registered Replierwas moved fromcom.devsisters.shardcake.Messenger.Replierto simplycom.devsisters.shardcake.Replier
v2.0.3 (zio 2.x)
Fixed a bug causing entities not being terminated when no termination message was provided. Also added a test, an example and clarified the usage of termination messages in the docs.
v1.0.3 (zio 1.x)
Fixed a bug causing entities not being terminated when no termination message was provided. Also added a test, an example and clarified the usage of termination messages in the docs.
v2.0.2
- Improve resilience in some failure cases
- Improve parallelism of message