Skip to content

Releases: zama-ai/fhevm

v0.9.0-1

01 Oct 12:17
v0.9.0-1
bf397ab

Choose a tag to compare

v0.9.0-1 Pre-release
Pre-release

Full Changelog: v0.9.0-0...v0.9.0-1

v0.9.0-0

01 Oct 08:42
63b959a

Choose a tag to compare

v0.9.0-0 Pre-release
Pre-release

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

Full Changelog: v0.8.0-7...v0.9.0-0

v0.8.1

11 Sep 07:49
v0.8.1

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.8.0...v0.8.1

v0.8.1-1

08 Sep 14:40
f2b4c2b

Choose a tag to compare

v0.8.1-1 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.8.0-7...v0.8.1-1

v0.8.0

02 Sep 10:19
v0.8.0
080c787

Choose a tag to compare

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

01 Sep 13:08
v0.8.0-7
064a193

Choose a tag to compare

v0.8.0-7 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.8.0-6...v0.8.0-7

v0.8.0-6

27 Aug 14:06
d2bc223

Choose a tag to compare

v0.8.0-6 Pre-release
Pre-release

Full Changelog: v0.8.0-5...v0.8.0-6

v0.8.0-5

27 Aug 13:42
v0.8.0-5
c9d2319

Choose a tag to compare

v0.8.0-5 Pre-release
Pre-release

What's Changed

Other Changes

  • fix(coprocessor): host-listener regression by @rudy-6-4 in #789

Full Changelog: v0.8.0-4...v0.8.0-5

v0.8.0-4

26 Aug 18:18
v0.8.0-4

Choose a tag to compare

v0.8.0-4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.0-3...v0.8.0-4

v0.8.0-3

20 Aug 09:18
6c9c113

Choose a tag to compare

v0.8.0-3 Pre-release
Pre-release
chore(host-contracts): bump reinitializer version in input/kms verifi…