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
- @Javex made their first contribution in #8901
- @ardavast made their first contribution in #8917
- @Meetp369 made their first contribution in #8771
- @shaohme made their first contribution in #8881
- @portswigger-tim made their first contribution in #8986
- @nuclearpidgeon made their first contribution in #8962
- @protohuf made their first contribution in #8778
- @pmeier made their first contribution in #9007
- @jtackaberry made their first contribution in #9048
- @belzerus made their first contribution in #8976
- @IsraelZeromski made their first contribution in #8861
Full Changelog: v3.0.6...v3.1.0