Skip to content

Tags: fluent/fluent-bit

Tags

v5.1.2

Toggle v5.1.2's commit message
packaging: stabilize Debian release images

Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>

v5.0.10

Toggle v5.0.10's commit message
tests: internal: cover invalid output address cleanup

Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>

v5.1.1

Toggle v5.1.1's commit message
tests: internal: validate storage limit chunk size

Keep the real chunk size signed until its error result is checked. Avoid
deriving the test limit from a failed size lookup.

Signed-off-by: Michael Renner <terrorobe@github.com>

v5.1.0

Toggle v5.1.0's commit message
tests: integration: verify split protocol detection

Make split request boundaries observable before sending the remainder.
Cover HTTP/1 detection when the first read is shorter than four bytes.

Signed-off-by: kimonus <kimonus@users.noreply.github.com>

v4.2.8

Toggle v4.2.8's commit message
tests: internal: Add a test case for empty map on map type

Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>

v4.2.7

Toggle v4.2.7's commit message
in_splunk: Follow the marco changes for invalid authorization circums…

…tance

Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>

v5.0.9

Toggle v5.0.9's commit message
gzip: read magic number endian-safely in streaming decompressor

The gzip header magic was memcpy'd into a uint16_t and compared
against 0x8B1F, which only holds on little endian hosts. On big
endian targets (s390x) a valid stream was rejected with
'invalid magic bytes : 1f8b'. Read the field with read_le16() so
the comparison works regardless of host byte order.

Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v4.2.6

Toggle v4.2.6's commit message
tests: internal: Add a test case for disposing scheduler cleanly

Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>

v5.0.8

Toggle v5.0.8's commit message
lib: cmetrics: upgrade to v2.1.5

Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>

v5.0.7

Toggle v5.0.7's commit message
tests: integration: cover HTTP2 IPv6 authority

Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>