Skip to content

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

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

fix(deps): update module github.com/google/cel-go to v0.32.0#186
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-google-cel-go-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/google/cel-go v0.31.0v0.32.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.32.0

Compare Source

Summary of Changes

This release of cel-go (v0.32.0) introduces significant library expansions alongside a major infrastructure migration. Key highlights include the addition of native support for JWT and HMAC operations, Go-based JSON handling via NativeToValue, and robust timestamp parsing helpers.

Critical Upgrade: This release changes the module and import paths to cel.dev/cel-go. Users must update their import statements when upgrading to this version.

A variety of concurrency and stability fixes are also included, such as addressing nil pointer panics during native object traversals, and fixing cost observability when combined with state tracking or exhaustive eval

Breaking Changes

Change PR Link
Switch module and import paths to cel.dev/cel-go #​1413

Features

Feature PR Link
JWT data types with Parse and claim helpers #​1415
HMAC verify / compute library #​1416
NativeToValue Go-based JSON type support #​1402
Parsing helper for working with different types and formats of timestamp #​1414
Support aggregate size computations over list, maps, and structs #​1404
Aggregate semantics in Policy Compiler #​1408
Report every evaluation step to every observer #​1419
Enable list_ext conformance tests #​1412

Fixes & Performance Improvements

Change / Optimization PR Link
mem-track: Fix data race for aggregate size computation #​1423
Fix panic in native object traversal with nil valued struct pointers #​1417
Fix shorthand type specifier parsing to allow newlines and tab chars #​1411
Fix agent_tool_execution_governance policy example to match cel-policy conformance test #​1424
Scale sizes for strings and bytes #​1421
Consolidate saturating cost arithmetic into common/cost #​1420
Add parser benchmarks #​1422

Full Changelog: v0.31.0...v0.32.0


Configuration

📅 Schedule: (UTC)

  • 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 bobh66 and turkenh as code owners August 23, 2026 05:45
@renovate

renovate Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/google/cel-go@v0.32.0: parsing go.mod:
	module declares its path as: cel.dev/cel-go
	        but was required as: github.com/google/cel-go

@renovate
renovate Bot force-pushed the renovate/github.com-google-cel-go-0.x branch 6 times, most recently from c729294 to b1c8e93 Compare August 25, 2026 01:13
@renovate
renovate Bot force-pushed the renovate/github.com-google-cel-go-0.x branch from b1c8e93 to da3712d Compare August 26, 2026 18:25
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.

0 participants