Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps dev.cel:cel from 0.3.0 to 0.11.1.

Release notes

Sourced from dev.cel:cel's releases.

v0.11.1

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 google/cel-java#790
  • Relax constraint for fully qualifying a package name when aliasing in google/cel-java#837

Optimizations

Safety

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 google/cel-java#833
  • Fixed bytes(string) standard function to respect evaluateCanonicalTypesToNativeValues flag in google/cel-java#828

Testing infra

Miscellaneous

... (truncated)

Commits
  • cc130d7 Fix Typos: add space after "e.g." and remove commas after "e.g.".
  • 7caf057 Prepare 0.11.1 release
  • 9c7c431 Update evaluateCanonicalTypesToNativeValues documentation and fix tests
  • f1ab6e5 Include comprehensions in CelEnvironment
  • c9f7e9a Relax constraint for fully qualifying a package name when aliasing
  • 1ffe7c4 Fix FileDescriptorSetConverter to always reference WellKnownTypes descriptors...
  • f665c8a Fix type-checker to always rewrite resolved identifiers and functions through...
  • 4df3772 Internal Changes
  • 6997259 Internal Changes
  • 1fc8922 Add comprehension nesting validator.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.cel:cel](https://github.com/google/cel-java) from 0.3.0 to 0.11.1.
- [Release notes](https://github.com/google/cel-java/releases)
- [Commits](google/cel-java@v0.3.0...v0.11.1)

---
updated-dependencies:
- dependency-name: dev.cel:cel
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant