Create CEL API Reference and link it from README and sitemap.#97
Open
copybara-service[bot] wants to merge 1 commit into
Open
Create CEL API Reference and link it from README and sitemap.#97copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
test_952408595
branch
from
July 23, 2026 03:36
29f47ca to
c52f391
Compare
Add a unified API Reference document for CEL macros, operators, and functions under third_party/cel/spec/docs/api-reference.md. This document includes a support matrix for Go, C++, Java, Python, and C (runtime-only) stacks, with granular introduction release versions for each individual function. Key changes: - Added 'Stack Versions' section listing documented release versions of CEL. - Added 'Network Library' section documenting the Go-only IP/CIDR functions. - Granularized compatibility tables to document the exact introduction release version of each individual function instead of the library addition. - Split bundled function rows (Bitwise, Rounding, Classification, first/last, Lower/Upper) into individual rows with independent versioning. - Corrected C++ and Java compatibility for `json.encode` (marked as unsupported). - Updated Python compatibility checkmarks and enablement notes for Lists, Sets, Two-Variable Comprehensions, and Regex (supported via config). - Added Python unit tests verifying standard extensions (Lists, Sets, Two-Var Comprehensions, Regex) can be enabled via config. - Revised the LLM prompt for API doc generation to mirror the final doc layout. PiperOrigin-RevId: 952408595
copybara-service
Bot
force-pushed
the
test_952408595
branch
from
July 23, 2026 03:41
c52f391 to
509c082
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create CEL API Reference and link it from README and sitemap.
Add a unified API Reference document for CEL macros, operators, and functions
under third_party/cel/spec/docs/api-reference.md. This document includes a
support matrix for Go, C++, Java, Python, and C (runtime-only) stacks, with
granular introduction release versions for each individual function.
Key changes:
version of each individual function instead of the library addition.
Lower/Upper) into individual rows with independent versioning.
json.encode(marked as unsupported).Sets, Two-Variable Comprehensions, and Regex (supported via config).
Two-Var Comprehensions, Regex) can be enabled via config.