Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 30 Jan 00:09
· 1390 commits to master since this release
bb03a5f

Fixes

  • e53c05c Enforce utf-8 validity in string() conversion of bytes.
  • bca699e Introduce TypeRegistry with support for the type() function and message creation within a container.
  • f347557 Apply clang-tidy suggestions.

The introduction of a TypeRegistry makes it possible to register the type names of protobuf messages, or other types, as identifiers that can be used within CEL expressions. This is the primary motivation for the creation of a new release, rather than a point release.