Skip to content

Releases: fluent/fluent-bit

Fluent Bit 5.0.7

06 Jun 04:22

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.7/

What's Changed

New Contributors

Full Changelog: v5.0.6...v5.0.7

Fluent Bit 4.2.5

03 Jun 06:04

Choose a tag to compare

https://fluentbit.io/announcements/v4.2.5/

What's Changed

  • release: update to 4.2.5 by @github-actions[bot] in #11697
  • packaging: add support for Ubuntu 26.04 (backport to 4.2) by @patrick-stephens in #11803
  • backport: env: add bash-style default value operator :- by @benjaminmueggenburg-serato in #11806
  • out_chronicle: Support label and namespace mapping [Backport to 4.2] by @cosmo0920 in #11837
  • input_thread: replace raw read() with pipe abstraction to fix crash [Backport to 4.2] by @cosmo0920 in #11860
  • aws: compression: arrow: Set up proper block size [Backport to 4.2] by @cosmo0920 in #11861
  • network: Handle braketed ipv6 addresses [backport to 4.2] by @cosmo0920 in #11862
  • parser: Address wrong assignments of timezone at midnight [Backport to 4.2] by @cosmo0920 in #11863
  • routing: fix issue with missing input alias [Backport to 4.2] by @cosmo0920 in #11864
  • out_influxdb: plug tag keys failure on out influxdb [Backport to 4.2] by @cosmo0920 in #11865
  • utils: fix integer divide-by-zero on Windows x64 in bytes_to_human_readable_size [Backport to 4.2] by @cosmo0920 in #11866
  • filter_kubernetes: don't recycle connections in fetch_pod_service_map [Backport to 4.2] by @cosmo0920 in #11867
  • in_tail: fix file append cleanup on failure [Backport to 4.2] by @cosmo0920 in #11871
  • filter_kubernetes: destroy TLS session to prevent SSL object leak [Backport to 4.2] by @cosmo0920 in #11868
  • filter_kubernetes: destroy upstream and TLS context on happy path exit [Backport to 4.2] by @cosmo0920 in #11869
  • engine: ignore duplicate STOP to prevent shutdown spin [Backport to 4.2] by @cosmo0920 in #11870
  • in_dummy: Use pre_run callback to fix crash path [Backport to 4.2] by @cosmo0920 in #11872
  • out_logdna: remove promoted known keys [Backport to 4.2] by @cosmo0920 in #11873
  • crypto: fix build with OPENSSL_NO_ENGINE [Backport to 4.2] by @cosmo0920 in #11874
  • out_azure_logs_ingestion: Plug SEGV on termination [Backport to 4.2] by @cosmo0920 in #11875
  • in_forward: handle unpacker allocation failure [Backport to 4.2] by @cosmo0920 in #11881
  • tests: runtime: wait for tail truncate output [Backport to 4.2] by @cosmo0920 in #11882
  • avro: Handle int64 values correctly [Backport to 4.2] by @cosmo0920 in #11892
  • mp: fixed count when empty data by @edsiper in #11894
  • in_collectd: reject parts with length < 4 and fix null-terminator OOB [Backport to 4.2] by @cosmo0920 in #11896
  • in_forward: validate array size before accessing message mode fields [Backport to 4.2] by @cosmo0920 in #11897
  • in_syslog: fix integer overflow in octet-counting length parser [Backport to 4.2] by @cosmo0920 in #11898
  • in_mqtt: fix OOB read from hardcoded remaining length overhead [Backport to 4.2] by @cosmo0920 in #11899
  • zstd: cap buffer at max instead of aborting on overshoot [Backport to 4.2] by @cosmo0920 in #11900
  • snappy: read frame length as 3 bytes to avoid OOB at boundary [Backport to 4.2] by @cosmo0920 in #11901
  • in_elasticsearch: check map size before accessing first entry [Backport to 4.2] by @cosmo0920 in #11902

Full Changelog: v4.2.4...v4.2.5

Fluent Bit 5.0.6

21 May 23:19

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.6/

What's Changed

New Contributors

Full Changelog: v5.0.5...v5.0.6

Fluent Bit 5.0.5

07 May 19:53

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.5/

