v4.3.2
·
5 commits
to release/4.3.x
since this release
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 bystacker
(Linux, macOS, ...), Cedar will continue to return the graceful errorRecursionLimit
instead of crashing.