-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vector 0.39 upgrade #71
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pest](https://github.com/pest-parser/pest) from 2.7.9 to 2.7.10. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.7.9...v2.7.10) --- updated-dependencies: - dependency-name: pest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.199...v1.0.200) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.9 to 2.7.10. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.7.9...v2.7.10) --- updated-dependencies: - dependency-name: pest_derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.35 to 2.1.36. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.35...v2.1.36) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(stdlib): add `dns_lookup` function Adds `dns_lookup` function, relying on the `domain` crate (`dns_lookup` crate doesn't support any options). Fixes: #720 * Add changelog entry * Change DNS crate to `hickory_client` * Add required nameserver argument * Revert "Add required nameserver argument" This reverts commit 71d0477e52299a3b7f8b00fa84c52cb92aadf9bd. * Revert "Change DNS crate to `hickory_client`" This reverts commit 2ecea86a5bbe1d007ba430ff427ea8d5a4bf3d7e. * Clean up Cargo.lock changes * Update failing tests * Use macro for integer options too * Add more tests for `dns_lookup` * Add more examples * Fix failing tests and examples
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.82...1.0.83) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](dtolnay/paste@1.0.14...1.0.15) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.29...1.0.30) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump base64 from 0.22.0 to 0.22.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * regenerate licenses Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
* chore(deps): bump webbrowser from 1.0.0 to 1.0.1 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](amodm/webbrowser-rs@v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate licenses Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...v1.0.117) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.200...v1.0.201) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump domain from 0.9.3 to 0.10.0 Bumps [domain](https://github.com/nlnetlabs/domain) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/nlnetlabs/domain/releases) - [Changelog](https://github.com/NLnetLabs/domain/blob/main/Changelog.md) - [Commits](NLnetLabs/domain@v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: domain dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update domain types for 0.10.0 * Use more private alternatives in examples * Update licenses file * Remove `id` from header --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.36 to 2.1.37. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.36...v2.1.37) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump prettydiff from 0.6.4 to 0.7.0 Bumps [prettydiff](https://github.com/romankoblov/prettydiff) from 0.6.4 to 0.7.0. - [Commits](https://github.com/romankoblov/prettydiff/commits) --- updated-dependencies: - dependency-name: prettydiff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * regenerate licenses Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
* Introduce `BorrowedValuePath` wrapper * Introduce `BorrowedTargetPath` wrapper * Restore `impl ValuePath` for tuple * Fixup clippy
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.37 to 2.1.39. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.37...v2.1.39) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.202. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.201...v1.0.202) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.12 to 0.8.13. - [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mlua](https://github.com/khvzak/mlua) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/khvzak/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/master/CHANGELOG.md) - [Commits](mlua-rs/mlua@v0.9.7...v0.9.8) --- updated-dependencies: - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.86. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.83...1.0.86) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.60...1.0.61) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore!: Drop support for coalesce paths * Fix internal tests
Bumps [roxmltree](https://github.com/RazrFalcon/roxmltree) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/roxmltree@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: roxmltree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(stdlib): add optional `psl` argument to `parse_etld` This adds an optional argument `psl` to `parse_etld`function, which should be a file path to a custom PSL list (default one can be found on https://publicsuffix.org/list/public_suffix_list.dat). If none is provided, the default is used. Related: #669 * Add changelog entry * Remove needless variables from `parse_etld` VRL tests * Fix vrl tests
* add rubyhash * querystring * boolean * decodeuricomponent * xml * cargo fmt * add tests for query_string * remove space * remove parsing feature from default * refactor * add tests * add feature deps * add missing feature dep
Bumps [tracing-test](https://github.com/dbrgn/tracing-test) from 0.2.4 to 0.2.5. - [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md) - [Commits](dbrgn/tracing-test@v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: tracing-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.15.5 to 0.15.6. - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](https://github.com/rust-fuzz/afl.rs/commits) --- updated-dependencies: - dependency-name: afl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.202...v1.0.203) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.39 to 2.1.41. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.39...v2.1.41) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump snafu from 0.8.2 to 0.8.3 Bumps [snafu](https://github.com/shepmaster/snafu) from 0.8.2 to 0.8.3. - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](shepmaster/snafu@0.8.2...0.8.3) --- updated-dependencies: - dependency-name: snafu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * dd-rust-license-tool write --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <[email protected]>
* Add traceability_id field to alb log parse * make field traceability_id optional * Add changelog entry * lint
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14. - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.41 to 2.1.42. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.41...v2.1.42) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ero-padding (#870) * fix parsing multibyte character * support zero-paded month and day numbers for date matcher * cargo fmt
Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.15.6 to 0.15.7. - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](https://github.com/rust-fuzz/afl.rs/commits) --- updated-dependencies: - dependency-name: afl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(datadog grok): support more fraction of a second formats * fix escaping dot in regex * cargo clippy * correct typo * typo * nitpicks --------- Co-authored-by: Pavlos Rontidis <[email protected]>
* chore: Prepare v0.16.0 release * fix changelog version
darinspivey
approved these changes
Oct 7, 2024
logdnabot
added a commit
that referenced
this pull request
Oct 7, 2024
# [1.0.0](v0.20.1...v1.0.0) (2024-10-07) ### Bug Fixes * **datadog grok**: support more fraction of a second formats (#872) [eea9a0d](eea9a0d) - GitHub * **parse_groks**: support multibyte characters and date matcher w/o zero-padding (#870) [75cafdd](75cafdd) - GitHub * **test**: unstable dns tests against localhost [6e0f090](6e0f090) - Dan Hable [LOG-20715](https://logdna.atlassian.net/browse/LOG-20715) ### Chores * **deps**: bump afl from 0.15.5 to 0.15.6 (#863) [85a5870](85a5870) - GitHub * **deps**: bump afl from 0.15.6 to 0.15.7 (#871) [5a2d68d](5a2d68d) - GitHub * **deps**: bump anyhow from 1.0.82 to 1.0.83 (#826) [f47835d](f47835d) - GitHub * **deps**: bump anyhow from 1.0.83 to 1.0.86 (#847) [7d15a9f](7d15a9f) - GitHub * **deps**: bump base64 from 0.22.0 to 0.22.1 (#814) [1f3ce2b](1f3ce2b) - GitHub * **deps**: bump domain from 0.9.3 to 0.10.0 (#831) [27784cd](27784cd) - GitHub * **deps**: bump flate2 from 1.0.29 to 1.0.30 (#812) [79d41cd](79d41cd) - GitHub * **deps**: bump itertools from 0.12.1 to 0.13.0 (#842) [e58ac80](e58ac80) - GitHub * **deps**: bump mlua from 0.9.7 to 0.9.8 (#839) [d5aa87f](d5aa87f) - GitHub * **deps**: bump paste from 1.0.14 to 1.0.15 (#824) [67e0051](67e0051) - GitHub * **deps**: bump pest from 2.7.9 to 2.7.10 (#821) [781064b](781064b) - GitHub * **deps**: bump pest_derive from 2.7.9 to 2.7.10 (#819) [4581a47](4581a47) - GitHub * **deps**: bump prettydiff from 0.6.4 to 0.7.0 (#834) [1980982](1980982) - GitHub * **deps**: bump psl from 2.1.35 to 2.1.36 (#822) [3419cb1](3419cb1) - GitHub * **deps**: bump psl from 2.1.36 to 2.1.37 (#833) [a3ca39e](a3ca39e) - GitHub * **deps**: bump psl from 2.1.37 to 2.1.39 (#838) [ba3935a](ba3935a) - GitHub * **deps**: bump psl from 2.1.39 to 2.1.41 (#860) [db3e04f](db3e04f) - GitHub * **deps**: bump psl from 2.1.41 to 2.1.42 (#869) [af34c38](af34c38) - GitHub * **deps**: bump roxmltree from 0.19.0 to 0.20.0 (#855) [701fa3a](701fa3a) - GitHub * **deps**: bump serde from 1.0.199 to 1.0.200 (#820) [e7a16b7](e7a16b7) - GitHub * **deps**: bump serde from 1.0.200 to 1.0.201 (#832) [e05fee7](e05fee7) - GitHub * **deps**: bump serde from 1.0.201 to 1.0.202 (#841) [abfe51e](abfe51e) - GitHub * **deps**: bump serde from 1.0.202 to 1.0.203 (#857) [6668f64](6668f64) - GitHub * **deps**: bump serde_json from 1.0.116 to 1.0.117 (#835) [dddd4c5](dddd4c5) - GitHub * **deps**: bump snafu from 0.8.2 to 0.8.3 (#856) [061adb5](061adb5) - GitHub * **deps**: bump thiserror from 1.0.59 to 1.0.60 (#825) [f6b78ff](f6b78ff) - GitHub * **deps**: bump thiserror from 1.0.60 to 1.0.61 (#845) [ecef20e](ecef20e) - GitHub * **deps**: bump toml from 0.8.12 to 0.8.13 (#840) [4f38038](4f38038) - GitHub * **deps**: bump toml from 0.8.13 to 0.8.14 (#868) [1dcf598](1dcf598) - GitHub * **deps**: bump tracing-test from 0.2.4 to 0.2.5 (#864) [21dc985](21dc985) - GitHub * **deps**: bump webbrowser from 1.0.0 to 1.0.1 (#827) [71acf47](71acf47) - GitHub * Drop support for coalesce paths (#836) [fe187a7](fe187a7) - GitHub * Introduce borrowed path types (#817) [da595ab](da595ab) - GitHub * Prepare v0.16.0 release (#873) [3e87de2](3e87de2) - GitHub ### Features * **stdlib**: add `dns_lookup` function (#764) [b6fd5ec](b6fd5ec) - GitHub * **stdlib**: add optional `psl` argument to `parse_etld` (#851) [d4db3a5](d4db3a5) - GitHub ### Miscellaneous * Merge pull request #71 from mezmo/c-nixon/upstream-0.16 [2f5e324](2f5e324) - GitHub * Merge remote-tracking branch 'origin/main' into c-nixon/upstream-0.16 [c571620](c571620) - Dan Hable * Merge remote-tracking branch 'origin/main' into c-nixon/upstream-0.16 [ae2367f](ae2367f) - Dan Hable * Merge commit '3e87de2' into c-nixon/upstream-0.16 [3c3a0da](3c3a0da) - Chris Nixon * Merge commit '5737372' into c-nixon/upstream-0.15 [7403c15](7403c15) - Chris Nixon * Add traceability_id field to alb log parse (#862) [c7802b5](c7802b5) - GitHub * **parse_groks**: Add missing Datadog grok filters (#859) [ef07d02](ef07d02) - GitHub ### **BREAKING CHANGES** * Drop support for coalesce paths (#836)
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref: LOG-20715