microsoft/CCF ccf-6.0.15
microsoft/CCF
Captured source
source ↗published Oct 14, 2025seen Jun 26captured 1whttp 200method plain
6.0.15
Repository: microsoft/CCF
Tag: ccf-6.0.15
Published: 2025-10-14T12:20:41Z
Prerelease: no
Release notes:
Added
- Improved logging of snapshot digests (#7300)
- Node will now retry when fetching snapshots. This is controlled with
command.join.fetch_snapshot_max_attemptsandcommand.join.fetch_snapshot_retry_interval. (#7317) - Remove pyopenssl (#7297)
- Fix missing -devel package dependencies (#7345)
Changed
- The
submit_recovery_share.shscript will no longer try to create a virtual environment and install the CCF Python package on every call. Instead it will return an error if the package is not installed (specifically if theccf_cose_sign1tool it relies on cannot be found) (#7306) - Snapshot fetching attempts to re-use the TLS sessions whenever possible (#7321)