Skip to content

v0.1.0

Choose a tag to compare

@l46kok l46kok released this 22 Feb 19:07
· 761 commits to main since this release

Initial release of CEL-Java

Features:

  • Evaluation of a type-checked expression
  • Adapters for CEL protobuf messages (dev.cel.expr and com.google.api.expr.v1alpha1)

Note: Compilation (Parsing + Type-Checking) is not yet supported but will be made available in the future. Please consider using CEL-Go implementation to produce a type-checked expression for time being.