Releases: google/cel-java
Releases · google/cel-java
v0.2.0
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
Initial release of CEL-Java
Features:
- Evaluation of a type-checked expression
- Adapters for CEL protobuf messages (
dev.cel.expr
andcom.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.