cel-go v0.6.0 Release Notes
Release Date: 2020-09-22 // over 4 years ago-
๐ Improvements
- [#362] Expose interfaces that allow users to write their own CEL expression decorators.
- โก๏ธ [#360] Optimize type conversion functions, spot errors in
timestamp
andduration
program plan time. - [#328] Publish the CEL-Go Codelab source.
- [#372] Introduce upper / lower ASCII string functions.
- [#373, #379] Introduce base64 encode / decode.
- ๐ [#367] Aliased identifier support
๐ Fixes
- [#361] Fix type map references for Attributes and id references within qualifiers.
- ๐ [#375] Support hexidecimal int literals.
- ๐ [#382] Support gogo protogen protos for better Kubernetes proto support.
- [#384, #386] Fix Residual computations to be non-mutating.
๐ฅ Breaking Changes
๐ Aliased identifier support introduces breaking changes by replacing the
Packager
concept with aContainer
to better match the CEL specification. See #367 for more information about the specific changes.