Skip to content

Releases: fluent/ctraces

v0.5.3

06 Aug 15:30

Choose a tag to compare

lib: cfl: upgrade to v0.5.1

Signed-off-by: Eduardo Silva <edsiper@gmail.com>

v0.5.2

16 Jul 03:37

Choose a tag to compare

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

09 Jul 18:11

Choose a tag to compare

opentelemetry: made the scope field optional

Signed-off-by: Leonardo Alminana <leonardo.alminana@chronosphere.io>

CTraces v0.5.0

18 Apr 18:58

Choose a tag to compare

lib: fluent-otel-proto: update with git master

Signed-off-by: Eduardo Silva <eduardo@calyptia.com>

v0.4.1

08 Apr 16:47
10777cd

Choose a tag to compare

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

20 Dec 21:13

Choose a tag to compare

build: bump to v0.4.0

Signed-off-by: Eduardo Silva <eduardo@calyptia.com>

v0.3.1

17 May 08:29
b0ac0de

Choose a tag to compare

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

01 Apr 16:37

Choose a tag to compare

id: fixed a potential leak when a malformed string is processed

Signed-off-by: Leonardo Alminana <leonardo@calyptia.com>

v0.2.3

09 Oct 19:05

Choose a tag to compare

tests: fix build path for unit tests

Signed-off-by: Eduardo Silva <eduardo@calyptia.com>

v0.2.2

09 Oct 19:04

Choose a tag to compare

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

Full Changelog: v0.2.1...v0.2.2