Releases: zama-ai/fhevm
v0.9.0-1
Full Changelog: v0.9.0-0...v0.9.0-1
v0.9.0-0
This is the first pre-release of v0.9.
What's Changed
✨ Main Features
Keygen
Ability to trigger the key generation directly via the Gateway.
New User decryption share mechanism
Shares are no longer stored on-chain.
Instead, they are now included in the event’s data on the Gateway.
⚠️ Compatibility Notes
Information about two main components.
KMS Core
This pre-release is not compatible with kms core 0.12.0, since a cross-component feature is already merged there.
For now, please use docker image: bc02d56.
The next pre-release will include the cross-component features across all components, and
we will switch to kms core 0.12.0.
Relayer
Compatible version: v0.5.0-0
📝 Notes
This pre-release comes with a changelog including breaking changes (some environment variables and user-facing).
Please review the changelog (v0.9) carefully before upgrading.
New Contributors
- @arajasek made their first contribution in #839
- @BilokinTaras made their first contribution in #512
Full Changelog: v0.8.0-7...v0.9.0-0
v0.8.1
What's Changed
Other Changes
- docs(common): update migration guide by @immortal-tofu in #816
- chore(kms-connector): remove from db on unrecoverable errors by @eudelins-zama in #826
- Fix performance of query for work by @antoniupop in #848
Full Changelog: v0.8.0...v0.8.1
v0.8.1-1
What's Changed
Other Changes
- docs(common): update migration guide by @immortal-tofu in #816
- chore(kms-connector): remove from db on unrecoverable errors by @eudelins-zama in #826
Full Changelog: v0.8.0-7...v0.8.1-1
v0.8.0
What's Changed
- New KMS connector
- Compressed ciphertext support for SnS worker and KMS
- Include an extraData generic field in gateway functions, events and signed structs
- Change callback function expected by Oracle (following ERC)
- Change storage layout for library (following ERC)
- Add
protocolId()function in SepoliaConfig (following ERC) - Host listener reorganisation handling
- Reduced User Decrypt Payload Size
For more details: https://github.com/zama-ai/fhevm/wiki/0.8.0
Full Changelog: v0.7.11...v0.8.0
v0.8.0-7
v0.8.0-6
Full Changelog: v0.8.0-5...v0.8.0-6
v0.8.0-5
v0.8.0-4
What's Changed
Full Changelog: v0.8.0-3...v0.8.0-4
v0.8.0-3
chore(host-contracts): bump reinitializer version in input/kms verifi…