This is a minor release with the following changes:
Fixes
- [61aeb51] Fix literal integer constant suffix.
- [d20e1ef] Lower the size of the input expression to 100k codepoints.
- [6faa5a0] Update
CreateContainerBackedMap
to use absl::StatusOr
and fix ValueToCelValue
.
Changes
- [30af72e] Default enable .size() to return the number of unicode codepoints instead of the number of bytes.
- [4f3bddf] Delete debug_string library. Prefer the
CelValue.DebugString()
method.
- [e972c4b] Introduce new
Has
method for presence testing on CelMap
values.