1. 6ee79cf Support mixing CEL values and native values in native structs (#1270) by Tristan Swadell · 2 days ago master
  2. 98d8791 Lint fixes for function docs. (#1279) by Jonathan Tatum · 2 days ago
  3. 9520500 Bazel fixes for import (#1278) by Jonathan Tatum · 3 days ago
  4. d75516b Add support for exporting parse limit options (#1277) by Jonathan Tatum · 6 days ago
  5. b62dcaf Check arg kinds in optional.or and .orValue impl (#1276) by Jonathan Tatum · 6 days ago
  6. aac4d5f Support redeclaring variables as constants in NewEnv (#1275) by Jonathan Tatum · 13 days ago
  7. 34930b3 chore: Migrate gsutil usage to gcloud storage (#1274) by gurusai-voleti · 2 weeks ago
  8. 300c722 Sort env.Config values where reasonable. (#1273) by Jonathan Tatum · 2 weeks ago
  9. ecb1090 Better context-related error messages (#1271) by Tristan Swadell · 3 weeks ago
  10. f030538 CEL Test usability requirements (#1269) by Tristan Swadell · 3 weeks ago
  11. d9b2cc6 Policy API improvements (#1268) by Tristan Swadell · 3 weeks ago
  12. 3873f40 Fix support for config-based type references (#1265) by Tristan Swadell · 4 weeks ago
  13. 63da296 Helper utility for converting a Go error into cel.Issues (#1267) by Tristan Swadell · 4 weeks ago
  14. 5bc6680 Add helper method to check whether a function has a singleton binding and expose the overload HasBinding() method (#1266) by Tristan Swadell · 4 weeks ago
  15. 450089b Preserve source information during CEL policy composition. (#1253) by Andrei Benea · 5 weeks ago v0.27.0
  16. c66b313 Remove types as variables to allow user-defined variables to shadow type declarations (#1262) by Tristan Swadell · 5 weeks ago
  17. bff3a72 Expose the CEL JSON types to assist with conversion to native values (#1261) by Tristan Swadell · 5 weeks ago
  18. 559cbc9 Remove errant diff checked into a prior PR (#1260) by Tristan Swadell · 5 weeks ago
  19. fe26efa Simplify the disambiguation logic to a single boolean (#1263) by Tristan Swadell · 5 weeks ago
  20. 52280ba Clean up unused source info after checker rewrites the AST. (#1258) by Andrei Benea · 6 weeks ago
  21. 3cb5705 Namespace resolution fix (#1256) by Tristan Swadell · 7 weeks ago
  22. 409bcbe Refactor match output compiling to accept user-defined logic. (#1246) by Catalina Segina · 7 weeks ago
  23. e9f15ea Enable two var comprehension conformance tests. (#1255) by Jonathan Tatum · 8 weeks ago
  24. 057fa1a Add parse only evaluation to REPL (#1254) by Justin King · 8 weeks ago
  25. e686da8 Lint fixes for import. (#1251) by Jonathan Tatum · 9 weeks ago
  26. 63fabb8 REPL: Support reading and writing YAML env configs (#1250) by Jonathan Tatum · 9 weeks ago
  27. 26be0fe Update extension option factory to resolve by ID (#1249) by Jonathan Tatum · 9 weeks ago
  28. 6c59bf5 Remove strcase dependency (#1230) by Tristan Swadell · 3 months ago
  29. fac6b4c Bazel configuration to better enable dependent builds (#1228) by Tristan Swadell · 3 months ago
  30. 6799c15 Fix the formatting directives to support what's documented in cel-spec (#1232) by Tristan Swadell · 3 months ago
  31. b01a613 Expose Match source ID to callers (#1227) by Catalina Segina · 4 months ago
  32. d6d0235 Updates to YAML.org maintained YAML parser (#1229) by Tristan Swadell · 4 months ago
  33. e43b14b Use bazel module only (#1231) by Jonathan Tatum · 4 months ago
  34. 319684f Fix race in the checker around reference types (#1224) by Tristan Swadell · 4 months ago
  35. a36d461 Rename examples to work with later versions of Golang (#1225) by Tristan Swadell · 4 months ago
  36. 6024823 REPL cleanup (#1218) by Jonathan Tatum · 5 months ago
  37. 305809d Support cost estimation and tracking for the regex library (#1200) by Muhammad Askri · 5 months ago
  38. 6713c74 Remove repl appegine code. (#1216) by Jonathan Tatum · 5 months ago
  39. e2bc9c9 updated test coverage reporter to handle error and unknown test scenarios (#1215) by zev.ac · 6 months ago
  40. b24530c CEL test coverage calculation (#1209) by zev.ac · 6 months ago
  41. 7f64ecc Add logic to unwrap activiations and return evalState for the underlying activations (#1208) by zev.ac · 6 months ago
  42. 8e7beb6 Support unwrapping unknown implementations of `proto.Message` (#1207) by Sri Krishna Paritala · 7 months ago v0.26.1
  43. 8750458 Add support for nested element type (#1190) by Missing Link · 7 months ago
  44. 93e910b Support variable descriptions in the AI prompt template (#1205) by Tristan Swadell · 7 months ago
  45. fb02c9a Init function bindings on environment init (#1199) by Belousov Dmitry · 7 months ago
  46. cf932c7 Bump the npm_and_yarn group across 1 directory with 2 updates (#1197) by dependabot[bot] · 8 months ago
  47. 8835891 Minor compatibility fixes for google3-import. (#1198) by Jonathan Tatum · 8 months ago
  48. 9453cde Comprehension nesting limit typo, allow nesting limit validator to accept doubles as limits (#1196) by l46kok · 8 months ago
  49. b023645 Cost tracking for list operations (#1192) by Tristan Swadell · 8 months ago v0.25.1 v0.26.0
  50. 41023c5 Test case for aliasing container imports (#1193) by Tristan Swadell · 8 months ago
  51. 41e7392 Add test runner option to configure a custom test suite parser (#1189) by zev.ac · 8 months ago
  52. a4b169a Add Regex Extension Library (#1187) by Muhammad Askri · 8 months ago
  53. 050981e fix(checker): Correct Sprintf argument count in notAnOptionalFieldSelectionCall (#1185) by cui fliter · 9 months ago
  54. be08958 Bump the npm_and_yarn group across 1 directory with 2 updates (#1188) by dependabot[bot] · 9 months ago
  55. 66a441f Add support for global constants to constant folder (#1180) by Andreas Rohner · 9 months ago
  56. dc36eaa Add documentation for YAML quirks in celpolicy (#1186) by Jonathan Tatum · 9 months ago
  57. c55aebf add support for handling unknown expression ids in test result (#1183) by zev.ac · 9 months ago
  58. 746d711 Fix container setting for cel test all types example in online REPL (#1182) by l46kok · 9 months ago
  59. 83ab641 Create an util method to convert rpc status to eval status (#1178) by ChinmayMadeshi · 10 months ago
  60. b1209b8 Add bazel rule to trigger cel tests and return policy metadata while creating CEL programs (#1176) by zev.ac · 10 months ago
  61. f6d3c92 Update test runner to avoid using flags when not necessary (#1174) by Tristan Swadell · 10 months ago
  62. 845f2a8 Fix lastIndexOf behavior against an empty string in strings extension (#1173) by l46kok · 10 months ago
  63. ad76382 Sqrt func (#1166) by Hari Raghu · 11 months ago
  64. 9ed72dd fix test runner test cases (#1170) by zev.ac · 11 months ago
  65. 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 · 11 months ago v0.25.0
  66. 5f44021 Check arg count when validating optFieldSelect (#1168) by Jonathan Tatum · 11 months ago
  67. 5de96a5 Add two var comprehensions to repl (#1167) by l46kok · 11 months ago
  68. 2aa9572 Add test runner library (#1149) by zev.ac · 11 months ago
  69. 13e5296 Unparse Expr values to strings (#1164) by Tristan Swadell · 11 months ago
  70. 3da6139 Initial stateful observers prior to evaluation (#1163) by Tristan Swadell · 11 months ago
  71. 55657d8 Document optional library and increase docs coverage (#1162) by Tristan Swadell · 11 months ago
  72. 0f9133d Add LateFunctionBinding declaration and fix constant folding (#1117) by Andreas Rohner · 11 months ago
  73. 6b7ecea Remove non-functional optional test in field selection (#1161) by Tristan Swadell · 11 months ago
  74. 94b45f0 Prompt generation for AI-assisted authoring based on a CEL environment (#1160) by Tristan Swadell · 11 months ago
  75. 535d561 Document the standard library macros and functions (#1159) by Tristan Swadell · 11 months ago
  76. bdf49d6 Support for documentation and example strings in CEL environments (#1156) by Tristan Swadell · 11 months ago
  77. 997fbb2 Re-export interpreter.AttributePattern in package cel. (#1158) by Yuchen Shi · 11 months ago
  78. a6fbac9 Utilities for formatting and parsing documentation strings (#1155) by Tristan Swadell · 11 months ago
  79. 2c79b14 Lightweight observable evaluation (#1151) by Tristan Swadell · 11 months ago
  80. 8de5d32 Update type formatting for type params (#1154) by Tristan Swadell · 11 months ago
  81. 8514549 Additional comments and coverage for Activation methods (#1150) by Tristan Swadell · 11 months ago
  82. 840f741 Update NativeTypes doc to reflect how to enable cel tag (#1148) by Chuang Wang · 11 months ago
  83. e31356b Refactoring changes (#1145) by zev.ac · 11 months ago
  84. f6a27f7 Bzlmod configuration fixes (#1146) by Tristan Swadell · 11 months ago
  85. dc6468b Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment (#1143) by zev.ac · 12 months ago
  86. 8890f56 Update strings.format to adhere to the specification (#1133) by Justin King · 12 months ago
  87. f5ea07b Expose extension option factory as a public method (#1141) by zev.ac · 12 months ago
  88. 3b3a438 Separate unnest optimization from composer to capture type info (#1138) by Tristan Swadell · 1 year ago v0.24.1
  89. 9855c70 Support for splitting nested branching operators within policies (#1136) by Tristan Swadell · 1 year ago v0.24.0
  90. fad0c1b Use remote caching for Cloud Build with Bazel (#1134) by Justin King · 1 year ago
  91. 45c4980 Support for feature flags and validators in env.Config (#1132) by Tristan Swadell · 1 year, 1 month ago v0.24.0-beta
  92. 4b27149 Option to configure CEL via env.Config object (#1129) by Tristan Swadell · 1 year, 1 month ago
  93. 4adcf4d Default enable DefaultUTCTimeZone (#1130) by Tristan Swadell · 1 year, 1 month ago
  94. af0bf8e Support for cel.Env conversion to YAML-serializable config (#1128) by Tristan Swadell · 1 year, 1 month ago
  95. fddae56 Canonical environment description and stdlib subsetting (#1125) by Tristan Swadell · 1 year, 1 month ago
  96. b7c14fa Fix godoc formatting (#1127) by origolucis · 1 year, 1 month ago
  97. 9a4b48b ContextEval support for Unknowns (#1126) by Tristan Swadell · 1 year, 1 month ago
  98. c053251 Introduce cel package aliases for Activation (#1123) by Tristan Swadell · 1 year, 1 month ago
  99. e086729 Add k8s custom policy tag handler for test (#1121) by zev.ac · 1 year, 1 month ago v0.24.0-alpha
  100. 1ef45b2 Indicate that CEL is an official Google product (#1122) by Tristan Swadell · 1 year, 1 month ago