Skip to content

Commit

Permalink
release: v3.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Dec 20, 2024
1 parent 44c9958 commit cb3fecc
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ logo = "/images/logo.svg"
logo2 = "/images/logo-white.svg"
footer_logo = "/images/footer-logo.svg"
copyright = "© 2015-2024 The Fluent Bit Authors. Fluent Bit is a CNCF sub-project under the umbrella of Fluentd"
lastVersion = "v3.2.2"
releasedOn = "Nov 27, 2024"
noteUrl = "announcements/v3.2.2"
lastVersion = "v3.2.3"
releasedOn = "Dec 19, 2024"
noteUrl = "announcements/v3.2.3"

[menu]
[[menu.main]]
Expand Down
2 changes: 1 addition & 1 deletion content/announcements/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ heroBg: "/images/hero.jpg"
latestVer: true
---

{{% content "announcements/v3.2/v3.2.2.md" %}}
{{% content "announcements/v3.2/v3.2.3.md" %}}

{{% button href="/announcements/older-versions/" position="center" text-transform="" class="btn-gradient" margin="0px 0px 30px" %}}See Older Versions{{% /button %}}
108 changes: 108 additions & 0 deletions content/announcements/v3.2/v3.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
title: 'v3.2.3'
description: 'Next generation Telemetry Agent for Logs, Metrics and Traces. '
url: "/announcements/v3.2.3/"
release_date: 2024-12-19
publishdate: 2024-12-19
ver: v3.2.3
herobg: "/images/[email protected]"
latestVer: true
---

###### KNOWLEDGE BASE

## Release Notes v3.2.3

