Third 2.0.0 beta release containing various bug fixes and upgrades.
What's Changed
- Show received events if received count != expect count by @breml in #154
- Move __lfv_id and __lfv_out_passed to @metadata by @breml in #157
- Add testcase for issue 150 by @breml in #158
- Fix bug with fields (deep copy) by @breml in #162
- Document LFV specific fields in @metadata by @breml in #160
- Add documentation about clone filter by @breml in #159
- Upgrade github.com/tidwall/gjson by @magnusbaeck in #165
- Upgrade golangci-lint and enable more linters by @magnusbaeck in #164
- Change default loglevel from WARNING to INFO by @magnusbaeck in #163
- Preserve type field from original input by @breml in #172
- Make wait-for-late-arrivals-timeout configurable by @breml in #171
- Fix adding of missing ID by @breml in #173
- Fix fmt format for leading zeros by @breml in #174
- Make auto generated plugin ID unique among multiple files by @breml in #176
- Update special cases in documentation by @breml in #177
- Add additional logstash configuration path by @vkravets in #186
- Logstash 8 compatibility by @breml in #191
- README.md: Add missing ToC entry for integration tests by @magnusbaeck in #193
- Upgrade Go compiler to 1.22 by @magnusbaeck in #195
- Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #196
- Bump github.com/ulikunitz/xz from 0.5.7 to 0.5.8 by @dependabot in #199
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #197
- Resolve symlinks to make test more portable. by @cresh in #201
- internal/testcase: Support bracket field references for testcases by @magnusbaeck in #203
- Bump google.golang.org/grpc from 1.38.0 to 1.56.3 by @dependabot in #194
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #198
- Remove support for old test case files by @magnusbaeck in #205
- Makefile: Stop building release tarballs with Docker by @magnusbaeck in #206
- Makefile: Build binaries for darwin_arm64 instead of linux_386 by @magnusbaeck in #207
New Contributors
- @vkravets made their first contribution in #186
- @dependabot made their first contribution in #196
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3