Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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)
- Loading branch information