[Fluent Bit](https://fluentbit.io) is a Fast and Lightweight Data Processor and Forwarder for Linux, BSD, Windows and macOS. We are proud to announce the availability of **Fluent Bit v3.2.3**.

<br>

### What's new ?

<br>

#### Core

- http_server: hs: Handle IPv4 and IPv6 addresses ([PR #9449](https://github.com/fluent/fluent-bit/pull/9449))
- utf8
- enhance handling of multibyte sequences ([PR #9687](https://github.com/fluent/fluent-bit/pull/9687))
- remove lookup table ([PR #9687](https://github.com/fluent/fluent-bit/pull/9687))
- build
- cmake: fix UNICODE-escaped characters on aarch64 (#8851) ([PR #8851](https://github.com/fluent/fluent-bit/pull/8851))
- Use signed char in RISC-V 64bit (#9524) ([PR #9524](https://github.com/fluent/fluent-bit/pull/9524))
- add flb_utf8.c ([PR #9687](https://github.com/fluent/fluent-bit/pull/9687))
- added include path for the headers cprofiles generates ([PR #9747](https://github.com/fluent/fluent-bit/pull/9747))
- wasm: Plug a resource leak on exception (CID 508177) (#9615) ([PR #9615](https://github.com/fluent/fluent-bit/pull/9615))
- input: Add callback member for testing input format ([PR #9291](https://github.com/fluent/fluent-bit/pull/9291))
- cfl_ra_key: Implement generic CFL based RA key functionality ([PR #9566](https://github.com/fluent/fluent-bit/pull/9566))
- cfl_record_accessor
- Implement generic CFL based record accessor ([PR #9566](https://github.com/fluent/fluent-bit/pull/9566))
- tests: internal: Add internal test cases for generic CFL based RA ([PR #9566](https://github.com/fluent/fluent-bit/pull/9566))
- Plug resource leaks (CID 516097) ([PR #9728](https://github.com/fluent/fluent-bit/pull/9728))
- utils
- Detect machine_id corruption and fill out a dummy value ([PR #9690](https://github.com/fluent/fluent-bit/pull/9690))
- use new utf8 decoder API ([PR #9687](https://github.com/fluent/fluent-bit/pull/9687))
- add utf8 encoding for codepoints beyond BMP ([PR #9687](https://github.com/fluent/fluent-bit/pull/9687))
- sds
- use new utf8 decoder for sds_cat_utf8 ([PR #9687](https://github.com/fluent/fluent-bit/pull/9687))
- plugin: Detect config format and use a proper loader ([PR #9738](https://github.com/fluent/fluent-bit/pull/9738))
- plugin_proxy: Allow to execute flush callback on Golang side during hot-reloading (#9734) ([PR #9734](https://github.com/fluent/fluent-bit/pull/9734))

#### Libraries
- c-ares: upgrade to v1.34.4 ([PR #9747](https://github.com/fluent/fluent-bit/pull/9747))
- cprofiles: upgrade to v0.1.0 ([PR #9747](https://github.com/fluent/fluent-bit/pull/9747))
- wasm-micro-runtime: Bump up wasm-micro-runtime to v1.3.3 ([PR #9643](https://github.com/fluent/fluent-bit/pull/9643))

#### Plugins

- **[Winevtlog (Input)](https://docs.fluentbit.io/manual/pipeline/inputs/winevtlog)**
- Use correct flag for EvtRender ([PR #9659](https://github.com/fluent/fluent-bit/pull/9659))
- **[Process_exporter_metrics (Input)](https://docs.fluentbit.io/manual/pipeline/inputs/process_exporter_metrics)**
- fix error logic when directory cannot be opened (#9549) ([PR #9549](https://github.com/fluent/fluent-bit/pull/9549))
- **[Systemd (Input)](https://docs.fluentbit.io/manual/pipeline/inputs/systemd)**
- Process enumerated data as cfl_kvlist(s) at first ([PR #9291](https://github.com/fluent/fluent-bit/pull/9291))
- test: Add a format test case for duplicated keys ([PR #9291](https://github.com/fluent/fluent-bit/pull/9291))
- **[Forward (Input)](https://docs.fluentbit.io/manual/pipeline/inputs/forward)**
- Support `empty_shared_key` parameter (#9681) ([PR #9681](https://github.com/fluent/fluent-bit/pull/9681))
- Recreate connection when resumed ([PR #9605](https://github.com/fluent/fluent-bit/pull/9605))
- **[Opentelemetry (Input)](https://docs.fluentbit.io/manual/pipeline/inputs/opentelemetry)**
- logs: add support for OTel resource/scope metadata in JSON payload ([PR #9724](https://github.com/fluent/fluent-bit/pull/9724))
- **[Parser (Filter)](https://docs.fluentbit.io/manual/pipeline/filters/parser)**
- fix reserve data and preserve key handling (#9675) ([PR #9675](https://github.com/fluent/fluent-bit/pull/9675))
- **[Calyptia (Output)](https://docs.fluentbit.io/manual/pipeline/outputs/calyptia)**
- retry agent registration on flush callback (#9656) ([PR #9656](https://github.com/fluent/fluent-bit/pull/9656))
- **[Opentelemetry (Output)](https://docs.fluentbit.io/manual/pipeline/outputs/opentelemetry)**
- remove strict check on severityText value ([PR #9724](https://github.com/fluent/fluent-bit/pull/9724))
- **[Lib (Output)](https://docs.fluentbit.io/manual/pipeline/outputs/lib)**
- add new option `data_mode` ([PR #9724](https://github.com/fluent/fluent-bit/pull/9724))

{{< contributor-list >}}

#### Contributors

On every release, there are many people involved doing contributions on different areas like bug reporting, troubleshooting, documentation and coding, without these contributions from the community, the project won’t be the same and won’t be in the good shape that it is now. So THANK YOU! to everyone who takes part of this journey!

## Contributors

- [Jorge Niedbalski](https://github.com/niedbalski)
- [Rama Malladi](https://github.com/RamaMalladiAWS)
- [quocbao](https://github.com/baonq-me)
- [Hiroshi Hatake](https://github.com/cosmo0920)
- [Pat](https://github.com/patrick-stephens)
- [Markus Frey](https://github.com/mkfrey)
- [Lars](https://github.com/PromyLOPh)
- [Erik Bledsoe](https://github.com/erikbledsoe)
- [Eduardo Silva Pereira](https://github.com/edsiper)
- [leonardo-albertovich](https://github.com/leonardo-albertovich)
- [Ankur Patel](https://github.com/imankurpatel000)


{{< /contributor-list >}}

#### Join us

We want to hear about you, our community is growing and you can be part of it!, you can contact us at:

* Github: [http://github.com/fluent/fluent-bit](https://github.com/fluent/fluent-bit)
* Slack: [http://slack.fluentd.org](http://slack.fluentd.org)
* Twitter: [@fluentbit](https://twitter.com/fluentbit)

0 comments on commit cb3fecc

Please sign in to comment.