Releases: mezmo/vector
Releases · mezmo/vector
v8.2.1
v8.2.0
v8.1.3
v8.1.2
v8.1.1
v8.1.0
v8.0.1
v8.0.0
8.0.0 (2026-03-09)
Bug Fixes
- blackhole sink: disable rate limiting for periodic stats messages (#24190) a488105 - GitHub
- blackhole sink: implement end-to-end acknowledgements (#24283) df4f362 - GitHub
- ci: Allow CLA check to pass on merge queue events (#24277) 870b86f - GitHub
- ci: build-test-runner if condition (#24224) 24099eb - GitHub
- ci: download toolchain only once (#24176) 325c5c2 - GitHub
- dev: eliminate race condition when aqcuiring socket addresses (#24212) 5553521 - GitHub
- dev: fix unused function warning with websocket source/sink (#24383) 3e5d0ac - GitHub
- dev: flush and sync files in file source tests (#24243) b972620 - GitHub
- dev: handle out of order reads in test_fair_reads (#24270) 16429fa - GitHub
- file source: Fix flaky test_oldest_first by ensuring distinct creation timestamps (#24327) 3eae931 - GitHub
- http_client: fail on VRL compilation errors in query parameters (#24223) b367f7d - GitHub
- http_client: handle custom auth strategy in all sinks (#24240) 62e3446 - GitHub
- internal_logs source: remove rate limit (#24218) 78a8a8b - GitHub
- journald source: journalctl args in case of current_boot_only (#23438) 6996ec5 - GitHub
- kafka sink: upgrade rdkafka to 0.38.0 to resolve idempotent-producer fatal "Inconsistent state" stalls (#24197) f1eecd0 - GitHub
- syslog source: emit received events/bytes metrics for UDP mode (#24296) 4902750 - GitHub
- tracing: prevent panic for traces without standard fields (#24191) 35ad95a - GitHub
- unit tests: prevent missing components errors for memory tables in tests (#24081) 4d22ce1 - GitHub
- vdev: release prepare vrl version pinning (#24158) 7594a0b - GitHub
- vdev: remove --reuse-image (#24163) 99b5835 - GitHub
- website: add missing md file for the incremental_to_absolute transform (#24217) 6ee7839 - GitHub
- website: document the global healthcheck option (#24253) 67509b0 - GitHub
- website: fix healthcheck -> healthchecks (#24267) f1efa9d - GitHub
- websocket source: reconnect indefinitely when connection fails (#24069) a053a2e - GitHub
Chores
- ci: .dockerignore should exlcude target dirs (#24154) 749fbb0 - GitHub
- ci: Add CLA signature workflow (#24276) 12c880f - GitHub
- ci: Add missing
deny.tomlentry for the new macro crate (#24339) 7d17730 - GitHub - ci: add serde, tokio, tracing patterns (#24132) 6bf28dd - GitHub
- ci: bump actions/checkout from 5.0.0 to 6.0.0 (#24322) 538c833 - GitHub
- ci: bump aws-actions/configure-aws-credentials from 5.0.0 to 5.1.1 (#24323) 0f99849 - GitHub
- ci: bump DataDog/dd-octo-sts-action from 1.0.1 to 1.0.3 (#24325) eae0be2 - GitHub
- ci: bump docker/metadata-action from 5.8.0 to 5.9.0 (#24175) f07e883 - GitHub
- ci: bump docker/metadata-action from 5.9.0 to 5.10.0 (#24326) faa2c21 - GitHub
- ci: bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#24174) d2b4f64 - GitHub
- ci: bump github/codeql-action from 3.30.6 to 4.31.6 (#24324) 3921ecb - GitHub
- ci: bump the artifact group with 2 updates (#24173) 81ca9f2 - GitHub
- ci: fix failing dependabot dockerfile updates (#24172) e9c81d2 - GitHub
- ci: fix gcp test filter and ignore failing tests (#24134) 2ed1eb4 - GitHub
- ci: Ignore RUSTSEC-2025-0134 for rustls-pemfile (#24352) 922d970 - GitHub
- ci: Improve deny and make it run on PRs when necessary (#24340) 72e0967 - GitHub
- ci: remove build-all flag, inspect state instead (#24206) 61bf5ad - GitHub
- ci: reorg e2e tests (#24136) 817be38 - GitHub
- ci: reorganize integration test files (#24108) 8bd1ad2 - GitHub
- ci: simplify/improve scripts/ci-free-disk-space.sh (#24159) 2fbe949 - GitHub
- ci: skip mold/changes when downloading only vdev (#24385) 75dda72 - GitHub
- ci: smp cli: v0.24.1 -> v0.25.1 (#24262) 5edc393 - GitHub
- ci: temporarily remove homebrew publish step from publish workflow (#24185) a70ae2e - GitHub
- ci: typo fix (#24146) 7e2b322 - GitHub
- ci: use ci-docs-build flow instead of local docs flow (#24319) 5c16191 - GitHub
- codecs: forbid unwrap and refactor error handling (#24247) fff7f5a - GitHub
- datadog_agent source: Refactor handle_request into struct (#24238) fcd135a - GitHub
- deps: bump hyper, http-body and apply deprecation suggestions (#24351) a7a4106 - GitHub
- deps: bump maxminddb to 0.27 after RUSTSEC-2025-0132 (#24332) cea65d0 - GitHub
- deps: bump VRL to use 0.29.0 sha (#24378) feb33ce - GitHub
- deps: bump VRL version to include example location (#24317) 3eda9d2 - GitHub
- deps: remove number-prefix in favor of unit_prefix (#24293) b9ad9b3 - GitHub
- deps: update mongodb crate to 3.3.0 (#24271) 821c1f7 - GitHub
- deps: update toml to 0.9.8 (#24161) d43ab9e - GitHub
- deps: update VRL to add missing stdlib fns from 0.28 (#24178) 33a957e - GitHub
- dev: add aqua deps (#24269) [e38c093](e38c093e8857ebbdbbab1ff398639...
v7.2.0
7.2.0 (2026-03-03)
Bug Fixes
- aws_sqs source: add retry delay in sqs::Ingestor (#23996) 7224315 - GitHub
- azure_blob sink: use correct reqwest feature (#23865) 4985e40 - GitHub
- bump rocksdb 6218a23 - Kristof Mattei
- bump Rust to 1.93.1 833e244 - Kristof Mattei
- ci: add e2e-tests should run filter (#24016) fcb9dfd - GitHub
- ci: Add missing step to last needs of integration.yml (#24065) 98a8d41 - GitHub
- ci: datadog-metrics e2e test fixes (#23919) 9ead212 - GitHub
- ci: fix path in datadog-metrics e2e test.yaml (#24127) 8c5af62 - GitHub
- ci: increase e2e timeout (#23857) bd6a8f5 - GitHub
- ci: latest-vector_default.yaml case was silently failing (#23984) 2275c69 - GitHub
- ci: only run changed integrations in the MQ (#23937) 0c652ce - GitHub
- ci: run mqtt int tests (#24102) 11c5521 - GitHub
- ci: scripts/run-integration-test.sh must fail early (not skip) (#23977) a0fd699 - GitHub
- ci: vdev build on cache miss (#24113) bfaefdc - GitHub
- ci: vdev caching (#24126) 5cf227e - GitHub
- ci: windows rustup stable not installed by default (#23868) ae9010c - GitHub
- config: watch-config file events handling (#23899) f3d2608 - GitHub
- dev: add .md authors spelling pattern (#23843) 76dc8b7 - GitHub
- dev: aws-kinesis-firehose tests (#24117) 42f7106 - GitHub
- dev: Fix incorrect cue.sh path (#23953) 5c1e1ee - GitHub
- dev: fix journald tests for local macOS (#24114) e486428 - GitHub
- dev: Fix local mqtt int test (#24096) f6be7db - GitHub
- dev: multicast_and_unicast_udp_message no longer hangs on macOS (#24112) ae8ad71 - GitHub
- disable release-tool for now, this should not be merged in
masterc3f7176 - Kristof Mattei - docker_logs source: fix docker client with specified socket path (#24026) 2ead145 - GitHub
- enrichment tables: prevent crash on config reload with enrichment table sources (#24014) 13f77b9 - GitHub
- enrichment tables: properly enable memory enrichment table for
vector tap(#23863) f054f9c - GitHub - fluent source: stop counting received events twice (#23900) 28de351 - GitHub
- instrument: Buffer counter underflowed (#23872) (#23973) bd9b877 - GitHub
- integration test: fix
externaltype innetworksin docker compose file (#23942) 8dff36b - GitHub - logging: rate limiting fixes 4a28a76 - Phil Ciampini LOG-23166
- metrics: prevent negative utilization on late messages (#24073) 22cb8c5 - GitHub
- metrics: prevent utilization metric loss on configuration reload (#24080) fb74a1e - GitHub
- mqtt sink: tls auth by client cert (#23839) ba11319 - GitHub
- opentelemetry source: fix HTTP not decompressing payloads (#24068) 52a1c65 - GitHub
- prometheus_remote_write source: ignore conflicting metadata instead of returning HTTP 400 (#23773) 5e1c3bf - GitHub
- prometheus_remote_write source: import only if flag is set (#24082) 825f4a3 - GitHub
- vdev: corrects stop logic (#24086) 97c8d28 - GitHub
- website: 0.50.0 release typos (#23918) 1e49204 - GitHub
- website: fix creation dates for a few md files (#24048) 4cd5f67 - GitHub
- website: use ` instead of " in aws guide (#23983) a9d635a - GitHub
Chores
- address clippy as part of the 1.93.1 Rust upgrade ae54816 - Kristof Mattei
- bump mold, previous version broke Rust 1.89 1871acd - Kristof Mattei
- ci: add timeout to component features job (#23814) 8b25a7e - GitHub
- ci: allow manual homebrew runs (#23835) 80fee27 - GitHub
- ci: Bump actions/cache from 4.2.4 to 4.3.0 (#23927) 0fc7111 - GitHub
- ci: Bump actions/github-script from 7.0.1 to 8.0.0 (#23906) a36ad74 - GitHub
- ci: Bump actions/labeler from 5.0.0 to 6.0.1 (#23905) 0346d54 - GitHub
- ci: Bump actions/setup-python from 5 to 6 (#23924) 7cf189f - GitHub
- ci: Bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#23907) 8ff0e90 - GitHub
- ci: Bump aws-actions/configure-aws-credentials from 4.3.1 to 5.0.0 (#23928) a7b4dc3 - GitHub
- ci: Bump docker/login-action from 3.5.0 to 3.6.0 (#23904) f09401d - GitHub
- ci: Bump github/codeql-action from 3.30.0 to 3.30.5 (#23908) 2e2e5bb - GitHub
- ci: Bump github/codeql-action from 3.30.5 to 3.30.6 (#23926) 9783640 - GitHub
- ci: Bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#23925) 12fd410 - GitHub
- ci: cache vdev (#24103) 31e8d2e - GitHub
- ci: extract homebrew publishing into a new workflow (#23833) 8387b5e - GitHub
- ci: homebrew workflow fixes (#23836) e6da138 - GitHub
- ci: Ignore E2E datadog-metrics (#23917) 5156c8b - GitHub
- ci: make labeler action glob ci files correctly (#24030) 359fc8a - GitHub
- ci: make workflows run when yml files change (#24017) 01b7369 - GitHub
- ci: parallelize e2e tests (ci-integration-review)...