What's Changed

  • in_node_exporter_metrics: Skip ipv6 metrics collection when disabled by @piwai in #11773
  • out_logdna: remove promoted known keys by @lecaros in #11755
  • in_ebpf: Implement exec trace by @cosmo0920 in #11714
  • filter_kubernetes: destroy TLS session to prevent SSL object leak by @ShelbyZ in #11730
  • aws: update support for additional regions by @ShelbyZ in #11733
  • filter_kubernetes: make memory growth rigidly on filter k8s by @cosmo0920 in #11731
  • out_s3: Handle otlp JSON format by @cosmo0920 in #11762
  • filter_log_to_metrics: retry timer metric append by @edsiper in #11774
  • crypto: fix build with OPENSSL_NO_ENGINE by @yselkowitz in #11771
  • scripts: enable working runtime tests by @mabrarov in #11724
  • opentelemetry: preserve otlp log resource grouping by @edsiper in #11781
  • filter_kubernetes: destroy upstream and TLS context on happy path exit by @ShelbyZ in #11738
  • out_forward: fix retain_metadata_in_forward_mode default value (true) by @edsiper in #11756
  • release: update to 5.0.5 by @github-actions[bot] in #11767
  • lib: cmetrics: upgrade to v2.1.3 by @edsiper in #11780
  • input: fix threaded input conditional routing for logs by @edsiper in #11783

New Contributors

Full Changelog: v5.0.4...v5.0.5

Fluent Bit 5.0.4

01 May 18:06

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.4/

What's Changed

New Contributors

Full Changelog: v5.0.3...v5.0.4

Fluent Bit 5.0.3

14 Apr 21:13

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.3/

What's Changed

  • tests: integration: introduce in-tree integration test suite by @edsiper in #11663
  • parser: Address wrong assignments of timezone at midnight by @cosmo0920 in #11677
  • release: update to 5.0.3 by @github-actions[bot] in #11659
  • workflows: Unify steps of downloading built macOS packages by @cosmo0920 in #11666
  • record accessor: fix CFL root-key matching and container translation by @edsiper in #11673
  • env: add new extended format to handle environment variables by @edsiper in #10862
  • out_s3: fix retry_limit semantics and multipart upload memory leaks by @singholt in #11669
  • lib: cmetrics: upgrade to v2.1.2 by @edsiper in #11685
  • in_tail: harden db offset restore across restart by @edsiper in #11691
  • oauth2: restore legacy context creation behavior by @edsiper in #11662
  • network: Handle baraketed ipv6 addresses by @cosmo0920 in #11676
  • in_opentelemetry: fix tag routing issue by @edsiper in #11701
  • http_server: add settings for ingress queue by @edsiper in #11704
  • out_syslog: address invalid configurations on in syslog by @cosmo0920 in #11706
  • input_thread: replace raw read() with pipe abstraction to fix crash by @zshuang0316 in #11623
  • workflows: Windows docker insufficient disk space fix by @mabrarov in #11671
  • http_client: enhance parser in timeouts and protocol parsing by @edsiper in #11686
  • in_ebpf: add tcp trace by @cosmo0920 in #11646

Full Changelog: v5.0.2...v5.0.3

Fluent Bit 4.2.4

10 Apr 07:57

Choose a tag to compare

https://fluentbit.io/announcements/v4.2.4/

What's Changed

  • dockerfiles: Install minimum components and avoiding to use includeRecommended [Backport to 4.2] by @cosmo0920 in #11481
  • filter_kubernetes: fix accidentally removed u in prefix [Backport to 4.2] by @cosmo0920 in #11493
  • multiline: ml: Propagate metadata even if on exceptions [Backport to 4.2] by @cosmo0920 in #11494
  • filter_log_to_metrics: Use pre-allocated slots of memory for labels [Backport to 4.2] by @cosmo0920 in #11514
  • workflows: Suppress invalid glob patterns [Backport to 4.2] by @cosmo0920 in #11522
  • processor_content_modifier: fix OTEL scope autogenerated key leak [Backport to 4.2] by @cosmo0920 in #11542
  • http_server: enforce buffer_max_size for HTTP/2 request bodies [Backport to 4.2] by @cosmo0920 in #11581
  • github: workflows: remove trivy cron workflow by @edsiper in #11599
  • avro: out_kafka: Fix specification errors in avro format [Backport to 4.2] by @cosmo0920 in #11615
  • lib: monkey: upgrade to v1.8.8 by @edsiper in #11693
  • engine: use effective post-processor counts for output metrics (v4.2) by @edsiper in #11519
  • release: Update to v4.2.4 by @cosmo0920 in #11694

Full Changelog: v4.2.3...v4.2.4

Fluent Bit 5.0.2

01 Apr 18:54

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.2/

What's Changed

Full Changelog: v5.0.1...v5.0.2

Fluent Bit 5.0.1

31 Mar 03:52

Choose a tag to compare

https://fluentbit.io/announcements/v5.0.1/

What's Changed

Full Changelog: v5.0.0...v5.0.1

Fluent Bit 4.2.3.1

20 Feb 04:22
fca8b5b

Choose a tag to compare