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.24.0-alpha
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.24.0-beta
Choose a head ref
  • 8 commits
  • 69 files changed
  • 2 contributors

Commits on Feb 7, 2025

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

Commits on Feb 10, 2025

  1. ContextEval support for Unknowns (#1126)

    * Fix for ContextEval with unknown attributes
    TristonianJones authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9a4b48b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c14fa View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Canonical environment description and stdlib subsetting (#1125)

    * Canonical CEL environment with stdlib subsetting support
    TristonianJones authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    fddae56 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Support for cel.Env conversion to YAML-serializable config (#1128)

    * Support for cel.Env conversion to an env.Config object
    * Backed out change remove stdlib types as variables
    TristonianJones authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    af0bf8e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    4adcf4d View commit details
    Browse the repository at this point in the history
  2. Option to configure CEL via env.Config object (#1129)

    * FromConfig option to configure CEL from an external config file
    * Validation tests and cel package tests
    TristonianJones authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4b27149 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Support for feature flags and validators in env.Config (#1132)

    * Support for feature flags and validators in env.Config
    * Minor update to documentation
    TristonianJones authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    45c4980 View commit details
    Browse the repository at this point in the history
Loading