Skip to content

Commit 3c3a0da

Browse files
committed
Merge commit '3e87de2' into c-nixon/upstream-0.16
2 parents 7403c15 + 3e87de2 commit 3c3a0da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3040
-2551
lines changed

CHANGELOG.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,28 @@
630630

631631
<!-- changelog start -->
632632

633+
## [0.16.0 (2024-06-06)]
634+
635+
636+
### Breaking Changes & Upgrade Guide
637+
638+
- The deprecated coalesce paths (i.e. `(field1|field2)`) feature is now removed. (https://github.com/vectordotdev/vrl/pull/836)
639+
640+
### New Features
641+
642+
- Added experimental `dns_lookup` function. It should be used with caution, since it involves network
643+
calls and is therefore very slow.
644+
645+
authors: esensar (https://github.com/vectordotdev/vrl/pull/764)
646+
- 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.
647+
648+
authors: esensar (https://github.com/vectordotdev/vrl/pull/851)
649+
650+
### Enhancements
651+
652+
- Add traceability_id field support to parse_aws_alb_log (https://github.com/vectordotdev/vrl/pull/862)
653+
654+
633655
## [0.15.0 (2024-05-01)]
634656

635657

@@ -708,7 +730,7 @@
708730
### New Features
709731

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

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

732754
## `0.8.0` (2023-10-31)

0 commit comments

Comments
 (0)