Comparing dev...cel-expr-upgrade · elastic/mito · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/mito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: elastic/mito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cel-expr-upgrade
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 34 files changed
  • 1 contributor

Commits on Sep 14, 2026

  1. mod,lib: update cel-go to cel.dev/cel-go v0.32.0

    Update the import path from github.com/google/cel-go to cel.dev/cel-go
    and fix two breaking changes.
    
    NativeToValue now converts json.Number to Int or Double rather than
    passing it through. Fix by converting json.Number to its string
    representation before the call in all UseNumber decode paths.
    
    The internal evaluator now calls Exec() on interpretable nodes via the
    new InterpretableV2 interface. Update the coverage decorator to use
    CustomDecoratorV2 and add Exec() overrides to all wrapper types so
    coverage is recorded from either evaluation path. Update the
    unsupported-type guard to use InterpretableV2 as its method-count
    baseline.
    
    Also bump go version to go1.26.8 to address govulncheck issues.
    efd6 committed Sep 14, 2026
    Configuration menu
    Copy the full SHA
    0620c9e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2026

  1. address pr comment

    efd6 committed Sep 15, 2026
    Configuration menu
    Copy the full SHA
    2fb89ba View commit details
    Browse the repository at this point in the history
Loading