Skip to content
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 44 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
781064b
chore(deps): bump pest from 2.7.9 to 2.7.10 (#821)
dependabot[bot] May 2, 2024
e7a16b7
chore(deps): bump serde from 1.0.199 to 1.0.200 (#820)
dependabot[bot] May 2, 2024
4581a47
chore(deps): bump pest_derive from 2.7.9 to 2.7.10 (#819)
dependabot[bot] May 2, 2024
3419cb1
chore(deps): bump psl from 2.1.35 to 2.1.36 (#822)
dependabot[bot] May 6, 2024
b6fd5ec
feat(stdlib): add `dns_lookup` function (#764)
esensar May 6, 2024
f47835d
chore(deps): bump anyhow from 1.0.82 to 1.0.83 (#826)
dependabot[bot] May 7, 2024
f6b78ff
chore(deps): bump thiserror from 1.0.59 to 1.0.60 (#825)
dependabot[bot] May 7, 2024
67e0051
chore(deps): bump paste from 1.0.14 to 1.0.15 (#824)
dependabot[bot] May 7, 2024
79d41cd
chore(deps): bump flate2 from 1.0.29 to 1.0.30 (#812)
dependabot[bot] May 7, 2024
1f3ce2b
chore(deps): bump base64 from 0.22.0 to 0.22.1 (#814)
dependabot[bot] May 7, 2024
71acf47
chore(deps): bump webbrowser from 1.0.0 to 1.0.1 (#827)
dependabot[bot] May 7, 2024
dddd4c5
chore(deps): bump serde_json from 1.0.116 to 1.0.117 (#835)
dependabot[bot] May 8, 2024
e05fee7
chore(deps): bump serde from 1.0.200 to 1.0.201 (#832)
dependabot[bot] May 8, 2024
27784cd
chore(deps): bump domain from 0.9.3 to 0.10.0 (#831)
esensar May 10, 2024
a3ca39e
chore(deps): bump psl from 2.1.36 to 2.1.37 (#833)
dependabot[bot] May 10, 2024
1980982
chore(deps): bump prettydiff from 0.6.4 to 0.7.0 (#834)
dependabot[bot] May 10, 2024
da595ab
chore: Introduce borrowed path types (#817)
bruceg May 10, 2024
ba3935a
chore(deps): bump psl from 2.1.37 to 2.1.39 (#838)
dependabot[bot] May 14, 2024
abfe51e
chore(deps): bump serde from 1.0.201 to 1.0.202 (#841)
dependabot[bot] May 16, 2024
4f38038
chore(deps): bump toml from 0.8.12 to 0.8.13 (#840)
dependabot[bot] May 16, 2024
d5aa87f
chore(deps): bump mlua from 0.9.7 to 0.9.8 (#839)
dependabot[bot] May 16, 2024
e58ac80
chore(deps): bump itertools from 0.12.1 to 0.13.0 (#842)
dependabot[bot] May 17, 2024
7d15a9f
chore(deps): bump anyhow from 1.0.83 to 1.0.86 (#847)
dependabot[bot] May 20, 2024
ecef20e
chore(deps): bump thiserror from 1.0.60 to 1.0.61 (#845)
dependabot[bot] May 20, 2024
fe187a7
chore!: Drop support for coalesce paths (#836)
bruceg May 21, 2024
701fa3a
chore(deps): bump roxmltree from 0.19.0 to 0.20.0 (#855)
dependabot[bot] May 24, 2024
d4db3a5
feat(stdlib): add optional `psl` argument to `parse_etld` (#851)
esensar May 28, 2024
ef07d02
enhancement(parse_groks): Add missing Datadog grok filters (#859)
vladimir-dd May 28, 2024
21dc985
chore(deps): bump tracing-test from 0.2.4 to 0.2.5 (#864)
dependabot[bot] Jun 3, 2024
85a5870
chore(deps): bump afl from 0.15.5 to 0.15.6 (#863)
dependabot[bot] Jun 3, 2024
6668f64
chore(deps): bump serde from 1.0.202 to 1.0.203 (#857)
dependabot[bot] Jun 3, 2024
db3e04f
chore(deps): bump psl from 2.1.39 to 2.1.41 (#860)
dependabot[bot] Jun 3, 2024
061adb5
chore(deps): bump snafu from 0.8.2 to 0.8.3 (#856)
dependabot[bot] Jun 3, 2024
c7802b5
Add traceability_id field to alb log parse (#862)
skbki Jun 3, 2024
1dcf598
chore(deps): bump toml from 0.8.13 to 0.8.14 (#868)
dependabot[bot] Jun 4, 2024
af34c38
chore(deps): bump psl from 2.1.41 to 2.1.42 (#869)
dependabot[bot] Jun 5, 2024
75cafdd
fix(parse_groks): support multibyte characters and date matcher w/o z…
vladimir-dd Jun 6, 2024
5a2d68d
chore(deps): bump afl from 0.15.6 to 0.15.7 (#871)
dependabot[bot] Jun 6, 2024
eea9a0d
fix(datadog grok): support more fraction of a second formats (#872)
vladimir-dd Jun 6, 2024
3e87de2
chore: Prepare v0.16.0 release (#873)
pront Jun 6, 2024
7403c15
Merge commit '5737372' into c-nixon/upstream-0.15
c-nixon Jul 10, 2024
3c3a0da
Merge commit '3e87de2' into c-nixon/upstream-0.16
c-nixon Jul 10, 2024
ae2367f
Merge remote-tracking branch 'origin/main' into c-nixon/upstream-0.16
dhable Oct 3, 2024
c571620
Merge remote-tracking branch 'origin/main' into c-nixon/upstream-0.16
dhable Oct 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,28 @@

<!-- changelog start -->

## [0.16.0 (2024-06-06)]


### Breaking Changes & Upgrade Guide

- The deprecated coalesce paths (i.e. `(field1|field2)`) feature is now removed. (https://github.com/vectordotdev/vrl/pull/836)

### New Features

- Added experimental `dns_lookup` function. It should be used with caution, since it involves network
calls and is therefore very slow.

authors: esensar (https://github.com/vectordotdev/vrl/pull/764)
- Added `psl` argument to the `parse_etld` function. It enables customizing used public suffix list. If none is provided the default (https://publicsuffix.org/list/public_suffix_list.dat) is used, which is that was used before this change.

authors: esensar (https://github.com/vectordotdev/vrl/pull/851)

### Enhancements

- Add traceability_id field support to parse_aws_alb_log (https://github.com/vectordotdev/vrl/pull/862)


## [0.15.0 (2024-05-01)]


Expand Down Expand Up @@ -868,7 +890,7 @@
### New Features

- Introduced an unused expression checker. It's designed to detect and report unused expressions,
helping users to clean up and optimize their VRL scripts. Note that this checker will not catch everything,
helping users to clean up and optimize their VRL scripts. Note that this checker will not catch everything,
but it does aim to eliminate false positives. For example, shadowed variables are not reported as unused.
(https://github.com/vectordotdev/vrl/pull/622)
- Add a `replace_with` function that is similar to `replace` but takes a closure instead of a
Expand All @@ -886,7 +908,7 @@

## `0.9.0` (2023-12-12)
* `parse_regex_all` `pattern` param can now be resolved from a variable
* fixed `parse_json` data corruption issue for numbers greater or equal to `i64::MAX`
* fixed `parse_json` data corruption issue for numbers greater or equal to `i64::MAX`
* support timestamp comparison using operators <, <=, >, >=

## `0.8.0` (2023-10-31)
Expand Down
Loading