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: google/cel-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: google/cel-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.1
Choose a head ref
  • 7 commits
  • 17 files changed
  • 8 contributors

Commits on Jul 17, 2025

  1. Comprehension nesting limit typo, allow nesting limit validator to ac…

    …cept doubles as limits (#1196)
    
    * fix typo
    
    * Fix a bug for adapting textproto config to a native config
    l46kok authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    9453cde View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    8835891 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Bump the npm_and_yarn group across 1 directory with 2 updates (#1197)

    Bumps the npm_and_yarn group with 2 updates in the /repl/appengine/web directory: [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression).
    
    
    Updates `on-headers` from 1.0.2 to 1.1.0
    - [Release notes](https://github.com/jshttp/on-headers/releases)
    - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
    - [Commits](jshttp/on-headers@v1.0.2...v1.1.0)
    
    Updates `compression` from 1.8.0 to 1.8.1
    - [Release notes](https://github.com/expressjs/compression/releases)
    - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
    - [Commits](expressjs/compression@1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: on-headers
      dependency-version: 1.1.0
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: compression
      dependency-version: 1.8.1
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    cf932c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Init function bindings on environment init (#1199)

    * Init function bindings on environment init
    
    * Move calculation of function bindings under sync.Once call in new program creation
    beldmian authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    fb02c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e910b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Add support for nested element type (#1190)

    Signed-off-by: MisLink <gjq.uoiai@outlook.com>
    MisLink authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    8750458 View commit details
    Browse the repository at this point in the history
  2. Support unwrapping unknown implementations of proto.Message (#1207)

    * Support unwrapping unknown implementations of `proto.Message`
    
    Signed-off-by: Sri Krishna <skrishna@buf.build>
    
    * Add test case
    
    Signed-off-by: Sri Krishna <skrishna@buf.build>
    
    ---------
    
    Signed-off-by: Sri Krishna <skrishna@buf.build>
    Co-authored-by: Sri Krishna <skrishna@buf.build>
    srikrsna and srikrsna-buf authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    8e7beb6 View commit details
    Browse the repository at this point in the history
Loading