Skip to content

Releases: google/cel-java

v0.2.0

08 Aug 22:12
Compare
Choose a tag to compare

This represents the release of CEL-Java in its entirety, including the parser, type-checker and runtime.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Feb 19:07
Compare
Choose a tag to compare

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.