Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 22 Sep 18:18
· 456 commits to master since this release
5ac7710

Improvements

  • [#362] Expose interfaces that allow users to write their own CEL expression decorators.
  • [#360] Optimize type conversion functions, spot errors in timestamp and duration 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 a Container to better match the CEL specification. See #367 for more information about the specific changes.