Skip to content

v1.6.0

Latest

Choose a tag to compare

@oz-release-app oz-release-app released this 08 Jul 17:14
554f15a

1.6.0 (2026-07-08)

🚀 Features

  • Multi-threaded runtime for the transaction pipeline (#810)
    (a2d53df)
  • Bounded Redis connection lifetime for endpoint/DNS-change recovery (#813)
    (152cc8a)
  • Azure Key Vault (evm-azure-key-vault-signer) (#779)
    (ef5d08b)
  • Add GCP Pub/Sub queue backend (#791) (f1872a1)
  • Track queue latency (#745) (52f2ecb)

🐛 Bug Fixes

  • Hide cancelled txs and fix cancel tracking (#809)
    (b035c5a)
  • Serialize fields as strings to avoid precision loss (#789)
    (345b895)
  • Use alloy's re-exported reqwest for EVM transport client (#777)
    (fddc35c)

🔧 Chores