-
Notifications
You must be signed in to change notification settings - Fork 251
Comparing changes
Open a pull request
base repository: google/cel-go
base: v0.23.0
head repository: google/cel-go
compare: v0.24.1
- 17 commits
- 85 files changed
- 5 contributors
Commits on Jan 28, 2025
-
Modify cost updates to be more extension friendly (#1113)
* Revert scalar designation for type and null values * Revert type size estimation to defer to caller first
Configuration menu - View commit details
-
Copy full SHA for d8351df - Browse repository at this point
Copy the full SHA d8351dfView commit details
Commits on Jan 31, 2025
-
Bump github.com/golang/glog (#1115)
Bumps the go_modules group with 1 update in the /codelab directory: [github.com/golang/glog](https://github.com/golang/glog). Updates `github.com/golang/glog` from 1.0.0 to 1.2.4 - [Release notes](https://github.com/golang/glog/releases) - [Commits](golang/glog@v1.0.0...v1.2.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb3fe56 - Browse repository at this point
Copy the full SHA fb3fe56View commit details -
Minor update on cost order (#1119)
* slight reordering in cost computation to preserve legacy compatibility * Additional tests to attempt to catch ordering issues with cost estimation
Configuration menu - View commit details
-
Copy full SHA for 1bf2472 - Browse repository at this point
Copy the full SHA 1bf2472View commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a85bb6 - Browse repository at this point
Copy the full SHA 2a85bb6View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1ef45b2 - Browse repository at this point
Copy the full SHA 1ef45b2View commit details
Commits on Feb 5, 2025
-
Add k8s custom policy tag handler for test (#1121)
* Add k8s custom policy tag handler for test * Add copyright and remove redundant attribute from go_library target
Configuration menu - View commit details
-
Copy full SHA for e086729 - Browse repository at this point
Copy the full SHA e086729View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c053251 - Browse repository at this point
Copy the full SHA c053251View commit details
Commits on Feb 10, 2025
-
ContextEval support for Unknowns (#1126)
* Fix for ContextEval with unknown attributes
Configuration menu - View commit details
-
Copy full SHA for 9a4b48b - Browse repository at this point
Copy the full SHA 9a4b48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c14fa - Browse repository at this point
Copy the full SHA b7c14faView commit details
Commits on Feb 11, 2025
-
Canonical environment description and stdlib subsetting (#1125)
* Canonical CEL environment with stdlib subsetting support
Configuration menu - View commit details
-
Copy full SHA for fddae56 - Browse repository at this point
Copy the full SHA fddae56View commit details
Commits on Feb 12, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for af0bf8e - Browse repository at this point
Copy the full SHA af0bf8eView commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4adcf4d - Browse repository at this point
Copy the full SHA 4adcf4dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4b27149 - Browse repository at this point
Copy the full SHA 4b27149View commit details
Commits on Feb 19, 2025
-
Support for feature flags and validators in env.Config (#1132)
* Support for feature flags and validators in env.Config * Minor update to documentation
Configuration menu - View commit details
-
Copy full SHA for 45c4980 - Browse repository at this point
Copy the full SHA 45c4980View commit details
Commits on Feb 21, 2025
-
Use remote caching for Cloud Build with Bazel (#1134)
* Use remote caching for Cloud Build with Bazel Signed-off-by: Justin King <jcking@google.com> * Also bump machineType to E2_HIGHCPU_32 Signed-off-by: Justin King <jcking@google.com> --------- Signed-off-by: Justin King <jcking@google.com>
Configuration menu - View commit details
-
Copy full SHA for fad0c1b - Browse repository at this point
Copy the full SHA fad0c1bView commit details
Commits on Feb 25, 2025
-
Support for splitting nested branching operators within policies (#1136)
* Support for splitting nested branching operators within policies * Introduce an ast.Heights() helper * Updated tests and expanded flattening to all calls * Added test case for comprehension pruning during unnest
Configuration menu - View commit details
-
Copy full SHA for 9855c70 - Browse repository at this point
Copy the full SHA 9855c70View commit details
Commits on Feb 26, 2025
-
Separate unnest optimization from composer to capture type info (#1138)
* Separate unnest optimization from composer to capture type info * Simplify the variable tracking during unnest
Configuration menu - View commit details
-
Copy full SHA for 3b3a438 - Browse repository at this point
Copy the full SHA 3b3a438View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.23.0...v0.24.1