From 804d30b9dc752a68c8441137a8a84d3347cc5a68 Mon Sep 17 00:00:00 2001 From: "tero-internal-bot[bot]" <190883345+tero-internal-bot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:49:05 +0000 Subject: [PATCH] chore(master): release 1.0.0-tero.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 248 +++++++++++++++++++++++ Cargo.lock | 72 +++---- Cargo.toml | 2 +- lib/codecs/Cargo.toml | 2 +- lib/dnsmsg-parser/Cargo.toml | 2 +- lib/docs-renderer/Cargo.toml | 2 +- lib/fakedata/Cargo.toml | 2 +- lib/file-source-common/Cargo.toml | 2 +- lib/file-source/Cargo.toml | 2 +- lib/k8s-e2e-tests/Cargo.toml | 4 +- lib/k8s-test-framework/Cargo.toml | 2 +- lib/loki-logproto/Cargo.toml | 2 +- lib/opentelemetry-proto/Cargo.toml | 2 +- lib/prometheus-parser/Cargo.toml | 2 +- lib/tracing-limit/Cargo.toml | 2 +- lib/vector-api-client/Cargo.toml | 2 +- lib/vector-buffers/Cargo.toml | 2 +- lib/vector-common-macros/Cargo.toml | 2 +- lib/vector-common/Cargo.toml | 2 +- lib/vector-config-common/Cargo.toml | 2 +- lib/vector-config-macros/Cargo.toml | 2 +- lib/vector-config/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- lib/vector-lib/Cargo.toml | 2 +- lib/vector-lookup/Cargo.toml | 2 +- lib/vector-stream/Cargo.toml | 2 +- lib/vector-tap/Cargo.toml | 2 +- lib/vector-top/Cargo.toml | 2 +- lib/vector-vrl/category/Cargo.toml | 2 +- lib/vector-vrl/cli/Cargo.toml | 2 +- lib/vector-vrl/dnstap-parser/Cargo.toml | 2 +- lib/vector-vrl/doc-builder/Cargo.toml | 2 +- lib/vector-vrl/enrichment/Cargo.toml | 2 +- lib/vector-vrl/functions/Cargo.toml | 2 +- lib/vector-vrl/metrics/Cargo.toml | 2 +- lib/vector-vrl/tests/Cargo.toml | 2 +- lib/vector-vrl/web-playground/Cargo.toml | 2 +- vdev/Cargo.toml | 2 +- 39 files changed, 322 insertions(+), 74 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cbd43ad2679a3..59e1abbf78dbf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.56.0-tero.0" + ".": "1.0.0-tero.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd54fcdcfb07d..12794d9dd99c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,253 @@ # Changelog +## [1.0.0-tero.0](https://github.com/usetero/vector/compare/v0.56.0-tero.0...v1.0.0-tero.0) (2026-05-29) + + +### ⚠ BREAKING CHANGES + +* **greptimedb sink:** add support for GreptimeDB v1.0.0 ([#25178](https://github.com/usetero/vector/issues/25178)) +* **api:** replace custom Health RPC with standard gRPC health service ([#25139](https://github.com/usetero/vector/issues/25139)) +* **sinks:** remove deprecated `headers` option from http and opentelemetry sinks ([#24994](https://github.com/usetero/vector/issues/24994)) +* **api:** replace GraphQL observability API with gRPC, remove async-graphql dependencies ([#24364](https://github.com/usetero/vector/issues/24364)) +* **feature flags:** consolidate features ([#24637](https://github.com/usetero/vector/issues/24637)) +* **observability:** Time-weight buffer utilization means ([#24697](https://github.com/usetero/vector/issues/24697)) +* **feature flags:** remove default-no-vrl-cli ([#24672](https://github.com/usetero/vector/issues/24672)) +* **observability:** Expand internal histogram precision ([#24497](https://github.com/usetero/vector/issues/24497)) + +### Features + +* **aws_s3 sink:** add Parquet encoder with schema_file and auto infer schema support ([#25156](https://github.com/usetero/vector/issues/25156)) ([e32661a](https://github.com/usetero/vector/commit/e32661adb9138ff721d882f059f35eaf792d355c)) +* **azure_blob sink:** Add proxy support ([#24256](https://github.com/usetero/vector/issues/24256)) ([3a73af4](https://github.com/usetero/vector/commit/3a73af45d530d5a7b95a34e1cfdb1d6213dd0274)) +* **azure_blob sink:** Expand support for Azure authentication types ([#24729](https://github.com/usetero/vector/issues/24729)) ([30d9a58](https://github.com/usetero/vector/commit/30d9a58669556a9bc014ba0b2ea4f33f8e372d98)) +* **azure_blob sink:** Update crates and migrate to the new SDK ([#24255](https://github.com/usetero/vector/issues/24255)) ([5f1efed](https://github.com/usetero/vector/commit/5f1efed7b0eabfb3a4c189acc377ce235ad69d01)) +* **azure_logs_ingestion sink:** Initial `azure_logs_ingestion` sink ([#22912](https://github.com/usetero/vector/issues/22912)) ([adf1aba](https://github.com/usetero/vector/commit/adf1aba42b99acfb880f466d6f091a31b43d201d)) +* **ci:** add /ci-run-regression trigger + accept refs in inputs ([#25245](https://github.com/usetero/vector/issues/25245)) ([39138e0](https://github.com/usetero/vector/commit/39138e0e7b73a3b1d4f9dd7f0617343c3afd42ca)) +* **ci:** add code coverage workflow with Datadog upload ([#24964](https://github.com/usetero/vector/issues/24964)) ([a7fae1f](https://github.com/usetero/vector/commit/a7fae1f7ad17b51e3960850300b45955ac0952e0)) +* **ci:** add Datadog static analysis workflow ([#24966](https://github.com/usetero/vector/issues/24966)) ([f024243](https://github.com/usetero/vector/commit/f02424389cfa4abf8e1168b5b63fb227499c9bd4)) +* **ci:** add work-in-progress label workflow for docs PRs ([#24950](https://github.com/usetero/vector/issues/24950)) ([6818b9c](https://github.com/usetero/vector/commit/6818b9c348cd4c3edd39f9f303f66362676e47a3)) +* **ci:** upload test results for make commands that use nextest ([#24680](https://github.com/usetero/vector/issues/24680)) ([c101e3c](https://github.com/usetero/vector/commit/c101e3c696dafcad94bdbe612c8b08b3a8214d9c)) +* **ci:** use setup action in Master Merge Queue ([#24473](https://github.com/usetero/vector/issues/24473)) ([3c82130](https://github.com/usetero/vector/commit/3c82130af063148556736a36f4e7015487e06b3e)) +* **cli:** add scrolling, sorting and filtering to `vector top` ([#24355](https://github.com/usetero/vector/issues/24355)) ([7cd3395](https://github.com/usetero/vector/commit/7cd3395e3049e1ce53d43e4aaf41415355c77bc4)) +* **cli:** add support for edge_attributes in graph configuration ([#24593](https://github.com/usetero/vector/issues/24593)) ([3093667](https://github.com/usetero/vector/commit/30936678f92a03c827f9fd8506fa02693332f59b)) +* **codecs:** Add syslog encoder ([#23777](https://github.com/usetero/vector/issues/23777)) ([5f8ab31](https://github.com/usetero/vector/commit/5f8ab319b847c10912ee01a204b40a1105616d6f)) +* **dev:** introduce AGENTS.md ([#23858](https://github.com/usetero/vector/issues/23858)) ([cbbae13](https://github.com/usetero/vector/commit/cbbae138a299b6fd380d2b2d56d51bc1d858e264)) +* **dev:** rewrite scripts/generate-component-docs.rb in Rust ([#22350](https://github.com/usetero/vector/issues/22350)) ([#24781](https://github.com/usetero/vector/issues/24781)) ([249d064](https://github.com/usetero/vector/commit/249d064d75e5337efd1cd4fd2949de20e16d801e)) +* **enrichment tables:** add `network` CIDR field to lookup results ([#24576](https://github.com/usetero/vector/issues/24576)) ([089db67](https://github.com/usetero/vector/commit/089db6775500eb6cbdfa5f4b7e6069185a8d61c5)) +* **external docs:** add "View open issues" link to component pages ([#25437](https://github.com/usetero/vector/issues/25437)) ([45c4010](https://github.com/usetero/vector/commit/45c4010e78a8470177061b8257648499ba1f61fe)) +* **external docs:** Add VRL crate documentation ([#24384](https://github.com/usetero/vector/issues/24384)) ([89bf795](https://github.com/usetero/vector/commit/89bf79564137976a21a7f4ff138b0b1f54c36a02)) +* **gcp_cloud_storage sink:** add content_encoding and cache_control options ([#24506](https://github.com/usetero/vector/issues/24506)) ([724bb42](https://github.com/usetero/vector/commit/724bb428767c185d949686be1f77cd98288cb412)) +* **gcp_cloud_storage sink:** add content_type option ([#24477](https://github.com/usetero/vector/issues/24477)) ([b8a8d7a](https://github.com/usetero/vector/commit/b8a8d7a4369e72e71771544fba0a3d243e8e4d34)) +* **greptimedb sink:** add support for GreptimeDB v1.0.0 ([#25178](https://github.com/usetero/vector/issues/25178)) ([3b043d3](https://github.com/usetero/vector/commit/3b043d33b95670ef1cbd2f5af274fa25ebb1db84)) +* **host_metrics source:** collect inode metrics ([#24625](https://github.com/usetero/vector/issues/24625)) ([726c383](https://github.com/usetero/vector/commit/726c383d704fb0e9018ccdc91b9d08831d499f21)) +* **mqtt source:** support multiple mqtt source topics ([#23670](https://github.com/usetero/vector/issues/23670)) ([90cf7d0](https://github.com/usetero/vector/commit/90cf7d044c60e651ff6cec8c3673686cc36f3765)) +* **nats source,nats sink:** Added feature flag for websockets in async-nats ([#24291](https://github.com/usetero/vector/issues/24291)) ([0573297](https://github.com/usetero/vector/commit/0573297e8ffcc1ad7a096f50f012b2efd0518c27)) +* **new sink:** add Apache Doris sink support ([#23117](https://github.com/usetero/vector/issues/23117)) ([eabdd5e](https://github.com/usetero/vector/commit/eabdd5e79cd5124fb24d37c91f174de3cc3d5463)) +* **new source:** Add Windows Event Log source ([#24305](https://github.com/usetero/vector/issues/24305)) ([891643e](https://github.com/usetero/vector/commit/891643edcb177b9cc1e8db8fb753b36ad07f9182)) +* **new transform:** policy transform node ([#1](https://github.com/usetero/vector/issues/1)) ([f091e84](https://github.com/usetero/vector/commit/f091e8492fa6b712c4b339d7f56c7c5d0361e767)) +* **opentelemetry source:** allow to add headers to metadata for OpenTelemetry metrics and traces ([#24942](https://github.com/usetero/vector/issues/24942)) ([4fba57e](https://github.com/usetero/vector/commit/4fba57e9c4d6561c126851df8c4065221b44e992)) +* **opentelemetry source:** Support per-signal OTLP decoding config ([#24822](https://github.com/usetero/vector/issues/24822)) ([d112a1b](https://github.com/usetero/vector/commit/d112a1b6826d0a35ff27be40d949d09ee66b6a7e)) +* **prometheus_remote_write sink:** add custom HTTP headers support ([#23962](https://github.com/usetero/vector/issues/23962)) ([bd79aec](https://github.com/usetero/vector/commit/bd79aeca7946844a2fa29720cac34a9f62717e71)) +* **sample transform:** add ratio_field and rate_field for dynamic sampling ([95756d7](https://github.com/usetero/vector/commit/95756d72356406d1a71625dbcc8f83e49f43947d)) +* **sinks:** add new databricks_zerobus for Databricks ingestion ([#24840](https://github.com/usetero/vector/issues/24840)) ([e6c0e3f](https://github.com/usetero/vector/commit/e6c0e3f6c46dd38b3c601c473149e07f5b71eb9e)) +* **sinks:** introduce RetryStrategy / Config for http based sinks ([#25057](https://github.com/usetero/vector/issues/25057)) ([bd8ab1a](https://github.com/usetero/vector/commit/bd8ab1a245a439134b2bd9f2cb540ca550db860c)) +* **sources:** add source latency metric and fix source lag time on large batches ([#24987](https://github.com/usetero/vector/issues/24987)) ([ce65175](https://github.com/usetero/vector/commit/ce651754d4e2eb134ee9ab2fe85a8a3a5ed923a0)) +* **splunk_hec source:** support second-stage framing and decoding ([#25312](https://github.com/usetero/vector/issues/25312)) ([bfeb769](https://github.com/usetero/vector/commit/bfeb76986acc74ad7c28acd2c60053d3cbdeb2bd)) +* **unit tests:** add `expected_event_count` field to test outputs ([#25186](https://github.com/usetero/vector/issues/25186)) ([f1557d6](https://github.com/usetero/vector/commit/f1557d68c8e7f36feb8e2d0c7a04286817c6bf9f)) +* **vdev:** check Cargo.lock for changes after cargo check/clippy ([#24935](https://github.com/usetero/vector/issues/24935)) ([c2fc606](https://github.com/usetero/vector/commit/c2fc606306e10e02263d2982f20c8c17f69a143b)) +* **vector sink:** Add zstd compression support ([#24917](https://github.com/usetero/vector/issues/24917)) ([d9b0693](https://github.com/usetero/vector/commit/d9b06937242d4e5f484362fab6c0506b3676347f)) +* **vrl:** add functions for internal vector metrics access in VRL ([#23430](https://github.com/usetero/vector/issues/23430)) ([acd4a73](https://github.com/usetero/vector/commit/acd4a737d7f45473c6125791743173027927d4ac)) +* **website:** add docs::warnings macro support and warn about no auth ([#24866](https://github.com/usetero/vector/issues/24866)) ([e1ecad3](https://github.com/usetero/vector/commit/e1ecad3d67361dd38f074e71da45d4d90b3578bb)) +* **website:** improve search ranking for component reference pages ([#25327](https://github.com/usetero/vector/issues/25327)) ([75b9d07](https://github.com/usetero/vector/commit/75b9d07a8231e7c321652e4ff031d8ce0757d9ab)) +* **website:** render VRL examples' input ([#24726](https://github.com/usetero/vector/issues/24726)) ([148f035](https://github.com/usetero/vector/commit/148f035c86697697cdbb883b738a191d2918afb6)) +* **website:** Use X logo instead of twitter ([#24534](https://github.com/usetero/vector/issues/24534)) ([4084133](https://github.com/usetero/vector/commit/4084133347f049558bdb449b73b73df586642e39)) + + +### Bug Fixes + +* **aggregate transform:** reduce memory when not in `Diff` mode ([#24943](https://github.com/usetero/vector/issues/24943)) ([9dc3d3e](https://github.com/usetero/vector/commit/9dc3d3e9f7d486ce363975f21b1e1b3b537cb46d)) +* **api top:** avoid unused-mut warning on Windows builds ([#25142](https://github.com/usetero/vector/issues/25142)) ([256db9c](https://github.com/usetero/vector/commit/256db9c12951987ea235a0c5a4a88898d5187642)) +* **api:** place per-output sent events in Events Out column ([#24951](https://github.com/usetero/vector/issues/24951)) ([95f4394](https://github.com/usetero/vector/commit/95f439420ae1dea0df7fbd295e7f354b144360c8)) +* **api:** restore HTTP GET /health endpoint ([#25234](https://github.com/usetero/vector/issues/25234)) ([1c70988](https://github.com/usetero/vector/commit/1c70988b54156abf8d031538f0f81f28e7c0a0e4)) +* **aws_sqs source:** scope HistogramName import to s3 module ([#25353](https://github.com/usetero/vector/issues/25353)) ([48be543](https://github.com/usetero/vector/commit/48be543ff3b84dfbd56a49cc6a0a0aac450bbceb)) +* **buffers:** Fix race draining a memory buffer ([#24695](https://github.com/usetero/vector/issues/24695)) ([8965260](https://github.com/usetero/vector/commit/89652601e0c512f6af52f048d9c53fdc38b826fa)) +* **buffers:** Improve buffer utilization metric tracking ([#24911](https://github.com/usetero/vector/issues/24911)) ([fbb1e4b](https://github.com/usetero/vector/commit/fbb1e4b501d6081d72f864da891a98464e60d097)) +* **buffers:** Reverse performance regression in buffer metrics ([#24995](https://github.com/usetero/vector/issues/24995)) ([04f3b78](https://github.com/usetero/vector/commit/04f3b782e95f044fc7307fe4f6230dc48793800b)) +* **ci:** add changes job to integration-test-suite needs to catch cancellations ([#24875](https://github.com/usetero/vector/issues/24875)) ([f2c50cb](https://github.com/usetero/vector/commit/f2c50cbad476eaf8b0679f19354188b60bb2affb)) +* **ci:** add disk space cleanup to component features workflow ([#24852](https://github.com/usetero/vector/issues/24852)) ([f119e78](https://github.com/usetero/vector/commit/f119e7883af91d77e711c740316efaa04397604f)) +* **ci:** Add K8s-related scripts to K8s change detection filter ([#24698](https://github.com/usetero/vector/issues/24698)) ([64caf5e](https://github.com/usetero/vector/commit/64caf5ee3b3e0e318c4f1a40dbc68cf6182b8d02)) +* **ci:** add missing `contents: read` permission to integration review jobs ([#25067](https://github.com/usetero/vector/issues/25067)) ([55be10e](https://github.com/usetero/vector/commit/55be10e5860afd47656a67a08335bb17a1d641c8)) +* **ci:** add missing contents:read permission to integration review jobs ([55be10e](https://github.com/usetero/vector/commit/55be10e5860afd47656a67a08335bb17a1d641c8)) +* **ci:** allow dd-token federation to fail on fork PRs ([#25284](https://github.com/usetero/vector/issues/25284)) ([413caac](https://github.com/usetero/vector/commit/413caac10f64475b509687000317e06e55de55e0)) +* **ci:** bump cue and add cue-build step to Check Cue docs ([#25346](https://github.com/usetero/vector/issues/25346)) ([9f15e23](https://github.com/usetero/vector/commit/9f15e23943d4347a6f2171eaa97a921a5e58d457)) +* **ci:** correct cross-build artifact name and path ([#25282](https://github.com/usetero/vector/issues/25282)) ([233a35c](https://github.com/usetero/vector/commit/233a35c47eab1a0691b39e4af06991dfe4b0f571)) +* **ci:** declare versions in one place one - DRY ([#24716](https://github.com/usetero/vector/issues/24716)) ([dae71ae](https://github.com/usetero/vector/commit/dae71aee6c9a6afeb199d4fbb6a40af0333f897b)) +* **ci:** fetch full history in changelog workflow so origin/master is available ([#24898](https://github.com/usetero/vector/issues/24898)) ([2958f98](https://github.com/usetero/vector/commit/2958f982b221060b68dcb63837823837d4c0600a)) +* **ci:** Fix K8s E2E test failures ([#24694](https://github.com/usetero/vector/issues/24694)) ([e487d6e](https://github.com/usetero/vector/commit/e487d6ed6fa413f2ced27780227424f02472c799)) +* **ci:** fix LTO settings after release-flags.sh removal ([#25393](https://github.com/usetero/vector/issues/25393)) ([bbde98b](https://github.com/usetero/vector/commit/bbde98b342fff4d69ccc49d537feda9572c9df79)) +* **ci:** fix Pulsar TLS integration tests with latest image ([#25099](https://github.com/usetero/vector/issues/25099)) ([1a78c93](https://github.com/usetero/vector/commit/1a78c93520ab25377b7162c9aa5756f29492f433)) +* **ci:** fix secrets in static analysis workflow ([#25208](https://github.com/usetero/vector/issues/25208)) ([61b4563](https://github.com/usetero/vector/commit/61b4563fc60211feba19dcbf9296872b8640ec94)) +* **ci:** fix website token permissions ([#24853](https://github.com/usetero/vector/issues/24853)) ([a175af1](https://github.com/usetero/vector/commit/a175af1532b7489c43932fac0d612380a3888dfb)) +* **ci:** grant issues:write to remove_wip_label workflow ([#25339](https://github.com/usetero/vector/issues/25339)) ([9c617a7](https://github.com/usetero/vector/commit/9c617a7b766dc95ea919384ff16da2654595f6a4)) +* **ci:** include lib/ workspace crates in coverage reports ([#25402](https://github.com/usetero/vector/issues/25402)) ([11f1dff](https://github.com/usetero/vector/commit/11f1dff407534822b90d4690e446d718867d6baf)) +* **ci:** increase timeouts for vdev compilation ([#24881](https://github.com/usetero/vector/issues/24881)) ([0d462e0](https://github.com/usetero/vector/commit/0d462e06d4fd1088cd7054cd9ee7c49f91fe9b65)) +* **ci:** install correct deny version ([#24712](https://github.com/usetero/vector/issues/24712)) ([717a569](https://github.com/usetero/vector/commit/717a5690344c414c47e902f57bb3a8795c8cd54d)) +* **ci:** install vdev via setup action in ci-integration-review workflow ([#25077](https://github.com/usetero/vector/issues/25077)) ([84c7af2](https://github.com/usetero/vector/commit/84c7af2264deacb1afc0529671d53c8c6792bf88)) +* **ci:** make publish-s3 wait for generate-sha256sum ([#25265](https://github.com/usetero/vector/issues/25265)) ([61cc4d8](https://github.com/usetero/vector/commit/61cc4d84d2966e7552a308d5df5a0f03305d7eed)) +* **ci:** modernize cross ubuntu bootstrap script ([#25215](https://github.com/usetero/vector/issues/25215)) ([9efe09d](https://github.com/usetero/vector/commit/9efe09d254fdad82f5d1239e3eae28348390ddfa)) +* **ci:** move BRANCH into env ([#24526](https://github.com/usetero/vector/issues/24526)) ([f6e3282](https://github.com/usetero/vector/commit/f6e3282ca0695bcd5fb7ebc022a1a1025d382905)) +* **ci:** pass GITHUB_TOKEN to prepare.sh for authenticated binstall requests ([#25428](https://github.com/usetero/vector/issues/25428)) ([989f2ae](https://github.com/usetero/vector/commit/989f2ae0af0aa3da2691cfc78f675601178edadf)) +* **ci:** pin npm transitive deps via package-lock.json and npm ci ([#25115](https://github.com/usetero/vector/issues/25115)) ([dedb966](https://github.com/usetero/vector/commit/dedb9667511691731c30c05235c319867d96580c)) +* **ci:** pin Pulsar integration test image to 4.1.3 ([#25097](https://github.com/usetero/vector/issues/25097)) ([df00c7e](https://github.com/usetero/vector/commit/df00c7eec91ecb35eb0a8db0249701562de7dc87)) +* **ci:** prevent script injection in integration review workflow ([#25106](https://github.com/usetero/vector/issues/25106)) ([9f484c2](https://github.com/usetero/vector/commit/9f484c2b9c1c219f44c2fd5289c40e3a4b63f6e3)) +* **ci:** respect DISABLE_MOLD in setup action ([#24548](https://github.com/usetero/vector/issues/24548)) ([f5632b6](https://github.com/usetero/vector/commit/f5632b6529ebbb236bfe8aef4831b8c13c66eee8)) +* **ci:** restore LTO settings for k8s and regression detector after release-flags.sh removal ([bbde98b](https://github.com/usetero/vector/commit/bbde98b342fff4d69ccc49d537feda9572c9df79)) +* **ci:** restrict GITHUB_TOKEN permissions in workflows ([#24785](https://github.com/usetero/vector/issues/24785)) ([c788f93](https://github.com/usetero/vector/commit/c788f9359dfca3b2363ca99a565a3334455541da)) +* **ci:** set DD_API_KEY in test-make-command.yml to upload test results ([#24764](https://github.com/usetero/vector/issues/24764)) ([e3c5227](https://github.com/usetero/vector/commit/e3c52276ba8063c4edc21e20563e86ca53f83b1b)) +* **ci:** skip dd-sts federation on fork PRs via ACTIONS_ID_TOKEN_REQUEST_URL guard ([#25399](https://github.com/usetero/vector/issues/25399)) ([63b29fb](https://github.com/usetero/vector/commit/63b29fb2d8d80b5be57a897e14c8d29ed23d5663)) +* **ci:** skip re-adding WIP label on synchronize if already approved ([#25246](https://github.com/usetero/vector/issues/25246)) ([29b17aa](https://github.com/usetero/vector/commit/29b17aadc63fdd9a9bdc3b64bbd8f9c647844cdb)) +* **ci:** tighten changelog workflow security ([#24859](https://github.com/usetero/vector/issues/24859)) ([66e531e](https://github.com/usetero/vector/commit/66e531e3080c96dda03d0ae5ac2845ad98fce728)) +* **ci:** update carg-deny to support CVSS version 4 ([9aeae23](https://github.com/usetero/vector/commit/9aeae23363d1766542cb28ea3315b305cd84599d)) +* **ci:** update cargo-deny to support CVSS version 4 ([#24678](https://github.com/usetero/vector/issues/24678)) ([9aeae23](https://github.com/usetero/vector/commit/9aeae23363d1766542cb28ea3315b305cd84599d)) +* **ci:** update keccak to fix cargo-deny check ([9a48acf](https://github.com/usetero/vector/commit/9a48acf221f4de9b64d46c7317186f685545ce7c)) +* **ci:** update keccak to fix cargo-deny check ([#24679](https://github.com/usetero/vector/issues/24679)) ([26ae601](https://github.com/usetero/vector/commit/26ae601da3e871711ec2922e7c0879155f1ec616)) +* **ci:** use cargo nextest in coverage workflow to prevent test pollution ([#24973](https://github.com/usetero/vector/issues/24973)) ([c748d6f](https://github.com/usetero/vector/commit/c748d6f9e19632cb64f666058794aa2d9004926f)) +* **ci:** use cross-strip tools when packaging RPMs for non-x86_64 targets ([#24873](https://github.com/usetero/vector/issues/24873)) ([3f98053](https://github.com/usetero/vector/commit/3f98053f5105d0bedbd9b1cb0f15917b22819e36)) +* **ci:** use CUE raw multi-line strings in release generator ([#25228](https://github.com/usetero/vector/issues/25228)) ([3ca3e61](https://github.com/usetero/vector/commit/3ca3e61ec8b8cd89be836b47346343069b229398)) +* **ci:** use each commit's own Dockerfile for regression baseline/comparison builds ([#25452](https://github.com/usetero/vector/issues/25452)) ([6de2414](https://github.com/usetero/vector/commit/6de2414520cb29c6265d5abb4ce74d14961195b5)) +* **ci:** use env context instead of secrets in workflow expression ([61b4563](https://github.com/usetero/vector/commit/61b4563fc60211feba19dcbf9296872b8640ec94)) +* **ci:** use helm-charts develop branch for K8s E2E tests ([#25118](https://github.com/usetero/vector/issues/25118)) ([2fe515c](https://github.com/usetero/vector/commit/2fe515ccd2dfc23d98b84300e4fd87bee27b35fa)), closes [#25111](https://github.com/usetero/vector/issues/25111) +* **ci:** validate dd-sts credentials with exponential backoff before export ([#25443](https://github.com/usetero/vector/issues/25443)) ([020ff6d](https://github.com/usetero/vector/commit/020ff6d3cc7dd134f558f66b0bb66bc22d01f25b)) +* **ci:** verify choco package install after 5xx from feed ([#25116](https://github.com/usetero/vector/issues/25116)) ([ecdaa50](https://github.com/usetero/vector/commit/ecdaa50ac15e6a26e811bf21e3a6e33729bebb33)) +* **clickhouse sink, aws_s3 sink:** use dedicated batch_encoding types ([#25340](https://github.com/usetero/vector/issues/25340)) ([7923556](https://github.com/usetero/vector/commit/7923556313d66be69e638022e10fe3fd13f468ac)) +* **clickhouse sink:** add support for default columns ([#24692](https://github.com/usetero/vector/issues/24692)) ([d83a7f4](https://github.com/usetero/vector/commit/d83a7f4d9b062a0f959cd3fb94a4aef47a471ffa)) +* **core:** Drop empty batches before they reach downstream buffers ([#25489](https://github.com/usetero/vector/issues/25489)) ([5027cd6](https://github.com/usetero/vector/commit/5027cd691412d9d76145486fdf185d3938241b1e)) +* **datadog_agent source:** preserve `device` tag from v2 series resources ([#25146](https://github.com/usetero/vector/issues/25146)) ([26eef13](https://github.com/usetero/vector/commit/26eef13087e1a463efa4bdcc9d3919b13936e06c)) +* **datadog_common sink:** preserve site prefix when computing API endpoint ([#25211](https://github.com/usetero/vector/issues/25211)) ([467ef87](https://github.com/usetero/vector/commit/467ef876a286df316ba273e4ad1779f1b08ba392)) +* **demo_logs source:** drop fakedata_generator, fix broken fake domains ([#25236](https://github.com/usetero/vector/issues/25236)) ([aafd4cb](https://github.com/usetero/vector/commit/aafd4cb44f5649e692722b97d82973fea5509a41)) +* **deps:** override smol-toml to 1.6.1 for markdownlint-cli2 ([#25202](https://github.com/usetero/vector/issues/25202)) ([2d14034](https://github.com/usetero/vector/commit/2d14034bf8115764c52636a59ec298d7444a4d28)) +* **deps:** override smol-toml to 1.6.1 for markdownlint-cli2 (GHSA-v3rj-xjv7-4jmq) ([2d14034](https://github.com/usetero/vector/commit/2d14034bf8115764c52636a59ec298d7444a4d28)) +* **deps:** remove tokio-util patch dependency ([#24658](https://github.com/usetero/vector/issues/24658)) ([5ce1198](https://github.com/usetero/vector/commit/5ce1198a2a4efef0102f8d401670215a3ca15612)) +* **dev:** add toml to codec's dev-dependencies ([10a5ca2](https://github.com/usetero/vector/commit/10a5ca2c4c29c0ffadc2b9e5e5d45effcb70e18f)) +* **dev:** add toml to codecs dev-dependencies ([#24766](https://github.com/usetero/vector/issues/24766)) ([10a5ca2](https://github.com/usetero/vector/commit/10a5ca2c4c29c0ffadc2b9e5e5d45effcb70e18f)) +* **dev:** hardcode DOCKER_API_VERSION=1.44 in amazon-ecs-local-container-endpoints ([#24684](https://github.com/usetero/vector/issues/24684)) ([31ded01](https://github.com/usetero/vector/commit/31ded018c26436b74b7526cb0509eecb0e57fd5a)) +* **dev:** make file source tests not flaky ([#24957](https://github.com/usetero/vector/issues/24957)) ([51030d2](https://github.com/usetero/vector/commit/51030d2aade15deae23297a1ed1994cb36c530e9)) +* **dev:** resolve build.rs HEAD path in worktrees ([#25120](https://github.com/usetero/vector/issues/25120)) ([b428aba](https://github.com/usetero/vector/commit/b428aba5dd4f26285ce907212acae648bdb6d8df)) +* **dev:** vanila `cargo build` should run on windows ([#24991](https://github.com/usetero/vector/issues/24991)) ([af15a5a](https://github.com/usetero/vector/commit/af15a5a595f342038fd3368854fa75c74c31e932)) +* **docker:** add libsasl2-2 runtime dep to Debian-based images ([483db70](https://github.com/usetero/vector/commit/483db702e3745f4b823edac33e1d76bf7060f964)) +* **external docs:** Add cue fmt during documentation generation ([#24771](https://github.com/usetero/vector/issues/24771)) ([7122b68](https://github.com/usetero/vector/commit/7122b6871ed53176b5ce2bf529a376cc1a86b52d)) +* **external docs:** adjust tocbot content tracking ([#25359](https://github.com/usetero/vector/issues/25359)) ([f7cc83e](https://github.com/usetero/vector/commit/f7cc83e980e5af429ee040c07aab7f96dd70cb15)) +* **external docs:** csv enrichment guide incorrect severity ([#24539](https://github.com/usetero/vector/issues/24539)) ([9cf8e20](https://github.com/usetero/vector/commit/9cf8e2071318fd599dd87cf6c6fa878970638c69)) +* **external docs:** render all top level configuration fields ([#24863](https://github.com/usetero/vector/issues/24863)) ([79999f6](https://github.com/usetero/vector/commit/79999f6cf8d482e4264c82f4d215a99d88dae8c6)) +* **external docs:** warn about log namespace with disk buffers ([#25413](https://github.com/usetero/vector/issues/25413)) ([e38ef0c](https://github.com/usetero/vector/commit/e38ef0cab69d8dbd02deaadbd63870aafd77081b)) +* **file source:** fix checkpoint write race on shutdown and flaky tests ([#25447](https://github.com/usetero/vector/issues/25447)) ([891ffbd](https://github.com/usetero/vector/commit/891ffbd6196835360cd5ae4fa9a50d2611a7eb03)) +* **file source:** high CPU usage after async file server migration ([#25064](https://github.com/usetero/vector/issues/25064)) ([985f669](https://github.com/usetero/vector/commit/985f669ffae07c1104ae9cec1b097e74130e0341)) +* gen token to fix release please ([#2](https://github.com/usetero/vector/issues/2)) ([aef0844](https://github.com/usetero/vector/commit/aef0844189b005d3ea0aef557fb1dc4ee7c48cc2)) +* **host_metrics source:** fix tcp netlink bug ([#24441](https://github.com/usetero/vector/issues/24441)) ([473e31c](https://github.com/usetero/vector/commit/473e31cbbfd7c39fc2d5b0672db6da26e82e28b5)) +* **internal docs:** remove lingering check-component-docs references ([8dec725](https://github.com/usetero/vector/commit/8dec725817de08b20ac834f5b281d25632e0de09)) +* **internal docs:** remove type-level default on StatusCode ([#25345](https://github.com/usetero/vector/issues/25345)) ([59a53b1](https://github.com/usetero/vector/commit/59a53b138d127fdca68d260628d1dc0035b3f711)) +* **internal docs:** replace check-component-docs with check-generated-docs ([#24871](https://github.com/usetero/vector/issues/24871)) ([8dec725](https://github.com/usetero/vector/commit/8dec725817de08b20ac834f5b281d25632e0de09)) +* **log_to_metric transform:** Use correct keys for histogram/summary ([#24394](https://github.com/usetero/vector/issues/24394)) ([2da8b24](https://github.com/usetero/vector/commit/2da8b249974a82b9cfc9e1cd65ab0ca833dc1be5)) +* **metrics:** absolute to incremental histogram conversion ([#24472](https://github.com/usetero/vector/issues/24472)) ([46654ad](https://github.com/usetero/vector/commit/46654ada788d2718473aa587917e4e5500778532)) +* **metrics:** deduct downstream utilization on task transforms ([#24731](https://github.com/usetero/vector/issues/24731)) ([4e6b49d](https://github.com/usetero/vector/commit/4e6b49d6951b1f6ed9e2851aec674577ccc4c2b2)) +* **mqtt source:** pass client certificates to rumqttc for mTLS ([#24929](https://github.com/usetero/vector/issues/24929)) ([f2f1921](https://github.com/usetero/vector/commit/f2f19212bb5cee15615c8d86658447a4ac096729)) +* **observability:** do not hold span guards across await points ([#25482](https://github.com/usetero/vector/issues/25482)) ([3df9e43](https://github.com/usetero/vector/commit/3df9e43140d1326bbd0058ed4f24d69ad1ee16ad)) +* **observability:** fix panic in allocation tracing dealloc path ([#25136](https://github.com/usetero/vector/issues/25136)) ([43f6204](https://github.com/usetero/vector/commit/43f620435a353b048c40661f59a2d2d18f2419ed)) +* **observability:** Record buffer utilization on receive ([#24650](https://github.com/usetero/vector/issues/24650)) ([a6e37ca](https://github.com/usetero/vector/commit/a6e37ca053dc8501113c37d1dad2b74555c6ef95)) +* **opentelemetry source:** count individual items in OTLP batches for component_received_events_total metric ([#24537](https://github.com/usetero/vector/issues/24537)) ([049748e](https://github.com/usetero/vector/commit/049748ed86ba014996da6e469a4deacdaa7121e0)) +* **opentelemetry source:** emit component_received_event* metrics when use_otlp_decoding is enabled ([#24480](https://github.com/usetero/vector/issues/24480)) ([a3a0e3a](https://github.com/usetero/vector/commit/a3a0e3a61305cd79da209cd287667982e4b047c5)) +* **opentelemetry source:** fix source output ([#24847](https://github.com/usetero/vector/issues/24847)) ([7091366](https://github.com/usetero/vector/commit/7091366c9946363a57f3d6f37e40d9b1822710a4)) +* **opentelemetry source:** log error ([#24708](https://github.com/usetero/vector/issues/24708)) ([6267fcc](https://github.com/usetero/vector/commit/6267fcc78d8cd347f6405ab03ca100b97944a5ef)) +* pipe the token ([#3](https://github.com/usetero/vector/issues/3)) ([d980ad2](https://github.com/usetero/vector/commit/d980ad2b2c39f8f6de3d18a32d8dca27745d9c59)) +* **postgres sink:** enable TLS flag ([#23536](https://github.com/usetero/vector/issues/23536)) ([d55bb0b](https://github.com/usetero/vector/commit/d55bb0b7eb7fb0dec08285e2ea42ea41023df4af)) +* **releasing:** add libsasl2-2 runtime dep to Debian-based images ([#24962](https://github.com/usetero/vector/issues/24962)) ([483db70](https://github.com/usetero/vector/commit/483db702e3745f4b823edac33e1d76bf7060f964)) +* **releasing:** enable codecs-parquet in all release feature sets ([#25321](https://github.com/usetero/vector/issues/25321)) ([d6cdf03](https://github.com/usetero/vector/commit/d6cdf031d16a382a38046127fbc7ff30c2457709)) +* **releasing:** make libz.so.1 a consistent dynamic runtime dependency in distroless-libc ([#25434](https://github.com/usetero/vector/issues/25434)) ([f06f820](https://github.com/usetero/vector/commit/f06f820a9f66a6518e01f0d7a3d43b5a2826bd9b)) +* **releasing:** remove default OS package config ([#25425](https://github.com/usetero/vector/issues/25425)) ([c3720d8](https://github.com/usetero/vector/commit/c3720d863abc606cef5c117486b6ced03f8cf134)) +* **releasing:** restore Vector RPM/DEB install on EL8 family ([#25387](https://github.com/usetero/vector/issues/25387)) ([338fc38](https://github.com/usetero/vector/commit/338fc3805f131ca9281baadccb05e4ff8ac26111)) +* **security:** support directory paths with path separators in secret keys ([#24824](https://github.com/usetero/vector/issues/24824)) ([8b603dd](https://github.com/usetero/vector/commit/8b603ddfc38e18c94d7d346c49042f057dfdacae)) +* **shutdown:** emit VectorStopped after topology drains ([#25083](https://github.com/usetero/vector/issues/25083)) ([9c4abf3](https://github.com/usetero/vector/commit/9c4abf31a91d888d0b4ca204643b0e6e1a559466)) +* **sources:** add windows_event_log source metadata ([#25337](https://github.com/usetero/vector/issues/25337)) ([f1b2c3a](https://github.com/usetero/vector/commit/f1b2c3a3f14f59ab9615829852da6e65a7d2c512)) +* **sources:** collect headers for logs in opentelemetry source with use_otlp_decoding set to true ([#24307](https://github.com/usetero/vector/issues/24307)) ([3749b70](https://github.com/usetero/vector/commit/3749b70194de509fd0e12534f8affa35c490587b)) +* **sources:** do not log TCP connection resets ([#24517](https://github.com/usetero/vector/issues/24517)) ([399584f](https://github.com/usetero/vector/commit/399584f10c498e5edfe9e2aebc1f192d33e5e4e6)) +* **sources:** prevent windows_event_log permanent freeze from signal-event lost wakeup ([#25195](https://github.com/usetero/vector/issues/25195)) ([308d246](https://github.com/usetero/vector/commit/308d2469b2e70153d3eafd20a647bf33a9d69d73)) +* **splunk_hec source:** Emit warn on unauthenticated request ([#25230](https://github.com/usetero/vector/issues/25230)) ([1d4b6c2](https://github.com/usetero/vector/commit/1d4b6c2122b82997b808bba0527ec60dbb37a3ba)) +* **tests:** fix flaky `initial_size_correct_with_multievents` test ([#25239](https://github.com/usetero/vector/issues/25239)) ([eda5b86](https://github.com/usetero/vector/commit/eda5b866e83cf5e0e926cae8ecf89c00a3109dc8)) +* **tests:** skip Windows UDP-excluded ports in next_addr_for_ip ([#25386](https://github.com/usetero/vector/issues/25386)) ([256b8fa](https://github.com/usetero/vector/commit/256b8fa98627f37f26d6e11a84bfeda44981fc21)) +* **tests:** use single agent to fix e2e datadog-metrics histogram flakiness ([#25363](https://github.com/usetero/vector/issues/25363)) ([66e25a9](https://github.com/usetero/vector/commit/66e25a90bec1e3b3def56f0c00ae49d8e71260e5)) +* **tests:** use single agent with additional_endpoints to fix e2e datadog-metrics histogram flakiness ([66e25a9](https://github.com/usetero/vector/commit/66e25a90bec1e3b3def56f0c00ae49d8e71260e5)) +* **topology:** Fix for issue causing stalling on shutdown for sinks configured w/ disk buffers ([#24949](https://github.com/usetero/vector/issues/24949)) ([a843435](https://github.com/usetero/vector/commit/a843435f9677fe45f482ff4604bfe92b8a3d57c7)) +* **unit tests:** stop printing literal escaped ANSI codes to output ([#24843](https://github.com/usetero/vector/issues/24843)) ([51c04e0](https://github.com/usetero/vector/commit/51c04e029e1a81c5f036dc14ba0deeb22d5ecb20)) +* **unit tests:** test_udp_syslog can overflow default size receive buffer ([#24878](https://github.com/usetero/vector/issues/24878)) ([356409d](https://github.com/usetero/vector/commit/356409dba6cc78cdaa0d070941efd9c0d52b1579)) +* update num-bigint-dig 0.8.4 -> 0.8.6 to resolve future incompatibilities ([6724b0a](https://github.com/usetero/vector/commit/6724b0a8f2af5403bdbe30d315895e3c434c5ed5)) +* **vdev:** emit channel-suffixed version from publish-metadata ([#25395](https://github.com/usetero/vector/issues/25395)) ([4ff1874](https://github.com/usetero/vector/commit/4ff1874b38008c15afeb61902298b36593a727bb)) +* **vdev:** make build vrl-docs work with released VRL version ([#24877](https://github.com/usetero/vector/issues/24877)) ([bc30368](https://github.com/usetero/vector/commit/bc30368b01670480b4e83bebdd9eb09ec78bd2e3)) +* **vector source:** implement standard gRPC health checking protocol ([#24916](https://github.com/usetero/vector/issues/24916)) ([4e95802](https://github.com/usetero/vector/commit/4e958028e836a62080d70ac1099d7db635d5b739)) +* **vector-config:** remove type-level default on StatusCode ([59a53b1](https://github.com/usetero/vector/commit/59a53b138d127fdca68d260628d1dc0035b3f711)) +* **vrl:** restore stdlib functions in CLI and playground ([#25310](https://github.com/usetero/vector/issues/25310)) ([6f38579](https://github.com/usetero/vector/commit/6f3857906d3a54d9c05aa5d3aaa8b132ac8f5e6e)) +* **website:** fix docs sidebar expand/collapse navigation ([#25238](https://github.com/usetero/vector/issues/25238)) ([d99899e](https://github.com/usetero/vector/commit/d99899e2f9cb94c8d421270ada8688243402b5a1)) +* **website:** improve docs search ranking for component pages ([#25319](https://github.com/usetero/vector/issues/25319)) ([96ad9ed](https://github.com/usetero/vector/commit/96ad9edc5bd894029af95961ea205e0d89b17bf0)) +* **website:** include page title in docs search query fields ([#25255](https://github.com/usetero/vector/issues/25255)) ([156b832](https://github.com/usetero/vector/commit/156b832637c2f18b4d32fbb347e0e5f0919407d3)) +* **website:** use parent site for RUM to resolve intake host ([#25224](https://github.com/usetero/vector/issues/25224)) ([604866d](https://github.com/usetero/vector/commit/604866d560deea7a14cbfa767a8ca99eee07089a)) +* **website:** VRL functions return types ([#24400](https://github.com/usetero/vector/issues/24400)) ([fa499b9](https://github.com/usetero/vector/commit/fa499b94c26145e127e7d8e955fe07c4732fa0ac)) +* **windows platform:** correct stop/start state checks and add configurable stop timeout ([#24772](https://github.com/usetero/vector/issues/24772)) ([f1d8a93](https://github.com/usetero/vector/commit/f1d8a93402168a2c5daf1eab2f4584aa5762bac4)) + + +### Enhancements + +* **api top:** show "disabled" in Memory Used when allocation tracing is off ([#25138](https://github.com/usetero/vector/issues/25138)) ([02f281d](https://github.com/usetero/vector/commit/02f281d6ad2786f8bbfad9ece820b8d9f4925571)) +* **api:** replace custom Health RPC with standard gRPC health service ([#25139](https://github.com/usetero/vector/issues/25139)) ([c6574fd](https://github.com/usetero/vector/commit/c6574fd66c328ef57fba27d2ad5422666c3e18eb)) +* **ci:** remove windows build jobs restriction ([#24717](https://github.com/usetero/vector/issues/24717)) ([41324d2](https://github.com/usetero/vector/commit/41324d241bfb93cb6a699e29008a44d1087111bd)) +* **clickhouse sink:** Add `ArrowStream` format ([#24373](https://github.com/usetero/vector/issues/24373)) ([60fa980](https://github.com/usetero/vector/commit/60fa98017d861bf88141926ad97705f13aa65f1f)) +* **clickhouse sink:** add support for Arrow complex types ([#24409](https://github.com/usetero/vector/issues/24409)) ([4a1eda5](https://github.com/usetero/vector/commit/4a1eda5bcd3d68cbc73d89dd0e0d9ef0d94cfd54)) +* **clickhouse sink:** add UUID type support for ArrowStream ([#24856](https://github.com/usetero/vector/issues/24856)) ([e322520](https://github.com/usetero/vector/commit/e3225205fa88d04c4d76d0e485f27dc771900693)) +* **cli:** Shell autocompletion for vector cli ([#24414](https://github.com/usetero/vector/issues/24414)) ([a5d7cc3](https://github.com/usetero/vector/commit/a5d7cc33776f8df7e98ed7f48f38c64e2a974aae)) +* **codecs:** advanced syslog Structured Data & RFC compliance fixes ([#24662](https://github.com/usetero/vector/issues/24662)) ([63acf11](https://github.com/usetero/vector/commit/63acf11933309335982052e0109f07d961bfc388)) +* **datadog_logs sink:** default to zstd compression ([#19456](https://github.com/usetero/vector/issues/19456)) ([2cbcc16](https://github.com/usetero/vector/commit/2cbcc1672771848cb5d9a543961c8e39b664f653)) +* **dnstap source:** expose message size when parsing dnstap data ([#24552](https://github.com/usetero/vector/issues/24552)) ([a8f3a9b](https://github.com/usetero/vector/commit/a8f3a9b45e6d2f6a897995bce85e3ad9a9a13442)) +* **http provider:** allow environment interpolation from http provider config ([#24341](https://github.com/usetero/vector/issues/24341)) ([bae894d](https://github.com/usetero/vector/commit/bae894dcd8912e0cb0774b602abcea2dc4213f12)) +* **kafka sink:** Add support for traces in kafka sink ([#24639](https://github.com/usetero/vector/issues/24639)) ([2c334d2](https://github.com/usetero/vector/commit/2c334d223578ea17d7ca5bbbf305f21c9b68a7e2)) +* **metrics:** Add remove tag function for metrics which returns entire tag set ([#25361](https://github.com/usetero/vector/issues/25361)) ([92ee2b2](https://github.com/usetero/vector/commit/92ee2b26923ea0eaf8c0b4c1bc0398c679a4b44d)) +* **metrics:** Make transform-related functions in aggregate & tag cardinality transforms public ([#25358](https://github.com/usetero/vector/issues/25358)) ([96db40e](https://github.com/usetero/vector/commit/96db40ef65b0d1246f06581987e5b6428468edf0)) +* **observability:** Add `_utilization_mean` buffer metrics ([#24453](https://github.com/usetero/vector/issues/24453)) ([4daa1f8](https://github.com/usetero/vector/commit/4daa1f83a22317df88a6ac025ccb19cdcb5214fe)) +* **observability:** Add configuration for buffer utilization EWMA alpha ([#24467](https://github.com/usetero/vector/issues/24467)) ([94a2f40](https://github.com/usetero/vector/commit/94a2f401317257be6c77c0d14b803bad65f0ad4b)) +* **observability:** Add metrics to measure total event processing time ([#24481](https://github.com/usetero/vector/issues/24481)) ([f5d0c56](https://github.com/usetero/vector/commit/f5d0c561da72d2f935bb8696c6b22a2d06576068)) +* **observability:** Add transform latency metrics ([#24627](https://github.com/usetero/vector/issues/24627)) ([b523c6d](https://github.com/usetero/vector/commit/b523c6d677561fbfde8044680df33f706f844bc6)) +* **observability:** Expand internal histogram precision ([#24497](https://github.com/usetero/vector/issues/24497)) ([65afcd2](https://github.com/usetero/vector/commit/65afcd214a1cd887ed41af136c6a68ce57d6175d)) +* **observability:** Standardize buffer size metric names ([#24493](https://github.com/usetero/vector/issues/24493)) ([3728a4d](https://github.com/usetero/vector/commit/3728a4de07720ad3c9414a7a70bea62dff319c34)) +* **observability:** Time-weight buffer utilization means ([#24697](https://github.com/usetero/vector/issues/24697)) ([9465cec](https://github.com/usetero/vector/commit/9465cec953ec69c6c213d30c8a5737805647cb69)) +* **opentelemetry sink:** warn on invalid json batching ([#25423](https://github.com/usetero/vector/issues/25423)) ([904f69f](https://github.com/usetero/vector/commit/904f69f81c68826a982d351cc08335cea9afab5b)) +* **prometheus_remote_write sink:** add support for `healthcheck.uri` ([#24603](https://github.com/usetero/vector/issues/24603)) ([d360a8e](https://github.com/usetero/vector/commit/d360a8e8c1ee239e1428479cc0203da839eca230)) +* **sample transform:** Two tiny optimizations ([#24520](https://github.com/usetero/vector/issues/24520)) ([9ba83a1](https://github.com/usetero/vector/commit/9ba83a1c7e575793bba2d0b25b0787e6deddda54)) +* **tag_cardinality_limit transform:** add exclude_tags option to bypass cardinality limiting ([#25316](https://github.com/usetero/vector/issues/25316)) ([f3828fe](https://github.com/usetero/vector/commit/f3828fe8e6ecdad8355216001c40abdc93c7a59f)) +* **tag_cardinality_limit transform:** Add metric and tag name to tag_value_limit_exceeded_total metric ([#24236](https://github.com/usetero/vector/issues/24236)) ([6dacc58](https://github.com/usetero/vector/commit/6dacc589c4c225283e53be36b0e095fed24738a0)) +* **tag_cardinality_limit transform:** Add more fine grained controls tag cardinality ([#25360](https://github.com/usetero/vector/issues/25360)) ([45b6d2b](https://github.com/usetero/vector/commit/45b6d2b8faa9d89005abefd5d6311db9d730cd0a)) +* **tag_cardinality_limit transform:** Add setting for per-metric vs global tag cardinality tracking ([#25372](https://github.com/usetero/vector/issues/25372)) ([4ddc412](https://github.com/usetero/vector/commit/4ddc412437c69cfa6d3b5184ff3abab7e3d75008)) +* **tag_cardinality_limit transform:** Remove HashSet initialization with capacity to improve memory usage ([#25480](https://github.com/usetero/vector/issues/25480)) ([c5959d7](https://github.com/usetero/vector/commit/c5959d7c37ad9ba8f2444f75c3d62e7930d8a8e9)) +* **transforms:** dynamic rate for sample ([#25035](https://github.com/usetero/vector/issues/25035)) ([95756d7](https://github.com/usetero/vector/commit/95756d72356406d1a71625dbcc8f83e49f43947d)) +* **vrl:** consolidate all VRL functions into vector-vrl-functions crate ([#24402](https://github.com/usetero/vector/issues/24402)) ([2af657d](https://github.com/usetero/vector/commit/2af657dfbb7e476d2966d05d5f2edb5c66112b40)) +* **websocket source:** Micro-optimize send loop ([#24555](https://github.com/usetero/vector/issues/24555)) ([25c2819](https://github.com/usetero/vector/commit/25c281903acf9db0fb7ae34c7f79f53f6535f2f7)) + + +### Performance + +* **ci:** remove windows build jobs restriction ([41324d2](https://github.com/usetero/vector/commit/41324d241bfb93cb6a699e29008a44d1087111bd)) + + +### Reverts + +* **observability:** Add metrics to measure total event processing time ([#24546](https://github.com/usetero/vector/issues/24546)) ([6f6b7ab](https://github.com/usetero/vector/commit/6f6b7ab07af4f4256d272bb8f1910027df98b195)) +* **observability:** fix panic in allocation tracing dealloc path ([#25222](https://github.com/usetero/vector/issues/25222)) ([0f7574a](https://github.com/usetero/vector/commit/0f7574ad33ce07243ab8f9d6399c5e6c2f451af1)) + + +### Miscellaneous + +* **api:** replace GraphQL observability API with gRPC, remove async-graphql dependencies ([#24364](https://github.com/usetero/vector/issues/24364)) ([93a9771](https://github.com/usetero/vector/commit/93a9771b1824c848c8efdf7166638226f01f42d2)) +* **feature flags:** consolidate features ([#24637](https://github.com/usetero/vector/issues/24637)) ([61c2b5b](https://github.com/usetero/vector/commit/61c2b5b84b04df0ac994cf66b4691f9095d89edf)) +* **feature flags:** remove default-no-vrl-cli ([#24672](https://github.com/usetero/vector/issues/24672)) ([cc664d6](https://github.com/usetero/vector/commit/cc664d665ad55c223be788fc5281d28d7c14374a)) +* **sinks:** remove deprecated `headers` option from http and opentelemetry sinks ([#24994](https://github.com/usetero/vector/issues/24994)) ([0122cf6](https://github.com/usetero/vector/commit/0122cf6ec8fe7cce20a2bb694db137e3d5a9038a)) + +## Changelog + Vector maintains [release notes] for each Vector release. Within the notes you can find a summary of the release, highlights, and a comprehensive changelog. diff --git a/Cargo.lock b/Cargo.lock index 547fef2781ae2..910d916d7f8d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2721,7 +2721,7 @@ dependencies = [ [[package]] name = "codecs" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "apache-avro 0.20.0", "arrow 56.2.0", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "dnsmsg-parser" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "criterion", "data-encoding", @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "dnstap-parser" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "anyhow", "base64 0.22.1", @@ -3856,7 +3856,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "docs-renderer" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "anyhow", "serde", @@ -4062,7 +4062,7 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "enrichment" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "arc-swap", "chrono", @@ -4275,7 +4275,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "fakedata" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "chrono", "rand 0.9.4", @@ -4322,7 +4322,7 @@ checksum = "a481586acf778f1b1455424c343f71124b048ffa5f4fc3f8f6ae9dc432dcb3c7" [[package]] name = "file-source" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "async-compression", "bytes", @@ -4343,7 +4343,7 @@ dependencies = [ [[package]] name = "file-source-common" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "async-compression", "bstr 1.12.1", @@ -6323,7 +6323,7 @@ dependencies = [ [[package]] name = "k8s-e2e-tests" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "env_logger", "futures", @@ -6352,7 +6352,7 @@ dependencies = [ [[package]] name = "k8s-test-framework" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "k8s-openapi", "log", @@ -6810,7 +6810,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "loki-logproto" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "chrono", "prost 0.12.6", @@ -8018,7 +8018,7 @@ dependencies = [ [[package]] name = "opentelemetry-proto" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "bytes", "chrono", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "prometheus-parser" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "indexmap 2.12.0", "nom 8.0.0", @@ -12627,7 +12627,7 @@ dependencies = [ [[package]] name = "tracing-limit" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "criterion", "dashmap", @@ -13103,7 +13103,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vdev" -version = "0.3.3" +version = "1.0.0-tero.0" dependencies = [ "anyhow", "cfg-if", @@ -13141,7 +13141,7 @@ dependencies = [ [[package]] name = "vector" -version = "0.56.0" +version = "1.0.0-tero.0" dependencies = [ "apache-avro 0.16.0", "approx", @@ -13356,7 +13356,7 @@ dependencies = [ [[package]] name = "vector-api-client" -version = "0.2.0" +version = "1.0.0-tero.0" dependencies = [ "futures", "http 0.2.12", @@ -13373,7 +13373,7 @@ dependencies = [ [[package]] name = "vector-buffers" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "async-recursion", "async-stream", @@ -13417,7 +13417,7 @@ dependencies = [ [[package]] name = "vector-common" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "async-stream", "bytes", @@ -13444,7 +13444,7 @@ dependencies = [ [[package]] name = "vector-common-macros" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "proc-macro2 1.0.106", "quote 1.0.45", @@ -13453,7 +13453,7 @@ dependencies = [ [[package]] name = "vector-config" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "assert-json-diff", "chrono", @@ -13478,7 +13478,7 @@ dependencies = [ [[package]] name = "vector-config-common" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "convert_case 0.8.0", "darling 0.20.11", @@ -13492,7 +13492,7 @@ dependencies = [ [[package]] name = "vector-config-macros" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "darling 0.20.11", "proc-macro2 1.0.106", @@ -13506,7 +13506,7 @@ dependencies = [ [[package]] name = "vector-core" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "async-trait", "base64 0.22.1", @@ -13586,7 +13586,7 @@ dependencies = [ [[package]] name = "vector-lib" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "codecs", "enrichment", @@ -13608,7 +13608,7 @@ dependencies = [ [[package]] name = "vector-lookup" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "proptest", "proptest-derive", @@ -13620,7 +13620,7 @@ dependencies = [ [[package]] name = "vector-stream" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "async-stream", "futures", @@ -13640,7 +13640,7 @@ dependencies = [ [[package]] name = "vector-tap" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "bytes", "clap", @@ -13665,7 +13665,7 @@ dependencies = [ [[package]] name = "vector-top" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "chrono", "clap", @@ -13690,14 +13690,14 @@ dependencies = [ [[package]] name = "vector-vrl-category" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "strum 0.28.0", ] [[package]] name = "vector-vrl-cli" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "clap", "vector-vrl-functions", @@ -13706,7 +13706,7 @@ dependencies = [ [[package]] name = "vector-vrl-doc-builder" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "anyhow", "clap", @@ -13717,7 +13717,7 @@ dependencies = [ [[package]] name = "vector-vrl-functions" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "dnstap-parser", "enrichment", @@ -13729,7 +13729,7 @@ dependencies = [ [[package]] name = "vector-vrl-metrics" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "arc-swap", "const-str", @@ -13743,7 +13743,7 @@ dependencies = [ [[package]] name = "vector-vrl-tests" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "chrono-tz", "clap", @@ -13761,7 +13761,7 @@ dependencies = [ [[package]] name = "vector-vrl-web-playground" -version = "0.1.0" +version = "1.0.0-tero.0" dependencies = [ "cargo-lock", "enrichment", diff --git a/Cargo.toml b/Cargo.toml index 052e34131533d..9509c6f870fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector" -version = "0.56.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" description = "A lightweight and ultra-fast tool for building observability pipelines" diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 6a5f8424a61fd..6c32b50c27ff0 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codecs" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/dnsmsg-parser/Cargo.toml b/lib/dnsmsg-parser/Cargo.toml index b392579014ef1..9429205d0d8cd 100644 --- a/lib/dnsmsg-parser/Cargo.toml +++ b/lib/dnsmsg-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnsmsg-parser" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/docs-renderer/Cargo.toml b/lib/docs-renderer/Cargo.toml index 3f25b0600c401..55ccb86eec456 100644 --- a/lib/docs-renderer/Cargo.toml +++ b/lib/docs-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docs-renderer" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/fakedata/Cargo.toml b/lib/fakedata/Cargo.toml index 52ba22387ef89..193d90fb39739 100644 --- a/lib/fakedata/Cargo.toml +++ b/lib/fakedata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fakedata" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/file-source-common/Cargo.toml b/lib/file-source-common/Cargo.toml index f7a191d9cae7d..3fcddda6cfcfb 100644 --- a/lib/file-source-common/Cargo.toml +++ b/lib/file-source-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file-source-common" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors ", "Mark Story "] edition = "2024" publish = false diff --git a/lib/file-source/Cargo.toml b/lib/file-source/Cargo.toml index a6b6e94c3b27f..3b84a7eb65a99 100644 --- a/lib/file-source/Cargo.toml +++ b/lib/file-source/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file-source" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors ", "Mark Story "] edition = "2024" publish = false diff --git a/lib/k8s-e2e-tests/Cargo.toml b/lib/k8s-e2e-tests/Cargo.toml index e7e7a49175c28..798c356e43951 100644 --- a/lib/k8s-e2e-tests/Cargo.toml +++ b/lib/k8s-e2e-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k8s-e2e-tests" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" description = "End-to-end tests of Vector in the Kubernetes environment" @@ -10,7 +10,7 @@ license = "MPL-2.0" [dependencies] futures.workspace = true k8s-openapi = { version = "0.27.0", default-features = false, features = ["v1_31"] } -k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" } +k8s-test-framework = { version = "1.0.0-tero.0", path = "../k8s-test-framework" } regex = { workspace = true, default-features = true } reqwest.workspace = true serde_json.workspace = true diff --git a/lib/k8s-test-framework/Cargo.toml b/lib/k8s-test-framework/Cargo.toml index 06fb275de9a42..a490aea6984f6 100644 --- a/lib/k8s-test-framework/Cargo.toml +++ b/lib/k8s-test-framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k8s-test-framework" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" description = "Kubernetes Test Framework used to test Vector in Kubernetes" diff --git a/lib/loki-logproto/Cargo.toml b/lib/loki-logproto/Cargo.toml index 4547fc83eb719..66a12e8811565 100644 --- a/lib/loki-logproto/Cargo.toml +++ b/lib/loki-logproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loki-logproto" -version = "0.1.0" +version = "1.0.0-tero.0" edition = "2024" license = "MPL-2.0" publish = false diff --git a/lib/opentelemetry-proto/Cargo.toml b/lib/opentelemetry-proto/Cargo.toml index 1467a171129ca..53a4edfc19bf5 100644 --- a/lib/opentelemetry-proto/Cargo.toml +++ b/lib/opentelemetry-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opentelemetry-proto" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/prometheus-parser/Cargo.toml b/lib/prometheus-parser/Cargo.toml index 3947771f85a09..961031fbfc7cd 100644 --- a/lib/prometheus-parser/Cargo.toml +++ b/lib/prometheus-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus-parser" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors ", "Duy Do "] edition = "2024" publish = false diff --git a/lib/tracing-limit/Cargo.toml b/lib/tracing-limit/Cargo.toml index ba52c12fdea99..c9751c1181870 100644 --- a/lib/tracing-limit/Cargo.toml +++ b/lib/tracing-limit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-limit" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index 260a84a927e76..e5ed0c5f6847b 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-api-client" -version = "0.2.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 4f27f3ef369e1..eedf647416f38 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-buffers" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-common-macros/Cargo.toml b/lib/vector-common-macros/Cargo.toml index 64ea946ecf3c1..ad91bf362b079 100644 --- a/lib/vector-common-macros/Cargo.toml +++ b/lib/vector-common-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-common-macros" -version = "0.1.0" +version = "1.0.0-tero.0" edition = "2024" license = "MPL-2.0" diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index a583641c68cec..55aca91ee69bd 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-common" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-config-common/Cargo.toml b/lib/vector-config-common/Cargo.toml index 946bc48e17e70..733e651fb0b0e 100644 --- a/lib/vector-config-common/Cargo.toml +++ b/lib/vector-config-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-config-common" -version = "0.1.0" +version = "1.0.0-tero.0" edition = "2024" license = "MPL-2.0" diff --git a/lib/vector-config-macros/Cargo.toml b/lib/vector-config-macros/Cargo.toml index 386dbca03f4f7..f8c3a1338d049 100644 --- a/lib/vector-config-macros/Cargo.toml +++ b/lib/vector-config-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-config-macros" -version = "0.1.0" +version = "1.0.0-tero.0" edition = "2024" license = "MPL-2.0" diff --git a/lib/vector-config/Cargo.toml b/lib/vector-config/Cargo.toml index 5f4cfdbdcf1b2..4d4e79efdd1a2 100644 --- a/lib/vector-config/Cargo.toml +++ b/lib/vector-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-config" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index caf2735d45166..1e2ac186755f8 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-core" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-lib/Cargo.toml b/lib/vector-lib/Cargo.toml index 6f42af4dbb627..47e2e9d89484d 100644 --- a/lib/vector-lib/Cargo.toml +++ b/lib/vector-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-lib" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-lookup/Cargo.toml b/lib/vector-lookup/Cargo.toml index e588f6f1089c5..1955ecabcdb20 100644 --- a/lib/vector-lookup/Cargo.toml +++ b/lib/vector-lookup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-lookup" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-stream/Cargo.toml b/lib/vector-stream/Cargo.toml index 21b9f1a9a2d7b..cd7b1eddc246d 100644 --- a/lib/vector-stream/Cargo.toml +++ b/lib/vector-stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-stream" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-tap/Cargo.toml b/lib/vector-tap/Cargo.toml index 127c2e1ea32bd..acf9c8b9089e2 100644 --- a/lib/vector-tap/Cargo.toml +++ b/lib/vector-tap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-tap" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-top/Cargo.toml b/lib/vector-top/Cargo.toml index 869fec71484f1..774550572ad21 100644 --- a/lib/vector-top/Cargo.toml +++ b/lib/vector-top/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-top" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/category/Cargo.toml b/lib/vector-vrl/category/Cargo.toml index 886b7dce5e72f..69c0db1164ec7 100644 --- a/lib/vector-vrl/category/Cargo.toml +++ b/lib/vector-vrl/category/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-category" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/cli/Cargo.toml b/lib/vector-vrl/cli/Cargo.toml index 8e3c78597de8b..16cb5231fed89 100644 --- a/lib/vector-vrl/cli/Cargo.toml +++ b/lib/vector-vrl/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-cli" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/dnstap-parser/Cargo.toml b/lib/vector-vrl/dnstap-parser/Cargo.toml index 6e30f22732fd9..73baec3f6992d 100644 --- a/lib/vector-vrl/dnstap-parser/Cargo.toml +++ b/lib/vector-vrl/dnstap-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnstap-parser" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/doc-builder/Cargo.toml b/lib/vector-vrl/doc-builder/Cargo.toml index 75a1d262f4708..fabdb88dc10cc 100644 --- a/lib/vector-vrl/doc-builder/Cargo.toml +++ b/lib/vector-vrl/doc-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-doc-builder" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/enrichment/Cargo.toml b/lib/vector-vrl/enrichment/Cargo.toml index 2f69588f51f60..d7455c750c16a 100644 --- a/lib/vector-vrl/enrichment/Cargo.toml +++ b/lib/vector-vrl/enrichment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enrichment" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/functions/Cargo.toml b/lib/vector-vrl/functions/Cargo.toml index 874ffbd759ad6..da0b49de9cdb9 100644 --- a/lib/vector-vrl/functions/Cargo.toml +++ b/lib/vector-vrl/functions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-functions" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/metrics/Cargo.toml b/lib/vector-vrl/metrics/Cargo.toml index 38c29ceaf8ceb..11ba255e91a06 100644 --- a/lib/vector-vrl/metrics/Cargo.toml +++ b/lib/vector-vrl/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-metrics" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2021" publish = false diff --git a/lib/vector-vrl/tests/Cargo.toml b/lib/vector-vrl/tests/Cargo.toml index ca477616e3b43..1a0302634a837 100644 --- a/lib/vector-vrl/tests/Cargo.toml +++ b/lib/vector-vrl/tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-tests" -version = "0.1.0" +version = "1.0.0-tero.0" authors = ["Vector Contributors "] edition = "2024" publish = false diff --git a/lib/vector-vrl/web-playground/Cargo.toml b/lib/vector-vrl/web-playground/Cargo.toml index 59db0427b3698..9dde44ab6f885 100644 --- a/lib/vector-vrl/web-playground/Cargo.toml +++ b/lib/vector-vrl/web-playground/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector-vrl-web-playground" -version = "0.1.0" +version = "1.0.0-tero.0" edition = "2024" repository = "https://github.com/vectordotdev/vector" description = "A playground for experimenting with VRL" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 15cf92dbd860c..b81aaf15f976e 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vdev" -version = "0.3.3" +version = "1.0.0-tero.0" edition = "2024" authors = ["Vector Contributors "] license = "MPL-2.0"