This minor release brings expanded support for Native Extensions, and correctness fixes for optionals, protobuf types and policy evaluation.
🚀 Highlights & New Features
- Native Extensions: Expanded support to include arrays for Native type extensions (#1069).
🛠️ Configuration & Default Changes
- Deprecations: The
enableCelValueoption has been deprecated (#1057).
🐛 Bug Fixes & Correctness
- Protobuf Conversion: Updated
ProtoCelValueConverterto correctly handleFIXED32andFIXED64as unsigned values (#1073). - Native Extensions: Safely ignored enums in native type extensions to prevent evaluation errors (#1078).
- Policy Dead Code: Fixed dead code reachability logic that was erroneously flagging on unconditional nested rules (#1072).
- Optional Types: Ensured that chained optional field selection does not repeatedly wrap the optional type (#1086).
👏 New Contributors
- @andrewparmet made their first contribution fixing
FIXED32/FIXED64unsigned handling in #1073
Full Changelog: v0.13.0...v0.13.1