Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@kyessenov kyessenov released this 25 Jun 23:30
· 1557 commits to master since this release
ebcffc2

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.