From 5d9ee31b706d201ee63befc22e5c40192dc9e004 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 26 Nov 2024 01:44:37 +0000 Subject: [PATCH] release: 24.11.1 --- 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 dbdde9a1cd..1c345a1465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.11.1 **Bug Fixes**: diff --git a/Cargo.lock b/Cargo.lock index d1451e2939..6751980e6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3301,7 +3301,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.11.0" +version = "24.11.1" dependencies = [ "anyhow", "clap", @@ -3320,7 +3320,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.11.0" +version = "24.11.1" dependencies = [ "chrono", "data-encoding", @@ -3337,7 +3337,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.11.0" +version = "24.11.1" dependencies = [ "regex", "relay-common", @@ -3376,7 +3376,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.11.0" +version = "24.11.1" dependencies = [ "criterion", "hash32", @@ -3395,11 +3395,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.11.0" +version = "24.11.1" [[package]] name = "relay-common" -version = "24.11.0" +version = "24.11.1" dependencies = [ "chrono", "criterion", @@ -3413,7 +3413,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.11.0" +version = "24.11.1" dependencies = [ "anyhow", "human-size", @@ -3435,7 +3435,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.11.0" +version = "24.11.1" dependencies = [ "bindgen", "cmake", @@ -3443,7 +3443,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.11.0" +version = "24.11.1" dependencies = [ "anyhow", "relay-auth", @@ -3466,7 +3466,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.11.0" +version = "24.11.1" dependencies = [ "proc-macro2", "quote", @@ -3476,7 +3476,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.11.0" +version = "24.11.1" dependencies = [ "bytecount", "chrono", @@ -3510,7 +3510,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.11.0" +version = "24.11.1" dependencies = [ "bytecount", "chrono", @@ -3533,7 +3533,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.11.0" +version = "24.11.1" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3541,7 +3541,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.11.0" +version = "24.11.1" dependencies = [ "quote", "syn 1.0.109", @@ -3549,7 +3549,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.11.0" +version = "24.11.1" dependencies = [ "indexmap 2.2.5", "insta", @@ -3568,7 +3568,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.11.0" +version = "24.11.1" dependencies = [ "rdkafka", "rdkafka-sys", @@ -3584,7 +3584,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.11.0" +version = "24.11.1" dependencies = [ "console", "relay-common", @@ -3598,7 +3598,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.11.0" +version = "24.11.1" dependencies = [ "bytecount", "chrono", @@ -3630,7 +3630,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.11.0" +version = "24.11.1" dependencies = [ "relay-base-schema", "serde", @@ -3642,7 +3642,7 @@ dependencies = [ [[package]] name = "relay-pattern" -version = "24.11.0" +version = "24.11.1" dependencies = [ "criterion", "memchr", @@ -3652,7 +3652,7 @@ dependencies = [ [[package]] name = "relay-pattern-fuzz" -version = "24.11.0" +version = "24.11.1" dependencies = [ "libfuzzer-sys", "relay-pattern", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.11.0" +version = "24.11.1" dependencies = [ "hmac", "insta", @@ -3687,7 +3687,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.11.0" +version = "24.11.1" dependencies = [ "android_trace_log", "chrono", @@ -3710,7 +3710,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.11.0" +version = "24.11.1" dependencies = [ "insta", "num-traits", @@ -3727,7 +3727,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.11.0" +version = "24.11.1" dependencies = [ "proc-macro2", "quote", @@ -3737,7 +3737,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.11.0" +version = "24.11.1" dependencies = [ "hashbrown 0.14.5", "insta", @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.11.0" +version = "24.11.1" dependencies = [ "r2d2", "redis", @@ -3767,7 +3767,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.11.0" +version = "24.11.1" dependencies = [ "criterion", "flate2", @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.11.0" +version = "24.11.1" dependencies = [ "anyhow", "chrono", @@ -3803,7 +3803,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.11.0" +version = "24.11.1" dependencies = [ "ahash", "anyhow", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.11.0" +version = "24.11.1" dependencies = [ "chrono", "hex", @@ -3906,7 +3906,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.11.0" +version = "24.11.1" dependencies = [ "cadence", "crossbeam-channel", @@ -3918,7 +3918,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.11.0" +version = "24.11.1" dependencies = [ "futures", "insta", @@ -3931,7 +3931,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.11.0" +version = "24.11.1" dependencies = [ "relay-log", "relay-system", @@ -3940,7 +3940,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.11.0" +version = "24.11.1" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 0b9b8ee073..8f571b657d 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index c37dce7e7d..4c84d56bc2 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index f64f6e9b99..ad6f9ef748 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index 5de2b62955..3d8567235c 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index e61799fc3c..9d61af4762 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 4414abb48e..28fc0cedd3 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 4c643d925d..25b18807a8 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.11.0" +version = "24.11.1" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index 440095d328..2946429085 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index 6d175cc6bd..9b23cce22c 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 9621a15751..81b3fb29dd 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index 9f889349cf..e1c41fd372 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 9745dd45e3..cfd4304feb 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index d5324538a9..302de3e4ec 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index be451fe9ba..223ad09624 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 70b67e72e2..16aed07498 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 1bdf89d4d4..b314eafcee 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 07fe8c888c..83605991c9 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 206798c6a4..66b588bab1 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/Cargo.toml b/relay-pattern/Cargo.toml index 6346ee88b9..6d6da8cdbd 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/fuzz/Cargo.toml b/relay-pattern/fuzz/Cargo.toml index 0790f713d4..8d9d7819b2 100644 --- a/relay-pattern/fuzz/Cargo.toml +++ b/relay-pattern/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-pattern-fuzz" -version = "24.11.0" +version = "24.11.1" publish = false edition = "2021" diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index adfe14bbbc..660afdb0f9 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 582d811ad9..3f847793b6 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index aed54ad3b0..23aa127145 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index 67bb72dfc6..dcfd1392cc 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 07b7909a82..a2012656b1 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index b66483cb84..bd6c6e92f7 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index df65b6f168..f6b2e5cc9b 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index b8e9d9c55f..0034a6a6d4 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index ea4a237985..3782500a41 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.11.0" +version = "24.11.1" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index f309a7f82b..211bfd93e5 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 1a0416cdf0..0c8da4f0e8 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index 1c40417cad..ab7b00bded 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 38910780af..9388510a9a 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index f1e029bea1..718a177e37 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index b20629d93e..eb4551d844 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.11.0" +version = "24.11.1" edition = "2021" license-file = "../LICENSE.md" publish = false