Changelog

Track what's new across the Shinzo developer platform: network releases, SDK changes, tooling updates and documentation improvements.

July 16, 2026

🐳 Upgrade

Generator Client

docker pull ghcr.io/shinzonetwork/shinzo-generator-client:v0.6.5.2-ethereum-mainnet

Host Client

docker pull ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5.2-ethereum-mainnet

πŸš€ Improvements

  • Generator Blocks are now signed only after all required block data has been received. (PR #293)
  • Generator Pruning now skips invalid or incomplete records instead of stopping the entire process. (PR #287)
  • HostGenerator Updated status pages to point to the correct hub. (PR #319) (PR #302)
  • Host Billing now validates against the pool included in each signed request. Queries without a pool are rejected. (PR #314)
  • Host Failed pruning jobs are now automatically retried instead of being discarded. (PR #316)
  • Host History pruning is now disabled by default. (PR #317)
  • Storage Improved pruning reliability when new data is written during concurrent writes.
  • Storage Large deletion operations are now processed in smaller batches for better stability.
  • Storage Deleting documents now also removes their associated index entries.
  • Storage Improved pruning performance by reducing unnecessary ownership scans.

July 08, 2026

🐳 Upgrade

Generator Client

docker pull ghcr.io/shinzonetwork/shinzo-generator-client:ethereum-mainnet-latest

Host Client

docker pull ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet

πŸŽ‰ Highlights

  • Shinzō Testnet is now live.
  • Generator Generator Client is available for Shinzo Testnet deployments. Installation instructions: Generator Installation Guide
  • Host Host Client is available for Shinzo Testnet deployments. Installation instructions: Host Installation Guide