6.0.4
·
255 commits
to main
since this release
Fixed
- CCF will no longer create in-progress snapshot files with a
.committedsuffix. It will only rename files to.committedwhen they are complete and ready for reading (#7029).
Changed
- Templated URL parsing will no longer allow
:within regex matched components, since:is already used to delimit actions. Concretely, a call toGET .../state-digests/abcd:updateshould now correctly return a 404, rather than dispatching toGET .../state-digests/{memberId}and returningNo ACK record exists for member m[abcd:update].