Skip to content

Tags: google/cel-go

Tags

v0.26.1

Toggle v0.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support unwrapping unknown implementations of `proto.Message` (#1207)

* Support unwrapping unknown implementations of `proto.Message`

Signed-off-by: Sri Krishna <[email protected]>

* Add test case

Signed-off-by: Sri Krishna <[email protected]>

---------

Signed-off-by: Sri Krishna <[email protected]>
Co-authored-by: Sri Krishna <[email protected]>

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cost tracking for list operations (#1192)

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cost tracking for list operations (#1192)

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactoring changes to create a test runner option from passed flags,…

… correct indentation and add package level comment for test (#1165)

* corrected indentation and added package comment for /test
* fix indentation for required_labels test file
* added test runner options from flags as a public method

v0.24.1

Toggle v0.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.24.0-beta

Toggle v0.24.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support for feature flags and validators in env.Config (#1132)

* Support for feature flags and validators in env.Config
* Minor update to documentation

v0.24.0-alpha

Toggle v0.24.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.23.2

Toggle v0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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