Note
If you encounter any compatibility issues with protobuf-java 4.x, use CEL-Java version 0.9.1-proto3
as a workaround. This is the same version as CEL-Java 0.9.1 with protobuf dependency pinned to 3.25.5.
What's Changed
- Add support for quoted field selectors in java. in #544
- Add CelOptions for designating Regex program size in #550
Miscellaneous
- Retain the original identifier during parse when quoted identifier is disabled in #547
- Create a separate maven artifact for adapting canonical CEL protos (CelProtoAbstractSyntaxTree,
dev.cel:protobuf
maven coordinate) in #551 - Isolate CelAbstractSyntaxTree and CelSource from common build target in #552
Full Changelog: v0.9.0...v0.9.1