Releases: fluent/ctraces
Releases · fluent/ctraces
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 <163585908+tchrono@users.noreply.github.com>
v0.5.1
opentelemetry: made the scope field optional Signed-off-by: Leonardo Alminana <leonardo.alminana@chronosphere.io>
CTraces v0.5.0
lib: fluent-otel-proto: update with git master Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
v0.4.1
build: fix ninja build (#41) CMake Error: Running '/usr/bin/ninja' '-C' '/home/thode/external/cfl/CMakeFiles/CMakeTmp' '-t' 'recompact' failed with: ninja: error: build.ninja:50: bad $-escape (literal $ must be written as $$) Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
v0.4.0
build: bump to v0.4.0 Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
v0.3.1
msgpack: increase the string and map size limits This PR increases the maximum string length and map size to accomodate use cases where certain data is erroneously packed into certain fields. Signed-off-by: Aditya Prajapati <aditya@calyptia.com>
v0.3.0
id: fixed a potential leak when a malformed string is processed Signed-off-by: Leonardo Alminana <leonardo@calyptia.com>
v0.2.3
tests: fix build path for unit tests Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
v0.2.2
What's Changed
- build: macos: Fix configuration phase error for cpack productbuild on bundled by @cosmo0920 in #23
- decode: opentelemetry: fix build warnings and add destroy method by @Syn3rman in #24
New Contributors
- @cosmo0920 made their first contribution in #23
Full Changelog: v0.2.1...v0.2.2