cel-go v0.3.0 Release Notes

Release Date: 2019-08-20 // over 4 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ Protobuf wrapper type support.
    • The cel.AstToString helper to decode from ASTs to human readable expressions.
    • ๐ŸŽ Performance optimizations to treat list literals as sets when used with in operations.

    ๐Ÿ›  Fixes

    • Byte literals no longer be tied to UTF-8 codepoints.
    • Type resolution fix for null assignable to null
    • Type join fix for parameterized function argument types.
    • ๐Ÿ‘ Better handling for panics and concurrent execution.

    ๐Ÿ’ฅ Breaking Changes

    • โšก๏ธ cel.OptFoldConstants eval option has been renamed to cel.OptOptimize