From 2176efefd6f76fffa93e470d51c6918ff494bf23 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 15 Oct 2024 17:00:40 +0000 Subject: [PATCH] release: 24.10.0 --- CHANGELOG.md | 2 +- Cargo.lock | 70 ++++++++++++++-------------- relay-auth/Cargo.toml | 2 +- relay-base-schema/Cargo.toml | 2 +- relay-cardinality/Cargo.toml | 2 +- relay-cogs/Cargo.toml | 2 +- relay-common/Cargo.toml | 2 +- relay-config/Cargo.toml | 2 +- relay-crash/Cargo.toml | 2 +- relay-dynamic-config/Cargo.toml | 2 +- relay-event-derive/Cargo.toml | 2 +- relay-event-normalization/Cargo.toml | 2 +- relay-event-schema/Cargo.toml | 2 +- relay-ffi-macros/Cargo.toml | 2 +- relay-ffi/Cargo.toml | 2 +- relay-filter/Cargo.toml | 2 +- relay-kafka/Cargo.toml | 2 +- relay-log/Cargo.toml | 2 +- relay-metrics/Cargo.toml | 2 +- relay-monitors/Cargo.toml | 2 +- relay-pattern/Cargo.toml | 2 +- relay-pattern/fuzz/Cargo.toml | 2 +- relay-pii/Cargo.toml | 2 +- relay-profiling/Cargo.toml | 2 +- relay-protocol-derive/Cargo.toml | 2 +- relay-protocol/Cargo.toml | 2 +- relay-quotas/Cargo.toml | 2 +- relay-redis/Cargo.toml | 2 +- relay-replays/Cargo.toml | 2 +- relay-sampling/Cargo.toml | 2 +- relay-server/Cargo.toml | 2 +- relay-spans/Cargo.toml | 2 +- relay-statsd/Cargo.toml | 2 +- relay-system/Cargo.toml | 2 +- relay-test/Cargo.toml | 2 +- relay-ua/Cargo.toml | 2 +- relay/Cargo.toml | 2 +- 37 files changed, 71 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc96f5f8af..bca8fe15fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.10.0 **Breaking Changes:** diff --git a/Cargo.lock b/Cargo.lock index ced53e9923..b5703e7f5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3214,7 +3214,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.9.0" +version = "24.10.0" dependencies = [ "anyhow", "clap", @@ -3233,7 +3233,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.9.0" +version = "24.10.0" dependencies = [ "chrono", "data-encoding", @@ -3250,7 +3250,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.9.0" +version = "24.10.0" dependencies = [ "regex", "relay-common", @@ -3289,7 +3289,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.9.0" +version = "24.10.0" dependencies = [ "criterion", "hash32", @@ -3308,11 +3308,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.9.0" +version = "24.10.0" [[package]] name = "relay-common" -version = "24.9.0" +version = "24.10.0" dependencies = [ "chrono", "criterion", @@ -3326,7 +3326,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.9.0" +version = "24.10.0" dependencies = [ "anyhow", "human-size", @@ -3348,7 +3348,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.9.0" +version = "24.10.0" dependencies = [ "bindgen", "cmake", @@ -3356,7 +3356,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.9.0" +version = "24.10.0" dependencies = [ "anyhow", "relay-auth", @@ -3379,7 +3379,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.9.0" +version = "24.10.0" dependencies = [ "proc-macro2", "quote", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.9.0" +version = "24.10.0" dependencies = [ "bytecount", "chrono", @@ -3423,7 +3423,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.9.0" +version = "24.10.0" dependencies = [ "bytecount", "chrono", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.9.0" +version = "24.10.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3454,7 +3454,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.9.0" +version = "24.10.0" dependencies = [ "quote", "syn 1.0.109", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.9.0" +version = "24.10.0" dependencies = [ "indexmap", "insta", @@ -3481,7 +3481,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.9.0" +version = "24.10.0" dependencies = [ "rdkafka", "rdkafka-sys", @@ -3497,7 +3497,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.9.0" +version = "24.10.0" dependencies = [ "console", "relay-common", @@ -3511,7 +3511,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.9.0" +version = "24.10.0" dependencies = [ "bytecount", "chrono", @@ -3543,7 +3543,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.9.0" +version = "24.10.0" dependencies = [ "relay-base-schema", "serde", @@ -3555,7 +3555,7 @@ dependencies = [ [[package]] name = "relay-pattern" -version = "24.9.0" +version = "24.10.0" dependencies = [ "criterion", "memchr", @@ -3565,7 +3565,7 @@ dependencies = [ [[package]] name = "relay-pattern-fuzz" -version = "0.0.0" +version = "24.10.0" dependencies = [ "libfuzzer-sys", "relay-pattern", @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.9.0" +version = "24.10.0" dependencies = [ "hmac", "insta", @@ -3600,7 +3600,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.9.0" +version = "24.10.0" dependencies = [ "android_trace_log", "chrono", @@ -3620,7 +3620,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.9.0" +version = "24.10.0" dependencies = [ "insta", "num-traits", @@ -3637,7 +3637,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.9.0" +version = "24.10.0" dependencies = [ "proc-macro2", "quote", @@ -3647,7 +3647,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.9.0" +version = "24.10.0" dependencies = [ "hashbrown", "insta", @@ -3665,7 +3665,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.9.0" +version = "24.10.0" dependencies = [ "r2d2", "redis", @@ -3677,7 +3677,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.9.0" +version = "24.10.0" dependencies = [ "criterion", "flate2", @@ -3694,7 +3694,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.9.0" +version = "24.10.0" dependencies = [ "anyhow", "chrono", @@ -3713,7 +3713,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.9.0" +version = "24.10.0" dependencies = [ "anyhow", "arc-swap", @@ -3797,7 +3797,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.9.0" +version = "24.10.0" dependencies = [ "chrono", "hex", @@ -3811,7 +3811,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.9.0" +version = "24.10.0" dependencies = [ "cadence", "crossbeam-channel", @@ -3823,7 +3823,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.9.0" +version = "24.10.0" dependencies = [ "futures", "once_cell", @@ -3834,7 +3834,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.9.0" +version = "24.10.0" dependencies = [ "relay-log", "relay-system", @@ -3843,7 +3843,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.9.0" +version = "24.10.0" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 9b597bb1df..d74f9f1148 100644 --- a/relay-auth/Cargo.toml +++ b/relay-auth/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Authentication and crypto for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index 9dd1e5b86f..769d01348b 100644 --- a/relay-base-schema/Cargo.toml +++ b/relay-base-schema/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Basic types for Relay's API schema used across multiple services" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index 7f6d5818af..b66eefb00f 100644 --- a/relay-cardinality/Cargo.toml +++ b/relay-cardinality/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics Cardinality Limiter" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index 3b69068489..2897455b68 100644 --- a/relay-cogs/Cargo.toml +++ b/relay-cogs/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Break down the cost of Relay by its features" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 5420ee7338..1967e8578c 100644 --- a/relay-common/Cargo.toml +++ b/relay-common/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Common utilities and crate re-exports for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 642cdc251e..2faba0abbc 100644 --- a/relay-config/Cargo.toml +++ b/relay-config/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Configuration for the Relay CLI and server" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 382b7e8e1c..fa88b70855 100644 --- a/relay-crash/Cargo.toml +++ b/relay-crash/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Native crash reporting for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index eebd57a1c2..cb2eb773b6 100644 --- a/relay-dynamic-config/Cargo.toml +++ b/relay-dynamic-config/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Dynamic configuration passed down from sentry" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index 2a69890564..6be12e0275 100644 --- a/relay-event-derive/Cargo.toml +++ b/relay-event-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derive for visitor traits on the Event schema" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 9ee4a7d69e..4ad7d6edef 100644 --- a/relay-event-normalization/Cargo.toml +++ b/relay-event-normalization/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event normalization and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index e3d7a66b4f..017fec7f4d 100644 --- a/relay-event-schema/Cargo.toml +++ b/relay-event-schema/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event schema (Error, Transaction, Security) and types for event processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 74d80079c2..a25c01930a 100644 --- a/relay-ffi-macros/Cargo.toml +++ b/relay-ffi-macros/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Macros for error handling in FFI bindings" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 37f6c25d55..61a5b85b4e 100644 --- a/relay-ffi/Cargo.toml +++ b/relay-ffi/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Utilities for error handling in FFI bindings" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index e61b9c6a24..e1a5e98126 100644 --- a/relay-filter/Cargo.toml +++ b/relay-filter/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Inbound data filters for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index f64f7ac51f..e313c9a564 100644 --- a/relay-kafka/Cargo.toml +++ b/relay-kafka/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Kafka related functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 005357491e..c0e2734ca4 100644 --- a/relay-log/Cargo.toml +++ b/relay-log/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Error reporting and logging for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 95e75669b5..62c18b0936 100644 --- a/relay-metrics/Cargo.toml +++ b/relay-metrics/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics protocol and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 6985ad06ac..1d35c06df3 100644 --- a/relay-monitors/Cargo.toml +++ b/relay-monitors/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Monitors processing for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/Cargo.toml b/relay-pattern/Cargo.toml index e2a0ca2ae9..0b070b50bb 100644 --- a/relay-pattern/Cargo.toml +++ b/relay-pattern/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "A glob like pattern used throughout Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/fuzz/Cargo.toml b/relay-pattern/fuzz/Cargo.toml index 8d0750a09b..d525c55658 100644 --- a/relay-pattern/fuzz/Cargo.toml +++ b/relay-pattern/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-pattern-fuzz" -version = "0.0.0" +version = "24.10.0" publish = false edition = "2021" diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index 6dbe93551d..d15e2ce1dd 100644 --- a/relay-pii/Cargo.toml +++ b/relay-pii/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Scrubbing of personally identifiable information (PII) from events" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 5e42825e2b..75485d3bca 100644 --- a/relay-profiling/Cargo.toml +++ b/relay-profiling/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Profiling processing for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index dacfdf3712..36dc11b15a 100644 --- a/relay-protocol-derive/Cargo.toml +++ b/relay-protocol-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derives for Relay's protocol traits" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index c231e19148..dde64725e6 100644 --- a/relay-protocol/Cargo.toml +++ b/relay-protocol/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Types and traits for building JSON-based protocols and schemas" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 3a4ddc78e9..4ac6cdb070 100644 --- a/relay-quotas/Cargo.toml +++ b/relay-quotas/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Sentry quotas and rate limiting" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 2694e078a2..5dd94c19b7 100644 --- a/relay-redis/Cargo.toml +++ b/relay-redis/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Pooled Redis and Redis cluster abstraction for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 3e727ccbb6..2dc8ab0b81 100644 --- a/relay-replays/Cargo.toml +++ b/relay-replays/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Session replay functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 7c7c949cc2..a366b3e933 100644 --- a/relay-sampling/Cargo.toml +++ b/relay-sampling/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Dynamic sampling functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index e817a203d7..dbec10dc95 100644 --- a/relay-server/Cargo.toml +++ b/relay-server/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Endpoints and services for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index ed65eed8a7..807b2e9acf 100644 --- a/relay-spans/Cargo.toml +++ b/relay-spans/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event normalization and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index f5ee35cdab..1b74fe65d4 100644 --- a/relay-statsd/Cargo.toml +++ b/relay-statsd/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "High-level StatsD metric client for internal measurements" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index 9a33e90d21..a2d3bf9f06 100644 --- a/relay-system/Cargo.toml +++ b/relay-system/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Foundational system components for Relay's services" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 274a5d7310..77ea2231d8 100644 --- a/relay-test/Cargo.toml +++ b/relay-test/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Test utilities for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index b3da7547c2..4d2087729b 100644 --- a/relay-ua/Cargo.toml +++ b/relay-ua/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "User agent parser with built-in rules" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 90a255b35d..751d8f001e 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "The Relay binary, a proxy server for Sentry" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.9.0" +version = "24.10.0" edition = "2021" license-file = "../LICENSE.md" publish = false