Fluent Bit 1.9.6
patrick-stephens
released this
15 Jul 09:35
·
3172 commits
to master
since this release
https://fluentbit.io/announcements/v1.9.6/
What's Changed
- throttle: Fixed use after free by @ptsneves in #4792
- include: fluent-bit: flb_input: fix some typos in comments by @lecaros in #5609
- out_datadog: switch noisy info level to debug level by @patrick-stephens in #5596
- datadog: migrate to v2 API logs endpoint by @truthbk in #4798
- tests: runtime: in_syslog: Add missing FLB_HAVE_UNIX_SOCKET clause by @cosmo0920 in #5647
- out_syslog: fix TLS handling in config and code logic (fix #5643) by @edsiper in #5646
- in_dummy_thread: remove unused vars by @nokute78 in #5642
- filter_throttle: add mutex to prevent race issue by @nokute78 in #5635
- parser: free allocated types by @DavidKorczynski in #5608
- lib: c-ares: upgrade to v1.18.1 by @edsiper in #5663
- filter_multiline: use flb_time API to get timestamp in millisecond by @nokute78 in #5638
- fstore: Suppress log cb warn by @nokute78 in #5667
- in_opentelemetry: endpoints change and new traces serialization by @edsiper in #5678
- exec: fix name of oneshot parameter by @chrisburr in #5127
- build: Fix building error for c-ares library on macOS by @cosmo0920 in #5683
- out_stdout: handle error case by @DavidKorczynski in #5603
- record_accessor: fix possible null-deref by @DavidKorczynski in #5101
- tests: internal: fuzzers: fix index error by @DavidKorczynski in #5602
- input: return error code from cb_collect by @DavidKorczynski in #5605
- filter_expect: support 'result_key' property and add test code by @nokute78 in #5668
- in_netif: add missing return type by @nokute78 in #5639
- ml: clear last recently used parser to match next parser(#5524) by @nokute78 in #5564
- tests: runtime: in_tail: add some test cases by @nokute78 in #5456
- filter_modify: add error check for flb_strndup(#5103) by @nokute78 in #5129
- tests: internal: upstream: add unit test for flb_upstream by @nokute78 in #4756
- out_forward: support 'unix_path' by @nokute78 in #4715
- filter_kubernetes: Add ability to change kubelet_host by @tumd in #5291
- out_cloudwatch_logs: support record_accessor by @PettitWesley in #5633
- s3: update S3 PutObjectSize to 1GB by @zwj102030 in #5688
New Contributors
- @sar009 made their first contribution in #5399
- @Dentrax made their first contribution in #5606
- @truthbk made their first contribution in #4798
- @chrisburr made their first contribution in #5127
- @tumd made their first contribution in #5291
- @zwj102030 made their first contribution in #5688
Full Changelog: v1.9.5...v1.9.6