Release v0.4.0
TristonianJones
released this
30 Jan 00:09
·
1390 commits
to master
since this release
Fixes
- e53c05c Enforce utf-8 validity in
string()
conversion ofbytes
. - bca699e Introduce
TypeRegistry
with support for thetype()
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.