Skip to content

Releases: mezmo/vector

v7.1.0

26 Feb 14:40

Choose a tag to compare

7.1.0 (2026-02-26)

Features

  • sources: Pulsar should accept broker config options 6f4ca8e - Darin Spivey LOG-23305

v7.0.0

18 Feb 23:26

Choose a tag to compare

7.0.0 (2026-02-18)

Bug Fixes

  • aws_s3 sink: fix default retry strategy (#23795) 8db9606 - GitHub
  • buffers: fix panic in disk buffer when dealing with corrupted file (#23617) fc84b86 - GitHub
  • ci: ci-integration-review.yml update-pr-status bug (#23760) f70b3d8 - GitHub
  • ci: features check (#23663) 6e26596 - GitHub
  • ci: homebrew.rs should use GITHUB_TOKEN for CI (#23779) dfa09ce - GitHub
  • ci: increase test-misc timeout (#23704) 17b1a50 - GitHub
  • ci: msrv increase timeout (#23634) b3d2641 - GitHub
  • ci: proper rustup and toolchain installation in 'prepare.sh' (#23770) 5671d44 - GitHub
  • ci: rename e2e vector config (#23713) 92df645 - GitHub
  • ci: run k8s tests when k8s library files change (#23600) c5f394b - GitHub
  • ci: use legacy mongodb image (#23797) 3a27665 - GitHub
  • ci: use sha instead of ref in changes.yml (#23582) 6417a85 - GitHub
  • ci: vdev publish binary location fix (#23716) 06f2f59 - GitHub
  • ci: vdev publish remove sudo (#23712) 7b28d5b - GitHub
  • dev: added aws feature gate (#23802) a081408 - GitHub
  • dev: fix sources-okta component features check (#23673) b4a78c8 - GitHub
  • dev: fixed environment parsing for local IT runs (#23664) ecb1b41 - GitHub
  • file source: fix duration subtraction overflow in TimingStats::report (#23791) 7495f1e - GitHub
  • sinks, sources: partial_cmp used in sort functions causing panics (#23780) 582fd3c - GitHub
  • splunk_hec sink: disable compression in HEC indexer ack queries (#23560) eee6e66 - GitHub
  • tests: Make tests pass with cargo test (#23520) e071b23 - GitHub
  • unit tests: Panic caused by edge case during unit test build (#23628) 9c0cba6 - GitHub
  • vdev: remove components filter component docs check (#23738) aef3e60 - GitHub
  • vdev: volume path resolution (#23637) 1601ff2 - GitHub
  • vrl playground: various fixes and enhancements (#23755) 56776c9 - GitHub
  • website: document Vector 0.49.0 behavior change (#23594) 0729611 - GitHub
  • website: properly set detached cancel button's height (#23627) 0f154d5 - GitHub
  • website: terminology consistency (#23640) 95caa64 - GitHub

Chores

  • azure_blob sink: Update azure (0.25) and azure storage (0.21) (#23351) 09461c9 - GitHub
  • buffers: Rework gauge metric handling (#23561) efe2b0c - GitHub
  • ci: add vdev to bininstall targets (#23735) e68c950 - GitHub
  • ci: Bump actions/cache from 4.2.3 to 4.2.4 (#23697) 49ac8f8 - GitHub
  • ci: Bump actions/checkout from 4.2.2 to 5.0.0 (#23698) 8450f85 - GitHub
  • ci: Bump actions/download-artifact from 4.3.0 to 5.0.0 in the artifact group (#23700) f705759 - GitHub
  • ci: Bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1 (#23696) 4c2d9ca - GitHub
  • ci: Bump docker/login-action from 3.4.0 to 3.5.0 (#23710) f646fb4 - GitHub
  • ci: Bump github/codeql-action from 3.29.7 to 3.30.0 (#23699) d161bd3 - GitHub
  • ci: each SMP experiment now requests 6 cpus instead of 7 (#23722) 515dd9f - GitHub
  • ci: introduce base cross dockerfile (#23763) 1a8e3fe - GitHub
  • ci: publish dev environment weekly (#23800) dfd1d65 - GitHub
  • ci: remove explicit libstdc++ dep (#23758) 9840a13 - GitHub
  • ci: simplify bootstrap-macos.sh (#23714) 0fdfaea - GitHub
  • ci: sort semantic scopes (#23587) 8dfd2a0 - GitHub
  • ci: Update SMP CLI (#23669) 590c14b - GitHub
  • ci: update windows runner to 2025 (#23701) 84c28ec - GitHub
  • config: Handle serde(untagged) in enum variants (#23575) d035b63 - GitHub
  • deprecations: 'encoding' field in 'http_server' source (#23759) 6de4ad1 - GitHub
  • deprecations: deprecate x86_64 macOS (#23644) a99d096 - GitHub
  • deprecations: multiline env var interpolation (#23588) 4473145 - GitHub
  • deps: bump async-nats from 0.33.0 to 0.42.0 (#23564) 4dc7c77 - GitHub
  • deps: Bump indexmap from 2.10.0 to 2.11.0 (#23682) 76553c1 - GitHub
  • deps: Bump netlink-packet-core from 0.7.0 to 0.8.0 (#23691) 8345693 - GitHub
  • deps: Bump notify from 8.1.0 to 8.2.0 (#23680) 717331b - GitHub
  • deps: Bump security-framework from 3.2.0 to 3.3.0 (#23684) b6f8e35 - GitHub
  • deps: Bump sysinfo from 0.36.1 to 0.37.0 (#23686) 1885f09 - GitHub
  • deps: Bump syslog_loose from 0.22.0 to 0.23.0 (#23688) 5ea9f72 - GitHub
  • deps: Bump tempfile from 3.20.0 to 3.21.0 (#23687) 188a154 - GitHub
  • deps: Bump the patches group across 1 directory with 33 updates (#23721) 606c896 - GitHub
  • deps: Bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group (#23674) 995a5b5 - GitHub
  • deps: Bump uuid from 1.17.0 to 1.18.0 (#23685) d62fec3 - GitHub
  • deps: libc workspace dependency (#23767) 8148339 - GitHub
  • deps: update backtrace to remove deprecated adler (#23731) [adb51fb](adb51fb633df05b67ba29e...
Read more

v6.9.2

11 Feb 19:05

Choose a tag to compare

6.9.2 (2026-02-11)

Chores

v6.9.1

09 Feb 12:50

Choose a tag to compare

6.9.1 (2026-02-09)

Bug Fixes

Chores

  • pulsar: Update comments regarding acks around failures deaeeb7 - Darin Spivey LOG-23134

v6.9.0

02 Feb 18:47

Choose a tag to compare

6.9.0 (2026-02-02)

Chores

Code Refactoring

  • mezmo_datadog_agent_parser: Transform event into TraceEvents 9fa6a6d - Kwabena Boadu LOG-23082

Features

  • mezmo_log_to_trace: Implement mezmo log to trace transform 2e5aac4 - kwabena LOG-23083

Miscellaneous

v6.8.1

28 Jan 21:21

Choose a tag to compare

6.8.1 (2026-01-28)

Bug Fixes

  • log_to_metric: enable default transform for DD 3078af7 - Phil Ciampini LOG-23039

Miscellaneous

v6.8.0

28 Jan 18:10

Choose a tag to compare

6.8.0 (2026-01-28)

Bug Fixes

Features

  • mezmo_log_to_metric: Add support for sketch metrics d88ef3a - Kwabena Boadu LOG-23027

Miscellaneous

v6.7.0

28 Jan 15:14

Choose a tag to compare

6.7.0 (2026-01-28)

Code Refactoring

Features

  • Add parse_log_tags and split_metric_namespace flags 6b1e115 - Kwabena Boadu LOG-22997
  • mezmo_datadog_agent_parser: Create MezmoDatadogAgentParser 36ebe26 - Kwabena Boadu LOG-22997

Miscellaneous

v6.6.5

21 Jan 21:12

Choose a tag to compare

6.6.5 (2026-01-21)

Bug Fixes

v6.6.4

21 Jan 19:37

Choose a tag to compare

6.6.4 (2026-01-21)

Chores