Skip to content

v4.3.2

Compare
Choose a tag to compare
@john-h-kastner-aws john-h-kastner-aws released this 12 Feb 21:35
· 5 commits to release/4.3.x since this release
c866ac2

Release 4.3.2, available on crates.io

Cedar Language Version: 4.2

Fixed

  • Assume sufficient stack space when it cannot be determined (#1446, resolving #1443). Note that on platforms not supported by stacker (e.g., Wasm, Android), this means that large inputs may result in stack overflows and crashing the process. On all platforms supported by stacker (Linux, macOS, ...), Cedar will continue to return the graceful error RecursionLimit instead of crashing.