Releases: microsoft/CCF
Releases · microsoft/CCF
1.0.3
1.0.2
1.0.1
1.0.0
The Confidential Consortium Framework CCF is an open-source framework for building a new category of secure, highly available, and performant applications that focus on multi-party compute and data.
This is the first long term support release for CCF. The 1.0 branch will only receive security and critical bug fixes, please see our release policy for more detail.
Active development will continue on the main branch, and regular development snapshots including new features will continue to be published.
Browse our documentation to get started with CCF, or open a discussion on GitHub if you have any questions.
1.0.0-rc3
1.0.0-rc2
Changed
- Adjust release pipeline to cope with GitHub renaming debian packages containing tildes.
1.0.0-rc1
Changed
- By default, CCF is now installed under
/opt/ccfrather than/opt/ccf-x.y.z.
0.99.4
0.99.3
Added
kv::MapHandle::size()can be used to get the number of entries in a given map.kv::MapHandle::clear()can be used to remove all entries from a map.
0.99.2
Changed
- The default constitution no longer contains
set_service_principalorremove_service_principalsince they are not used by the core framework. Instead any apps which wish to use these tables should add them to their own constitution. A sample implementation is available, and used in the CI tests. - Proposal status now includes a
final_votesandvote_failuresmap, recording the outcome of each vote per member.failure_reasonandfailure_tracehave been consolidated into a singlefailureobject, which is also used forvote_failures.