Skip to content

Release v0.12.0

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 06 Jul 20:39
· 308 commits to master since this release
c04cadc

Features

  • Introduce a REPL for testing basic CEL expressions. [#539]
  • Add basic readme for REPL [#545]
  • Add REPL support for loading protobuf descriptors [#555]
  • Dispatcher refactor to improve function declaration, definition, and extension [#556]
  • Export the built-in parser macros individually [#429]

Fixes

Note, the cel-spec indicates that time operations should be UTC by default. To opt-in to this behavior see #560 for more details. In v0.13.+ this feature is expected to be enabled by default.

  • Provide an option to ensure time operations are in UTC by default [#560]
  • Ensure the recursion depth is being checked during parser AST visit [#542]
  • Add missing type specializations into the type-checker. [#543]
  • Support for proto2 group fields [#547]
  • Ensure that type substitutions consistently perform the 'occurs' check.[#550]
  • Ensure that the CheckedType is populated for group fields [#552]

New Contributors

Full Changelog: v0.11.4...v0.12.0