ccf-0.11.4
Changed
- Fix application runtime container, which had been missing a dependency in the previous release (#1340)
- Add clang-format to the application CI container, to facilitate application development (#1340)
- Websocket handlers are now distinct, and can be defined by passing
ws::Verb::WEBSOCKET
as a verb tomake_endpoint()
(#1333) - Custom KV serialisation is documented