capnp v0.7.0.0 Release Notes

  • Serialization

    • 👍 The library now supports canonicalization via Capnp.canonicalize
    • There is a new function Capnp.Message.singleSegment for construction a ConstMsg from an (unframed) Segment ConstMsg.

    RPC

    • Some signatures in Capnp.Rpc.Untyped have changed to facilitate a future release supporting promise pipelining.

    Misc

    • The included schema now match those in version 0.8 of the reference implementation