Skip to content

ccf-0.11.4

Compare
Choose a tag to compare
released this 26 Jun 13:03
a5d60b1

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 to make_endpoint() (#1333)
  • Custom KV serialisation is documented