Skip to content

6.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 08:22
· 25 commits to main since this release
ae4fbd8

Fixed

  • CCF will no longer create in-progress snapshot files with a .committed suffix. It will only rename files to .committed when 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 to GET .../state-digests/abcd:update should now correctly return a 404, rather than dispatching to GET .../state-digests/{memberId} and returning No ACK record exists for member m[abcd:update].