-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This upgrades VRL to `0.4.0` Notable changes: - This is the first crates.io release for VRL. It's no longer a git dependency! - All VRL macros are now exported at the root, which required some import changes - Previously the `vrl` crate had an internal `test` feature that was un-intentionally enabled. This was caught and fixed in recent VRL refactoring. Vector was relying on this in a few places where is shouldn't be (all related to converting an `f64` into a `Value`. That implementation is normally only available for tests, since the `f64` needs to be checked for `NaN` first). As a quick fix, to keep existing behavior, the `test` feature is now explicitly enabled for VRL. [An issue](#17377) was created to track this and remove it.
- Loading branch information
Showing
43 changed files
with
99 additions
and
268 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.