Skip to content

v2.1.0: Minor feature release

Compare
Choose a tag to compare
@arendjr arendjr released this 15 Aug 15:07
· 55 commits to main since this release
8ec3b33

fp-bindgen v2.1.0 is a minor feature release that adds additional type support and contains an important bugfix if you use one of the Rust bytes types in your protocol in combination with the TypeScript runtime.

New features

  • Add support for arrays of primitives (#94).
  • Added the bytes-compat feature for compatibility with the bytes crate.

Bug fix

  • Fixed an issue where embedded Uint8Arrays that were returned to the
    TypeScript runtime from Bytes or ByteBuf types in the Rust plugin could
    end up being corrupted.