3.15
Notable changes:
- In the TCP Splunk adapter, the
type
field which contains the record descriptor name was renamed tordtype
- In the TCP Splunk adapter, additional internal record fields are now written:
rd__source
(from_source
)rd__classification
(from_classification
)rd__generated
(from_generated
)
What's Changed
- Add -Lv/--line-verbose mode to rdump by @yunzheng in #102
- Make test_rdump_stdin_peek windows compatible by @Miauwkeru in #103
- Remove incorrect assertion in float test by @Schamper in #105
- Only run CI on PR and main branch pushes by @Schamper in #104
- Add DuckDB adapter by @yunzheng in #97
- Move lru_cache definitions to init by @Miauwkeru in #109
- Remove old backwards compatible Selector code by @yunzheng in #110
- Make records hashable by @JSCU-CNI in #107
- Run CI on pushed tags by @Schamper in #111
- Update setuptools-scm write_to to version_file by @Schamper in #113
- Update github action versions by @Miauwkeru in #114
- Add ignore_fields_for_comparison() context manager by @yunzheng in #115
- Fix hashing of records with list fieldtypes by @JSCU-CNI in #116
- Add a pull request template by @Miauwkeru in #117
- Add support for Splunk HTTP Event Collector by @MaxGroot in #85
- Add a command type by @Miauwkeru in #118
Full Changelog: 3.14...3.15