Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
dev.cel:cel 0.11.0 -> 0.11.1 age confidence

Release Notes

google/cel-java (dev.cel:cel)

v0.11.1

Compare Source

Significant changes
  • CEL-Java evaluates the following expressions to their proto equivalent form:
timestamp(100) -> google.protobuf.Timestamp
duration("1h") -> google.protobuf.Duration

Starting with this release, the runtime can evaluate these literals to the following Java native type equivalents:

timestamp(100) -> java.time.Instant
duration("1h") -> java.time.Duration

This new behavior is not yet enabled by default. Call CelOptions.Builder.evaluateCanonicalTypesToNativeValues(true) to explicitly enable it.

  • Previously only identifiers containing a period were allowed to be aliased. This constraint has been removed, so the following aliasing is now allowed:
CelContainer.newBuilder().addAlias("short", "really_long_package_name").build();

What's Changed

Features
  • Evaluate CEL's timestamp and duration types to their native equivalent values in #​790
  • Relax constraint for fully qualifying a package name when aliasing in #​837
Optimizations
  • Enhance CSE to handle two variable comprehensions in #​808
  • Override environment's expected result type during constant folding in #​815
  • Allow constant folding to fold equals operator in #​822
  • Enhance ConstantFoldingOptimizer to fold arithmetics involving timestamps and durations in #​825
Safety
  • Add comprehension nesting validator. in #​829
Bug fixes
  • Fixed negative zero comparison. "0.0 == -0.0" now evaluates to true
  • Fixed FileDescriptorSetConverter to always reference WellKnownTypes descriptors from generated ones in #​833
  • Fixed bytes(string) standard function to respect evaluateCanonicalTypesToNativeValues flag in #​828
Testing infra
  • Setup of the coverage index. in #​811
Miscellaneous
  • Renaming the CelComprehensionsExtensions docs to align more closely with lib implementation in #​807
  • Remove capability to serially increment mangled variable indices in #​806
  • Add an overload for CelMutableExpr.ofComprehension. in #​812
  • Fix Typo: "descedent" to "descendent". in #​827
  • Include comprehensions in CelEnvironment in #​838
  • Update evaluateCanonicalTypesToNativeValues documentation and fix tests in #​840

Full Changelog: google/cel-java@v0.11.0...v0.11.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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners October 21, 2025 01:56
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.20%. Comparing base (61a59a1) to head (d7b8a1a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1682      +/-   ##
============================================
+ Coverage     91.93%   93.20%   +1.26%     
- Complexity      517      520       +3     
============================================
  Files            51       51              
  Lines          1265     1265              
  Branches        112      112              
============================================
+ Hits           1163     1179      +16     
+ Misses           64       50      -14     
+ Partials         38       36       -2     
Flag Coverage Δ
unittests 93.20% <ø> (+1.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/dev.cel-cel-0.x branch 2 times, most recently from 2adeda6 to 0576bc4 Compare October 22, 2025 22:10
@renovate renovate bot force-pushed the renovate/dev.cel-cel-0.x branch 4 times, most recently from 8f17ef3 to 418eb71 Compare October 27, 2025 02:08
@renovate renovate bot force-pushed the renovate/dev.cel-cel-0.x branch from 418eb71 to d7b8a1a Compare October 27, 2025 09:00
@aepfli aepfli enabled auto-merge (squash) October 27, 2025 09:01
@sonarqubecloud
Copy link

@aepfli aepfli merged commit a5dacf9 into main Oct 27, 2025
13 checks passed
@aepfli aepfli deleted the renovate/dev.cel-cel-0.x branch October 27, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants