Skip to content

miiigrate 0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:04

Robustness release — clean startup under engine-managed boots and docker compose.

  • Auto-run retry: auto: true now retries the startup migration run while the database worker is unavailable (capped exponential backoff, 2-minute budget). Previously the run was attempted exactly once: a boot-order race silently left migrations unapplied until a manual migrate::up.
  • Configuration RPC retry: configuration::register/get retry transient failures (timeout, not connected, function not registered yet) under the same budget instead of crashing the worker after ~16 s; real errors from the configuration worker still fail fast.
  • Clean boot logs: the default tracing filter silences iii-helpers' OTel connection module, which logged every pre-connection attempt at ERROR while iii-sdk already reports the same condition as a WARN retry. Set RUST_LOG to override.