Skip to content

Releases: fluent/fluent-bit

Fluent Bit 3.1.8

16 Sep 23:32
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.8/

What's Changed

Full Changelog: v3.1.7...v3.1.8

Fluent Bit 3.1.7

02 Sep 13:31
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.7/

What's Changed

New Contributors

Full Changelog: v3.1.6...v3.1.7

Fluent Bit 3.1.6

14 Aug 22:05
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.6/

What's Changed

  • release: update to 3.1.6 by @github-actions in #9183
  • filter_parser: added debug message (CID 508252) by @leonardo-albertovich in #9195
  • pack: do not multiply out_size by realloc_size by @braydonk in #9193
  • stackdriver: Add latency metric for write log entries HTTP request. by @shuaich in #9182
  • in_forward: fixed two leaks by @leonardo-albertovich in #9199
  • upstream_ha: upstream_node: process verify hostname on HA settings by @cosmo0920 in #9180
  • coverity: report as of 20240813 by @edsiper in #9203
  • in_kubernetes_events: Use time_t for time(NULL) returned value (CID 507947) by @cosmo0920 in #9211
  • in_exec_wasi: Fix resource leak on exception (CID 508347) by @cosmo0920 in #9208
  • Make Time_System_Timezone properly detect daylight savings by @braydonk in #9201
  • out_prometheus_exporter: Fix dead code notified from coverity (CID 508348) by @cosmo0920 in #9207
  • in_forward: Plug a resource leak (CID 508219) by @cosmo0920 in #9209
  • in_http: Content-Type rejected for application/json when encoding value is present. by @metalfork in #9190
  • in_statsd: Implement metrics type of ingestion way by @cosmo0920 in #9119

New Contributors

Full Changelog: v3.1.5...v3.1.6

Fluent Bit 3.1.5

10 Aug 02:31
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.5/

What's Changed

Full Changelog: v3.1.4...v3.1.5

Fluent Bit 3.1.4

25 Jul 12:33
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.4/

What's Changed

  • release: update to 3.1.4 by @github-actions in #9103
  • out_stdout: Consume entire metrics type of buffers by @cosmo0920 in #9118
  • log_to_metrics: allow custom namespace and subsystem by @flobz in #9101
  • input_chunk: do not exit if cannot release old chunks by @edsiper in #9127

Full Changelog: v3.1.3...v3.1.4

Fluent Bit 3.1.3

17 Jul 15:07
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.3/

