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

⬆️ Bump vrl from 0.17.0 to 0.18.0 in /internal/ffi/vrl/rust-crate #62

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps vrl from 0.17.0 to 0.18.0.

Changelog

Sourced from vrl's changelog.

[0.18.0 (2024-09-05)]

New Features

  • Added unflatten function to inverse the result of the flatten function. This function is useful when you want to convert a flattened object back to its original form.

  • The parse_json function now accepts an optional lossy parameter (which defaults to true).

    This new parameter allows to control whether the UTF-8 decoding should be lossy or not, replacing invalid UTF-8 sequences with the Unicode replacement character (U+FFFD) if set to true or raising an error if set to false and an invalid utf-8 sequence is found. (vectordotdev/vrl#269)

  • Added casing functions camelcase, kebabcase, screamingsnakecase, snakecase, pascalcase (vectordotdev/vrl#973)

  • Added parse_influxdb function to parse events encoded using the InfluxDB line protocol.

Enhancements

  • The match_datadog_query function now accepts || in place of OR and && in place of AND in the query string, which is common Datadog syntax. (vectordotdev/vrl#1001)

Fixes

  • decode_base64 no longer requires canonical padding. (vectordotdev/vrl#960)
  • The assumption of a Datadog Logs-based intake event structure has been removed from the match_datadog_query function. (vectordotdev/vrl#1003)
  • For the parse_influxdb function the timestamp and tags fields of returned objects are now correctly marked as nullable.
Commits
  • c6f22a1 chore(releasing): Prepare v0.18.0 VRL release (#1017)
  • 7283fe9 chore(ci): Validate cargo-deny output in CI and check license compatibility...
  • 5f635f9 fix(stdlib): make nullable timestamp and tags fields in parse_influxdb func...
  • b63e099 chore(deps): bump indexmap from 2.4.0 to 2.5.0 (#1013)
  • 7318a10 chore(deps): bump the prost group across 1 directory with 2 updates (#1014)
  • bab1cd5 feat(stdlib): add unflatten vrl function (#993)
  • 1ed5fbd chore(deps): Relax constraint on indexmap (#1009)
  • fa1c4dc chore(deps): bump lalrpop-util from 0.20.2 to 0.21.0 (#1008)
  • bb6c93a chore(deps): bump flate2 from 1.0.32 to 1.0.33 (#1006)
  • e0a9de6 chore(deps): bump serde_json from 1.0.125 to 1.0.127 (#1005)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the deps: rust Dependency update label Sep 9, 2024
@linkdd
Copy link
Contributor

linkdd commented Sep 9, 2024

@dependabot rebase

Bumps [vrl](https://github.com/vectordotdev/vrl) from 0.17.0 to 0.18.0.
- [Changelog](https://github.com/vectordotdev/vrl/blob/main/CHANGELOG.md)
- [Commits](vectordotdev/vrl@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: vrl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/internal/ffi/vrl/rust-crate/vrl-0.18.0 branch from 8fa5be1 to d4ab158 Compare September 9, 2024 13:54
Copy link
Contributor

@linkdd linkdd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit f396f2f into main Sep 9, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/internal/ffi/vrl/rust-crate/vrl-0.18.0 branch September 9, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps: rust Dependency update
Development

Successfully merging this pull request may close these issues.

1 participant