Skip to content

Release v0.5.1

Choose a tag to compare

@TristonianJones TristonianJones released this 29 Mar 21:31
· 173 commits to master since this release
1a26bb4

Point release for CEL specification to pick up a handful of testing tool changes and some additional tests.

Testing Tools

  • Implement a pipe protocol for cel-spec conformance client/server. (#164)
  • Removed unused proto utilities. (#181)

Updates

  • Time and space costs for expressions. (#165)
  • Add ToC and clean up section headers. (#167)
  • Update MAINTAINERS.md (#168)

Conformance Tests

  • Add overflow tests for all ways to exceed range. (#182)
  • Add timestamp conversion to string test to ensure nanoseconds are preserved