v0.5.2
variant_utils: Set the variant size on strings/bytes Since https://github.com/fluent/fluent-bit/commit/1ce8d04598, any code that needs to read a variant string/bytes size must use the `cfl_variant_size_get` function because variant strings might be references. Ctraces must also set that field or else it is not possible to determine the length. Signed-off-by: Thiago <[email protected]>