All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, but make some changes.
publicfor changes that will be published in release notes.innerfor other changes.
This project will generate binaries for at least two platforms (Linux/Windows.noarch), so please add platform tag for your changes, such as:
bothfor all platforms.winfor Windows.linuxfor Linux on amd64 or arm64 arch.linux.armfor Linux on arm64 arch.- ....
addedfor new features.updatedfor changes in existing functionality.deprecatedfor soon-to-be removed features.removedfor now removed features.fixedfor any bug fixes.securityin case of vulnerabilities.docfor doc changes.
- [public] [both] [updated] add a new feature
- [public] [both] [added] service_http_server support OTLP log input.
- [public] [both] [added] add a new flusher_otlp_log plugin.
- [public] [both] [added] add a new flusher_kafka_v2 plugin.
- [public] [linux] [fixed] strip binaries to reduce dist size.