Skip to content

fix(deps): update module github.com/google/cel-go to v0.27.0#44

Open
elastic-renovate-prod[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-google-cel-go-0.x
Open

fix(deps): update module github.com/google/cel-go to v0.27.0#44
elastic-renovate-prod[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-google-cel-go-0.x

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Jul 15, 2025

This PR contains the following updates:

Package Type Update Change
github.com/google/cel-go require minor v0.25.0 -> v0.27.0

Release Notes

google/cel-go (github.com/google/cel-go)

v0.27.0

Compare Source

Release Summary

This release focuses on improving developer tooling and stability. Key highlights include significant enhancements to the REPL (YAML configuration support and parse-only evaluation), the addition of cost estimation for regex operations, and improved test coverage reporting.

On the stability front, this release addresses race conditions in reference types, improves namespace resolution, and ensures formatting directives align strictly with the CEL specification.

Note: This release includes a breaking change regarding how types are handled as variables. Please review the "Breaking Changes" section below.

⚠ Breaking Changes

Remove types as variables: The logic for handling types has been relaxed to support safe rollout of feature packages which introduce new types whose names may collide with existing variables. Please review your policies if you relied on types behaving strictly as variables in previous versions. PR #​1262

Features & Enhancements

REPL & Tooling
  • YAML Configuration: The REPL now supports reading and writing YAML environment configurations. PR #​1250

  • Parse-Only Mode: Added parse-only evaluation capabilities to the REPL. PR #​1254

  • Test Coverage: Introduced logic for CEL test coverage calculation and updated the reporter to handle error/unknown scenarios.PR #​1209 & PR #​1215

Core Library
  • Regex Costing: Added support for cost estimation and tracking within the regex library. PR #​1200

  • JSON Type Exposure: Exposed CEL JSON types to assist developers in converting to native values. PR #​1261

  • Policy Composition: Source information is now preserved during CEL policy composition, aiding in debugging. PR #​1253

Extensibility:
  • Updated extension option factory to resolve by ID (#​1249).

  • Refactored match output compiling to accept user-defined logic (#​1246).

  • Exposed Match source ID to callers (#​1227).

Build & Maintenance
  • Bazel: Migrated to use Bazel module only and improved configuration for dependent builds. PR #​1231 & PR #​1228

  • Cleanup: Removed strcase dependency, removed AppEngine code from REPL, and performed general linting. PR #​1230, #​1216, #​1251

Bug Fixes
  • Concurrency: Fixed a race condition in the checker regarding reference types. PR #​1224

  • Namespace Resolution: Addressed an issue with namespace resolution. PR #​1256

  • Spec Compliance: Fixed formatting directives to fully support requirements documented in the cel-spec. PR #​1232

New Contributors

Full Changelog: google/cel-go@v0.26.1...v0.27.0

v0.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.25.1...v0.26.1

v0.26.0

Compare Source

New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️

v0.25.1

Compare Source


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.


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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod
Copy link
Contributor Author

elastic-renovate-prod bot commented Jul 15, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.23.1 -> v0.25.1
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc -> v0.0.0-20240823005443-9b4947da3948

@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team as a code owner July 15, 2025 20:40
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-google-cel-go-0.x branch from 7248f88 to e9331cb Compare August 28, 2025 14:53
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update module github.com/google/cel-go to v0.26.0 fix(deps): update module github.com/google/cel-go to v0.26.1 Aug 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-google-cel-go-0.x branch from e9331cb to b2b12cc Compare October 9, 2025 18:38
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-google-cel-go-0.x branch 2 times, most recently from 3fe5101 to e5dc17e Compare November 25, 2025 05:16
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-google-cel-go-0.x branch from e5dc17e to a4c66fd Compare January 28, 2026 04:37
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-google-cel-go-0.x branch from a4c66fd to cb05d1b Compare January 30, 2026 06:53
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team as a code owner January 30, 2026 06:53
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update module github.com/google/cel-go to v0.26.1 fix(deps): update module github.com/google/cel-go to v0.27.0 Jan 30, 2026
@andrewkroh
Copy link
Member

This is following the same version as elastic/mito. When mito updates, celfmt can update.

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.

1 participant