Commit 509c082
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:
- 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: 9524085951 parent 3e369fe commit 509c082
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
493 | 521 | | |
494 | 522 | | |
495 | 523 | | |
| |||
0 commit comments