Skip to content

0.8.3

Compare
Choose a tag to compare
@LeonHartley LeonHartley released this 05 Jan 15:23
· 84 commits to master since this release
  • Extendable system health check - add the ability to register custom actor implementations to be part of the health check:

If any of the system actors take longer than 1 second to respond to a GetStatus, the health check will report the health status as Degraded.
If an error is returned from any of the actors, the health check will report it as Unhealthy.
Health check also provides useful information such as currently active cluster peers and version information.

  • Shards will now start entities asynchronously and are no longer blocked by individual entity recoveries, messages will be buffered until the shard receives confirmation that the actor has started successfully.

  • HTTP API Swagger + openapi powered by utoipa crate.

Full Changelog: 0.8.2...0.8.3