deps: update dependency dev.cel:cel to v0.9.0-proto3 #3446
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.0
->0.9.0-proto3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/cel-java (dev.cel:cel)
v0.9.0
Compare Source
Breaking Changes
In an effort to make protobuf an optional dependency in CEL-Java, the following PR changes the resolution of
type(expr)
from proto based cel.expr type value into native equivalent dev.cel.common.types.CelType:The following PR changes the resolution of unknown values from cel.expr unknown expr value into native equivalent dev.cel.runtime.CelUnknownSet:
The following PR removes previously deprecated methods that deal with canonical CEL expr values from
CelTypes
andCelAbstractSyntaxTree
classes. The removed methods have been moved to CelProtoAbstractSyntaxTree and CelProtoTypes:What's Changed
Fixes
DefaultDispatcher
to avoid synchronization in https://github.com/google/cel-java/pull/477Miscellaneous
Fix feature_request.md config blocks by @sergiitk in https://github.com/google/cel-java/pull/485
Remove unused test_java_proto package in https://github.com/google/cel-java/pull/526
Remove reference to CheckedExpr proto in DefaultMetadata in https://github.com/google/cel-java/pull/521
Migrate CelAttributeParser away from proto based expr to canonical cel expr in https://github.com/google/cel-java/pull/522
Add expr ID set as a field to CelUnknownSet. in https://github.com/google/cel-java/pull/471
Add a policy example that compiles then evaluates late bound functions in https://github.com/google/cel-java/pull/497
Migrate dev/cel/common/ tests to use proto3 canonical conformance protos follow up will address proto2. in https://github.com/google/cel-java/pull/512
Migrate dev/cel/extensions tests to use canonical conformance protos. in https://github.com/google/cel-java/pull/513
Remove unnecessary unknown value adaptation in ProtoAdapter in https://github.com/google/cel-java/pull/499
Migrate away from deprecated CelTypes methods in https://github.com/google/cel-java/pull/525
Remove the legacy createInterpretable(CheckedExpr) in https://github.com/google/cel-java/pull/487
Update runtime tests to refer to canonical cel conformance protos. in https://github.com/google/cel-java/pull/510
Correctly suppress AutoValueMutable warnings in https://github.com/google/cel-java/pull/475
Deprecate enableUnsignedLong option. Remove associated base interpreter tests. in https://github.com/google/cel-java/pull/515
Cleanup of unused methods and build targets in https://github.com/google/cel-java/pull/469
Move evaluateExpr utility methods to validator and optimizer in https://github.com/google/cel-java/pull/470
Update WORKSPACE dependencies in https://github.com/google/cel-java/pull/530
Remove references to deprecated type resolvers in the runtime. in https://github.com/google/cel-java/pull/520
Remove retainComprehensionStructure flag in SubexpressionOptimizer in https://github.com/google/cel-java/pull/493
New Contributors
Full Changelog: google/cel-java@v0.8.0...v0.9.0
v0.8.0
Compare Source
Fixes
Features
Miscellaneous
Full Changelog: google/cel-java@v0.7.1...v0.8.0
v0.7.1
Features
Fixes
Miscellaneous Changes
Full Changelog: google/cel-java@v0.6.0...v0.7.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.