Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 01 Sep 22:24
· 104 commits to master since this release
ad5c42c

This release introduces some fixes to the conformance tests where the behavior either
was incorrect or should not have been under test.

Fixes

  • Convert double to integer via truncation. [#192]
  • Disable typecheck for null < x conformance test [#196]
  • Remove bad type specification in example [#188]

Updates

  • Add string conversion for timestamp and duration to spec [#195]
  • Update the proto options for cel-spec protos [#189]

Conformance Tests

  • More tests for corners of numeric conversions. [#183]