What's Changed

  • out_datadog: fix typo for dd_hostname documentation by @jszwedko in #9032
  • release: update to 3.1.3 by @github-actions in #9080
  • out_datadog: fix default message key remapping by @pmeier in #9085
  • metrics: fix handling of old metric names (fix #9086) by @edsiper in #9087
  • core and plugins: fix compiler warnings by @edsiper in #9089
  • in_winevtlog: Retrieve messages of forwarded events correctly by @cosmo0920 in #9081
  • lib: ctraces: upgrade to v0.5.2 by @edsiper in #9090
  • in_splunk: Process strict check for credentials by @cosmo0920 in #9094
  • in_splunk: Fix handlings for content type when http2 is off by @cosmo0920 in #9095

Full Changelog: v3.1.2...v3.1.3

Fluent Bit 3.1.2

12 Jul 10:59
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.2/

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

Fluent Bit 3.1.1

10 Jul 17:13
8a22ce2
Compare
Choose a tag to compare

Official announcement: https://fluentbit.io/announcements/v3.1.1/

FYI

This is a minor updated that fixes some build system issues found in v3.1.0 where some plugins were disabled.

What's Changed

  • release: update to 3.1.1 by @github-actions in #9060
  • luajit-cmake: Add git repository existence check by @cosmo0920 in #9065
  • cmake: build: Revive missing plugin definitions by @cosmo0920 in #9066

Full Changelog: v3.1.0...v3.1.1

Fluent Bit 3.1.0

08 Jul 22:00
Compare
Choose a tag to compare

https://fluentbit.io/announcements/v3.1.0/

What's Changed

  • release: update to 3.0.7 by @github-actions in #8876
  • in_prometheus_scrape: add User-Agent HTTP header (#8880) by @endersonmaia in #8882
  • tests: internal: log: use milliseconds to do time comparisons for cache timeout. by @pwhelan in #8891
  • tests/runtime/in_podman_metrics: refactor iteration of counters to use cfl_list from #8844. by @pwhelan in #8888
  • out_cloudwatch_logs: support log_group_class option by @PettitWesley in #8832
  • in_http: respond accordingly to requests that produce errors. by @pwhelan in #8794
  • out_calyptia: move debug payload to debug level. by @lecaros in #8805
  • tests: rutime: out_http: simplify and make the in_http test more robust. by @pwhelan in #8897
  • in_splunk: Store HEC token on enabled HTTP2 and raw endpoints by @cosmo0920 in #8883
  • in_splunk: Add switch for storing in metadata or records and handle multiple tokens on in splunk by @cosmo0920 in #8900
  • in_kubernetes_events: refactor time check to use struct flb_time. by @pwhelan in #8887
  • Fix GCC 14.1 build issues by @Javex in #8901
  • in_systemd: Move one record back after skipping to the end by @ardavast in #8917
  • http_server: api: v1: traces: fix finding inputs by alias. by @pwhelan in #8886
  • in_winevtlog: Fix threshold condition to avoid unnecessary warning by @Meetp369 in #8771
  • dockerfile: update to bookworm base image by @patrick-stephens in #8916
  • lib: cmetrics: upgrade to v0.9.1 by @edsiper in #8922
  • CMakeLists.txt: fix build with ninja by @ThomasDevoogdt in #8835
  • processor_metrics_selector: Implement delete by label value operation by @cosmo0920 in #8812
  • dockerfiles: windows: Update to use vcpkg instead of chocolatey by @cosmo0920 in #8924
  • core: add log groups support and full OTLP <--> OTLP by @edsiper in #8898
  • out_opentelemetry: fix handling of multiple scopes by @edsiper in #8933
  • build: add new FLB_MINIMAL cmake option to disable all plugins by @edsiper in #8935
  • tls: Verify vhost when tls.verify is enabled by @cosmo0920 in #8934
  • workflows: remove AppVeyor from release workflow by @patrick-stephens in #8948
  • lib: monkey: upgrade to v1.7.5 by @edsiper in #8945
  • in_opentelemetry: attempt to fix tag_from_uri by @shaohme in #8881
  • help: input: Handle listen to be a parameter for setting up listen address by @cosmo0920 in #8952
  • lib: c-ares: upgrade to v1.30.0 by @edsiper in #8953
  • workflows: bump docker/build-push-action from 5 to 6 by @dependabot in #8973
  • in_opentelemetry: opentelemetry_prot: Fix string in http response code 400 by @lecaros in #8979
  • in_prometheus_remote_write: prom_rw_prot: Fix string in http response code 400 by @lecaros in #8978
  • in_winevtlog: Retrieve actual user account's domain and name by @cosmo0920 in #8992
  • in_splunk: splunk_prot: Fix string in http response code 400. by @lecaros in #8980
  • in_winevtlog: Permit absence of publisher metadata by @cosmo0920 in #8974
  • processor_content_modifier: add support for OTel Logs Resource and Scopes by @edsiper in #8989
  • in_docker: fix memory leak caused by conversion error by @Garfield96 in #8994
  • processor_opentelemetry_envelope: new processor to package non OTel Logs content as OTel by @edsiper in #9001
  • in_opentelemetry: handle missing or invalid content-type headers in metrics and traces handlers by @portswigger-tim in #8986
  • in_kubernetes_events: Efficiently stream kubernetes events via watch by @ryanohnemus in #8351
  • out_loki: allow sending unquoted strings by @iandrewt in #8814
  • parser: add new option time_system_timezone (copy of #8164) by @edsiper in #9006
  • processor_content_modifier: logs: do not fail if keys are not found by @edsiper in #9005
  • out_datadog: Add support for setting a static hostname by @jszwedko in #8988
  • Improved OpenTelemetry OTLP error handling by @nuclearpidgeon in #8962
  • tls: input: output: Provide restoring way for tls.verify hebavior by @cosmo0920 in #8966
  • utils: floating-point number support in size-to-bytes conversion by @Meetp369 in #8767
  • Added parser for Linux kernel netfilter firewall log by @protohuf in #8778
  • workflows: update for 3.1 release by @edsiper in #9008
  • lib: c-ares: upgrade to v1.31.0 by @edsiper in #9009
  • metrics: Allocate metrics' titles dynamically by @cosmo0920 in #8969
  • in_winetvlog: Handle buffer allocation error and not mapped error by @cosmo0920 in #9011
  • out_splunk: remove raw endpoint by @pmeier in #9007
  • http_server: always set the content-length on HTTP/1.x (fix #9010) by @edsiper in #9036
  • http_server and downstream: fix keepalive issues by @edsiper in #9038
  • tls: openssl: fix handling of noisy non TLS errors by @edsiper in #9039
  • lib: luajit: upgrade to 04dca791 by @edsiper in #9044
  • lib: librdkafka: upgrade to v2.4.0 by @edsiper in #9045
  • lib: c-ares: upgrade to v1.32.0 by @edsiper in #9047
  • dockerfile: packaging: Fix build check for centos-7 and failures of package creations by @cosmo0920 in #9043
  • lib: nghttp2: backport upstream security fix by @edsiper in #9052
  • windows: luajit: Enable LuaJIT on ARM64 Windows by @cosmo0920 in #9051
  • out_gelf: test: Implement injecting tag capability by @cosmo0920 in #9031
  • out_loki: add support for structured metadata by @jtackaberry in #9048
  • http_server: Don't override keepalive for HTTP/2 by @cosmo0920 in #9056
  • config_format: yaml: Support passing arbitrary objects to processors by @tchrono in #8874
  • in_syslog: Fix double free when no parser is set by @belzerus in #8976
  • out_http: don't retry non retryable 4xx status codes by @IsraelZeromski in #8861
  • build: Set security flags for release builds by @Garfield96 in #6087
  • out_loki: Add http_buffer_max_size option and handle HTTP 5xx errors by @drbugfinder-work in #8830
  • motd: v3.1 by @edsiper in #9059

New Contributors

Full Changelog: v3.0.6...v3.1.0

Fluent Bit 3.0.7

11 Jun 23:57
Compare
Choose a tag to compare

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

What's Changed

  • release: update to 3.0.7 by @github-actions in #8876
  • in_prometheus_scrape: add User-Agent HTTP header (#8880) by @endersonmaia in #8882
  • tests: internal: log: use milliseconds to do time comparisons for cache timeout. by @pwhelan in #8891
  • tests/runtime/in_podman_metrics: refactor iteration of counters to use cfl_list from #8844. by @pwhelan in #8888
  • out_cloudwatch_logs: support log_group_class option by @PettitWesley in #8832
  • in_http: respond accordingly to requests that produce errors. by @pwhelan in #8794
  • out_calyptia: move debug payload to debug level. by @lecaros in #8805
  • tests: rutime: out_http: simplify and make the in_http test more robust. by @pwhelan in #8897
  • in_splunk: Store HEC token on enabled HTTP2 and raw endpoints by @cosmo0920 in #8883
  • in_splunk: Add switch for storing in metadata or records and handle multiple tokens on in splunk by @cosmo0920 in #8900
  • in_kubernetes_events: refactor time check to use struct flb_time. by @pwhelan in #8887
  • Fix GCC 14.1 build issues by @Javex in #8901
  • in_systemd: Move one record back after skipping to the end by @ardavast in #8917
  • http_server: api: v1: traces: fix finding inputs by alias. by @pwhelan in #8886
  • in_winevtlog: Fix threshold condition to avoid unnecessary warning by @Meetp369 in #8771
  • dockerfile: update to bookworm base image by @patrick-stephens in #8916
  • lib: cmetrics: upgrade to v0.9.1 by @edsiper in #8922
  • CMakeLists.txt: fix build with ninja by @ThomasDevoogdt in #8835
  • processor_metrics_selector: Implement delete by label value operation by @cosmo0920 in #8812
  • dockerfiles: windows: Update to use vcpkg instead of chocolatey by @cosmo0920 in #8924

New Contributors

Full Changelog: v3.0.6...v3.0.7