-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update dependency dev.cel:cel to v0.9.1-proto3 #3446
Open
renovate-bot
wants to merge
1
commit into
googleapis:main
Choose a base branch
from
renovate-bot:renovate/dev.cel.version
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
deps: update dependency dev.cel:cel to v0.9.1-proto3 #3446
renovate-bot
wants to merge
1
commit into
googleapis:main
from
renovate-bot:renovate/dev.cel.version
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cel v0.8.0 brings in protobuf-java 4.28.2, do not merge until we decide to upgrade protobuf-java to 4.28.x in sdk-platform-java. |
c6d8498
to
3c85dc5
Compare
a58020c
to
08fb16e
Compare
08fb16e
to
915f20f
Compare
915f20f
to
a2d32cf
Compare
a2d32cf
to
b10d37e
Compare
b10d37e
to
857413f
Compare
857413f
to
856d994
Compare
856d994
to
40c816d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
size: xs
Pull request size is extra small.
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.1-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.1
What's Changed
Miscellaneous
dev.cel:protobuf
maven coordinate) in https://github.com/google/cel-java/pull/551Full Changelog: google/cel-java@v0.9.0...v0.9.1
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.