Releases: logzio/fluent-bit-logzio-output
Releases · logzio/fluent-bit-logzio-output
0.6.2
- Resolve bug with exit code handling to ensure all buffered logs are flushed before termination.
- Upgrade golang to
1.22
.
- Upgrade fluent-bit official image to
3.1.4
.
0.6.1
Added Support for Custom Headers
Addition of SetHeaders function to configure custom headers.
Modification of client.go to include custom headers in HTTP requests.
Updates to client_test.go to test custom headers functionality.
0.6.0
- Upgrade fluent-bit official image to v3.0.4
0.5.0
- Added HTTP proxy support.
- Added Array fields support.
- Improved retries. @rasturic
0.4.1
Trim the compiler build path from stack traces.
0.4.0
- Upgrade FluentBit version
- Support new date format Pre-release
- Fix docker ci workflow
Dedot processing
- Added dedot processing
- Upgraded dependecies
0.2.0
- Added id parameter to support multiple outputs
- Added build commands to all platform in makefile
0.1.3
0.1.3:
- Upgrade to fluent-bit 1.9.7 in docker image.
v0.1.1
0.1.1:
- Support ARM architecture (docker image + plugin).