v2.5.1
This release brings a few improvements. You can now configure a retry schedule for unregister (useful in case the Shard Manager is momentarily unavailable) as well as "server interceptors" for your gRPC service.
What's Changed
- Add a layer to simplify local testing by @ghostdogpr in #152
- Upgrade dependencies by @ghostdogpr in #153
- Terminate all entities of each entity type in parallel by @ghostdogpr in #158
- Adding metadata to shardcake's internal calls. by @douglasthomsen in #155
- Add retries to unregister by @ghostdogpr in #159