- 6c59bf5 Remove strcase dependency (#1230) by Tristan Swadell · 3 weeks ago master
- fac6b4c Bazel configuration to better enable dependent builds (#1228) by Tristan Swadell · 3 weeks ago
- 6799c15 Fix the formatting directives to support what's documented in cel-spec (#1232) by Tristan Swadell · 4 weeks ago
- b01a613 Expose Match source ID to callers (#1227) by Catalina Segina · 5 weeks ago
- d6d0235 Updates to YAML.org maintained YAML parser (#1229) by Tristan Swadell · 5 weeks ago
- e43b14b Use bazel module only (#1231) by Jonathan Tatum · 5 weeks ago
- 319684f Fix race in the checker around reference types (#1224) by Tristan Swadell · 6 weeks ago
- a36d461 Rename examples to work with later versions of Golang (#1225) by Tristan Swadell · 9 weeks ago
- 6024823 REPL cleanup (#1218) by Jonathan Tatum · 3 months ago
- 305809d Support cost estimation and tracking for the regex library (#1200) by Muhammad Askri · 3 months ago
- 6713c74 Remove repl appegine code. (#1216) by Jonathan Tatum · 3 months ago
- e2bc9c9 updated test coverage reporter to handle error and unknown test scenarios (#1215) by zev.ac · 3 months ago
- b24530c CEL test coverage calculation (#1209) by zev.ac · 4 months ago
- 7f64ecc Add logic to unwrap activiations and return evalState for the underlying activations (#1208) by zev.ac · 4 months ago
- 8e7beb6 Support unwrapping unknown implementations of `proto.Message` (#1207) by Sri Krishna Paritala · 4 months ago v0.26.1
- 8750458 Add support for nested element type (#1190) by Missing Link · 4 months ago
- 93e910b Support variable descriptions in the AI prompt template (#1205) by Tristan Swadell · 5 months ago
- fb02c9a Init function bindings on environment init (#1199) by Belousov Dmitry · 5 months ago
- cf932c7 Bump the npm_and_yarn group across 1 directory with 2 updates (#1197) by dependabot[bot] · 5 months ago
- 8835891 Minor compatibility fixes for google3-import. (#1198) by Jonathan Tatum · 5 months ago
- 9453cde Comprehension nesting limit typo, allow nesting limit validator to accept doubles as limits (#1196) by l46kok · 5 months ago
- b023645 Cost tracking for list operations (#1192) by Tristan Swadell · 5 months ago v0.25.1 v0.26.0
- 41023c5 Test case for aliasing container imports (#1193) by Tristan Swadell · 6 months ago
- 41e7392 Add test runner option to configure a custom test suite parser (#1189) by zev.ac · 6 months ago
- a4b169a Add Regex Extension Library (#1187) by Muhammad Askri · 6 months ago
- 050981e fix(checker): Correct Sprintf argument count in notAnOptionalFieldSelectionCall (#1185) by cui fliter · 6 months ago
- be08958 Bump the npm_and_yarn group across 1 directory with 2 updates (#1188) by dependabot[bot] · 6 months ago
- 66a441f Add support for global constants to constant folder (#1180) by Andreas Rohner · 6 months ago
- dc36eaa Add documentation for YAML quirks in celpolicy (#1186) by Jonathan Tatum · 7 months ago
- c55aebf add support for handling unknown expression ids in test result (#1183) by zev.ac · 7 months ago
- 746d711 Fix container setting for cel test all types example in online REPL (#1182) by l46kok · 7 months ago
- 83ab641 Create an util method to convert rpc status to eval status (#1178) by ChinmayMadeshi · 7 months ago
- b1209b8 Add bazel rule to trigger cel tests and return policy metadata while creating CEL programs (#1176) by zev.ac · 7 months ago
- f6d3c92 Update test runner to avoid using flags when not necessary (#1174) by Tristan Swadell · 8 months ago
- 845f2a8 Fix lastIndexOf behavior against an empty string in strings extension (#1173) by l46kok · 8 months ago
- ad76382 Sqrt func (#1166) by Hari Raghu · 8 months ago
- 9ed72dd fix test runner test cases (#1170) by zev.ac · 8 months ago
- 9d29b7f Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test (#1165) by zev.ac · 8 months ago v0.25.0
- 5f44021 Check arg count when validating optFieldSelect (#1168) by Jonathan Tatum · 8 months ago
- 5de96a5 Add two var comprehensions to repl (#1167) by l46kok · 8 months ago
- 2aa9572 Add test runner library (#1149) by zev.ac · 8 months ago
- 13e5296 Unparse Expr values to strings (#1164) by Tristan Swadell · 8 months ago
- 3da6139 Initial stateful observers prior to evaluation (#1163) by Tristan Swadell · 8 months ago
- 55657d8 Document optional library and increase docs coverage (#1162) by Tristan Swadell · 8 months ago
- 0f9133d Add LateFunctionBinding declaration and fix constant folding (#1117) by Andreas Rohner · 8 months ago
- 6b7ecea Remove non-functional optional test in field selection (#1161) by Tristan Swadell · 9 months ago
- 94b45f0 Prompt generation for AI-assisted authoring based on a CEL environment (#1160) by Tristan Swadell · 9 months ago
- 535d561 Document the standard library macros and functions (#1159) by Tristan Swadell · 9 months ago
- bdf49d6 Support for documentation and example strings in CEL environments (#1156) by Tristan Swadell · 9 months ago
- 997fbb2 Re-export interpreter.AttributePattern in package cel. (#1158) by Yuchen Shi · 9 months ago
- a6fbac9 Utilities for formatting and parsing documentation strings (#1155) by Tristan Swadell · 9 months ago
- 2c79b14 Lightweight observable evaluation (#1151) by Tristan Swadell · 9 months ago
- 8de5d32 Update type formatting for type params (#1154) by Tristan Swadell · 9 months ago
- 8514549 Additional comments and coverage for Activation methods (#1150) by Tristan Swadell · 9 months ago
- 840f741 Update NativeTypes doc to reflect how to enable cel tag (#1148) by Chuang Wang · 9 months ago
- e31356b Refactoring changes (#1145) by zev.ac · 9 months ago
- f6a27f7 Bzlmod configuration fixes (#1146) by Tristan Swadell · 9 months ago
- dc6468b Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment (#1143) by zev.ac · 9 months ago
- 8890f56 Update strings.format to adhere to the specification (#1133) by Justin King · 9 months ago
- f5ea07b Expose extension option factory as a public method (#1141) by zev.ac · 10 months ago
- 3b3a438 Separate unnest optimization from composer to capture type info (#1138) by Tristan Swadell · 10 months ago v0.24.1
- 9855c70 Support for splitting nested branching operators within policies (#1136) by Tristan Swadell · 10 months ago v0.24.0
- fad0c1b Use remote caching for Cloud Build with Bazel (#1134) by Justin King · 10 months ago
- 45c4980 Support for feature flags and validators in env.Config (#1132) by Tristan Swadell · 10 months ago v0.24.0-beta
- 4b27149 Option to configure CEL via env.Config object (#1129) by Tristan Swadell · 10 months ago
- 4adcf4d Default enable DefaultUTCTimeZone (#1130) by Tristan Swadell · 10 months ago
- af0bf8e Support for cel.Env conversion to YAML-serializable config (#1128) by Tristan Swadell · 11 months ago
- fddae56 Canonical environment description and stdlib subsetting (#1125) by Tristan Swadell · 11 months ago
- b7c14fa Fix godoc formatting (#1127) by origolucis · 11 months ago
- 9a4b48b ContextEval support for Unknowns (#1126) by Tristan Swadell · 11 months ago
- c053251 Introduce cel package aliases for Activation (#1123) by Tristan Swadell · 11 months ago
- e086729 Add k8s custom policy tag handler for test (#1121) by zev.ac · 11 months ago v0.24.0-alpha
- 1ef45b2 Indicate that CEL is an official Google product (#1122) by Tristan Swadell · 11 months ago
- 2a85bb6 Helper methods for subsetting function declaration overloads (#1120) by Tristan Swadell · 11 months ago
- 1bf2472 Minor update on cost order (#1119) by Tristan Swadell · 11 months ago v0.23.2
- fb3fe56 Bump github.com/golang/glog (#1115) by dependabot[bot] · 11 months ago
- d8351df Modify cost updates to be more extension friendly (#1113) by Tristan Swadell · 11 months ago v0.23.1
- 2f7606a Cost tracking for two-variable comprehensions and bindings (#1104) by Tristan Swadell · 11 months ago v0.23.0
- 7621362 Add optional.unwrap() / .unwrapOpt() function (#1103) by Antoine Pietri · 11 months ago
- 9f925d8 Bump the npm_and_yarn group across 1 directory with 2 updates (#1110) by dependabot[bot] · 11 months ago
- 91fb306 Update PruneAst to support constants of optional type (#1109) by dbuduev · 11 months ago
- 33a7f97 Default enable using hidden accumulator name. (#1099) by Jonathan Tatum · 11 months ago
- ee426f4 Add base_config and partial_config files under restricted_destination testdata (#1106) by zev.ac · 11 months ago
- 43bc483 Add test cases for `string.format` covering various edge cases (#1101) by Andreas Rohner · 11 months ago
- 628543b Fixes for google import. (#1102) by Jonathan Tatum · 12 months ago
- fa6eb32 Add option to use inaccessible accumulator var (#1097) by Jonathan Tatum · 12 months ago
- 7c5909e Update README.md (#1098) by dbuduev · 12 months ago
- 98789f3 Address non-const format string lint findings (#1096) by Jonathan Tatum · 1 year ago
- a108e9e Add syntax for escaped field selectors. (#1002) by Jonathan Tatum · 1 year ago
- 8b07a00 Policy nested rule fix (#1092) by Tristan Swadell · 1 year ago
- aacca17 Add support for typed conformance tests. (#1089) by Jonathan Tatum · 1 year ago
- 0091f8d Replace checks for valid UTF-8 in strings with go-maintained calls (#1094) by Tristan Swadell · 1 year, 1 month ago
- bd1ec92 Fix two-variable comprehension pruning (#1083) by Tristan Swadell · 1 year, 1 month ago
- 6202a67 improve debug output to properly quote byte strings (#1088) by Dan Hudlow · 1 year, 1 month ago
- c096438 Fix a crash in mismatched output check for nested rules (#1086) by Antoine Pietri · 1 year, 1 month ago
- 000958d Add versioning support for extensions (#1075) by Tristan Swadell · 1 year, 1 month ago
- 2e67731 Fix partial evaluation with the new folder objects used with comprehensions (#1084) by Tristan Swadell · 1 year, 1 month ago
- 5910569 Improve policy compiler error message for incompatible outputs. (#1082) by Antoine Pietri · 1 year, 1 month ago
- 5d18e93 First and last (#1067) by Kevin McDermott · 1 year, 1 month ago
- 933f926 Fix nil-type when two-var comprehension has a dyn range (#1077) by Tristan Swadell · 1 year, 1 month ago v0.22.1