Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps dev.cel:cel from 0.9.1 to 0.11.0.

Release notes

Sourced from dev.cel:cel's releases.

v0.11.0

Features

Breaking Changes

  • PR #769 removes setContainer(String) method on the Cel, CelCompiler, and CelChecker builders. Callers must use setContainer(CelContainer) instead, which supports aliasing and abbreviations in addition to existing container resolution. For a migration that preserves existing behavior, simply provide CelContainer.ofName(string).

  • PR #789 changes the internal representation of CEL's null and bytes literals (e.g., b'foo') to their CEL-native Java type equivalents (dev.cel.common.Values.NullValue and dev.cel.common.values.CelByteString) instead of their Protobuf counterparts (com.google.protobuf.NullValue and com.google.protobuf.ByteString). This is currently a breaking change only if your codebase references these literals through the CelConstant AST node. There are no observable changes in evaluation behavior, as this is currently controlled by a feature flag. We plan on enabling this by default in a future release.

Bug fixes

  • Fixed the filter/map macro to be linear in time and space complexity in #746.
  • Fixed unknown merging to be linear in space complexity when referenced in binds in #770.
  • Prevented comprehension identifiers from being mangled if the AST was not optimized in #792.
  • Fixed replaceSubtree to properly populate source info for the three-argument map macro in #794.
  • Corrected CelContainer.toBuilder() to properly copy aliases in #775.
  • Excluded protobuf-javalite from the public artifacts for CEL in #777.

What's Changed

Aliasing and Abbreviations

  • Add aliasing support to type-checker in #757
  • Add abbreviation support to type-checker in #760

CEL Policy Compiler

  • Optimize composed policies using Constant Folding and Common Subexpression Elimination in #793
  • Add display_name field to CelPolicy.Variable element in #741
  • Adding description and display name at Cel Policy level in #744
  • Support for typename import aliases in policy compiler in #771

CEL Environment

  • Add support for stdlib subsetting via CelEnvironment in #736
  • Add support for macro inclusion/exclusion to CelEnvironmentExporter in #756
  • Add support for extension versions in #739
  • Implement CelEnvironmentExporter in #753
  • Update the "encoders" extension to be compatible with CelEnvironmentExporter in #763
  • Update the "protos" extension to be compatible with CelEnvironmentExporter in #764
  • Update the "regex" extension to be compatible with CelEnvironmentExporter in #765
  • Update the "sets" extension to be compatible with CelEnvironmentExporter in #766
  • Update the "strings" extension to be compatible with CelEnvironmentExporter in #767

... (truncated)

Commits
  • f4cb7c0 Prepare 0.11.0 release
  • 361c802 Properly retain celStandardDeclarations when invoking toBuilder on checker
  • 8363a89 Internal Changes
  • fd2f721 Remove unused replaceSubtreeWithNewBindMacro method
  • 019ae76 Remove cel.bind option from SubexpressionOptimizer
  • 8fc7387 Optimize composed policies using Constant Folding and Common Subexpression El...
  • aa20b5d Updating the README.md with CelComprehensionsExtensions docs
  • a138ce3 Adding transformMap and transformMapEntry macros
  • e73283b Adding runtime support for two variable comprehensions
  • 1ee7d1d Add missing entires to REVERSE_OPERATORS
  • 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.9.1 to 0.11.0.
- [Release notes](https://github.com/google/cel-java/releases)
- [Commits](google/cel-java@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: dev.cel:cel
  dependency-version: 0.11.0
  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 Sep 8, 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.

0 participants