Skip to content

v3.2.1

Compare
Choose a tag to compare
@cdisselkoen cdisselkoen released this 31 May 17:16
· 6 commits to release/3.2.x since this release
ff5bd0a

Release 3.2.1, available on crates.io

Fixed

  • Fixed policy formatter dropping newlines in string literals. (#870, #910, resolving #862)
  • Fixed a performance issue when constructing an error for accessing
    a non-existent attribute on sufficiently large records (#887, resolving #754)
  • Fixed identifier parsing in human-readable schemas (#914, resolving #913)
  • Fixed the typescript generated type for ffi::AuthorizationCall to remove
    unsupported string option (#939)
  • Fixed Wasm build script to be multi-target in JS ecosystem (#933)