Releases: zama-ai/fhevm
Releases · zama-ai/fhevm
v0.7.0-0
What's Changed
Other Changes
- docs: update gateway url by @immortal-tofu in #644
- Update docs on release branch by @poppyseedDev in #653
- Allow transient ebytes by @jatZama in #655
- docs: update first_smart_contract.md by @poppyseedDev in #656
- docs: update first_smart_contract.md by @poppyseedDev in #657
- Docs/use bundle fhevmjs by @immortal-tofu in #659
- refactor: add custom errors for TFHE by @PacificYield in #658
- docs: mocked frontend by @jatZama in #664
- Update Counter.sol by @jatZama in #669
- feat: updated to new core contracts prerelease by @jatZama in #674
- feat: new DecryptionOracle contract by @jatZama in #680
- feat: use new DecryptionOracle with requestID generated by dApp by @jatZama in #681
- chore: updates codegen by @PacificYield in #682
- feat: new fhevm-core-contracts pre-release by @jatZama in #686
- feat: add event in DecryptionOracleCaller by @jatZama in #687
- Fixing typo + other things I see in the doc by @bcm-at-zama in #676
- ci: fix CI for release and prerelease by @jatZama in #694
- 0.7.0-0 by @jatZama in #695
Full Changelog: v0.6.2...v0.7.0-0
v0.6.2
What's Changed
Other Changes
- fix: update whitepaper mentions by @immortal-tofu in #652
- docs: fix due to change in hardhat-templates + README by @poppyseedDev in #642
- Allow transient ebytes by @jatZama in #654
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
Other Changes
- fix: update gateway url by @immortal-tofu in #637
- Core contracts061 0 by @jatZama in #645
- chore: remove console log added for debug by @manoranjith in #648
- Release061 by @jatZama in #646
Full Changelog: v0.6.0...v0.6.1
v0.6.1-0
What's Changed
Other Changes
- docs: add new whitepaper by @immortal-tofu in #635
- docs: update docs styling by @poppyseedDev in #636
- Doc 06 some minor adjustments by @yuxizama in #638
- 0.6.0 by @immortal-tofu in #639
- fix: update gateway url by @immortal-tofu in #637
- Core contracts061 0 by @jatZama in #645
Full Changelog: v0.6.0-8...v0.6.1-0
v0.6.0
Summary
This version of fhEVM introduces expanded type support, a more robust input mechanism with proof capabilities, and enhanced configurability for fhEVM deployment. These changes continue to improve flexibility, usability, and integration with encrypted data systems.
What's Changed
Breaking Changes
- New Input Mechanism with Proof: The input mechanism now supports proofs to validate ciphertext authenticity and integrity. Update your code to align with these changes. Refer to the updated Input Mechanism Documentation for guidance.
- Introducing TFHE.setFHEVM(): This new function enables users to specify a particular fhEVM configuration on a network.
New Features
- Added
euint128
andeuint256
for higher-precision encrypted integers. - Added
ebytes64
,ebytes128
, andebytes256
for working with larger encrypted byte arrays.
Resources
- Documentation:
Full Changelog: v0.5.9...v0.6.0