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

enhancement(stdlib): Add support for null keys to object_from_array #1177

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

bruceg
Copy link
Member

@bruceg bruceg commented Dec 5, 2024

Summary

Last part of #1157, I think. Documentation will come in Vector once this is closed. This isn't strictly necessary but seemed to be a nice convenience to provide for optional fields.

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance
  • Enhancement

Is this a breaking change?

  • Yes
  • No

How did you test this PR?

Unit tests are included.

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on
    our guidelines.
  • No. A maintainer will apply the "no-changelog" label to this PR.

Checklist

  • Our CONTRIBUTING.md is a good starting place.
  • If this PR introduces changes to LICENSE-3rdparty.csv, please
    run dd-rust-license-tool write and commit the changes. More details here.
  • For new VRL functions, please also create a sibling PR in Vector to document the new function.

References

@bruceg bruceg added type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Dec 5, 2024
@bruceg bruceg requested a review from pront December 5, 2024 16:44
@bruceg bruceg added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit 7c32fe4 Dec 5, 2024
22 checks passed
@bruceg bruceg deleted the bruceg/object-from-array3 branch December 5, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Changes in this PR do not need user-facing explanations in the release changelog type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants