Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 20 Aug 22:38
· 514 commits to master since this release
367ad12

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