From 7d73168daf83f729832d78717e74540562aa916b Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Sun, 15 Sep 2024 17:00:38 +0000 Subject: [PATCH] release: 24.9.0 --- CHANGELOG.md | 2 +- Cargo.lock | 68 ++++++++++++++-------------- 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-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 +- 36 files changed, 69 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91371a6808..6ae37e45ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.9.0 **Bug Fixes**: diff --git a/Cargo.lock b/Cargo.lock index 9b19352f58..395ffaba78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3207,7 +3207,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.8.0" +version = "24.9.0" dependencies = [ "anyhow", "clap", @@ -3226,7 +3226,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.8.0" +version = "24.9.0" dependencies = [ "chrono", "data-encoding", @@ -3243,7 +3243,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.8.0" +version = "24.9.0" dependencies = [ "regex", "relay-common", @@ -3282,7 +3282,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.8.0" +version = "24.9.0" dependencies = [ "criterion", "hash32", @@ -3301,11 +3301,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.8.0" +version = "24.9.0" [[package]] name = "relay-common" -version = "24.8.0" +version = "24.9.0" dependencies = [ "chrono", "criterion", @@ -3319,7 +3319,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.8.0" +version = "24.9.0" dependencies = [ "anyhow", "human-size", @@ -3341,7 +3341,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.8.0" +version = "24.9.0" dependencies = [ "bindgen", "cmake", @@ -3349,7 +3349,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.8.0" +version = "24.9.0" dependencies = [ "anyhow", "relay-auth", @@ -3371,7 +3371,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.8.0" +version = "24.9.0" dependencies = [ "proc-macro2", "quote", @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.8.0" +version = "24.9.0" dependencies = [ "bytecount", "chrono", @@ -3415,7 +3415,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.8.0" +version = "24.9.0" dependencies = [ "bytecount", "chrono", @@ -3438,7 +3438,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.8.0" +version = "24.9.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.8.0" +version = "24.9.0" dependencies = [ "quote", "syn 1.0.109", @@ -3454,7 +3454,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.8.0" +version = "24.9.0" dependencies = [ "indexmap 2.2.5", "insta", @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.8.0" +version = "24.9.0" dependencies = [ "rdkafka", "rdkafka-sys", @@ -3488,7 +3488,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.8.0" +version = "24.9.0" dependencies = [ "console", "relay-common", @@ -3502,7 +3502,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.8.0" +version = "24.9.0" dependencies = [ "bytecount", "chrono", @@ -3534,7 +3534,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.8.0" +version = "24.9.0" dependencies = [ "relay-base-schema", "serde", @@ -3546,7 +3546,7 @@ dependencies = [ [[package]] name = "relay-pattern" -version = "24.7.1" +version = "24.9.0" dependencies = [ "criterion", "memchr", @@ -3555,7 +3555,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.8.0" +version = "24.9.0" dependencies = [ "hmac", "insta", @@ -3582,7 +3582,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.8.0" +version = "24.9.0" dependencies = [ "android_trace_log", "chrono", @@ -3602,7 +3602,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.8.0" +version = "24.9.0" dependencies = [ "insta", "num-traits", @@ -3618,7 +3618,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.8.0" +version = "24.9.0" dependencies = [ "proc-macro2", "quote", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.8.0" +version = "24.9.0" dependencies = [ "hashbrown 0.14.5", "insta", @@ -3646,7 +3646,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.8.0" +version = "24.9.0" dependencies = [ "r2d2", "redis", @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.8.0" +version = "24.9.0" dependencies = [ "criterion", "flate2", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.8.0" +version = "24.9.0" dependencies = [ "anyhow", "chrono", @@ -3693,7 +3693,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.8.0" +version = "24.9.0" dependencies = [ "anyhow", "arc-swap", @@ -3774,7 +3774,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.8.0" +version = "24.9.0" dependencies = [ "chrono", "hex", @@ -3788,7 +3788,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.8.0" +version = "24.9.0" dependencies = [ "cadence", "crossbeam-channel", @@ -3800,7 +3800,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.8.0" +version = "24.9.0" dependencies = [ "futures", "once_cell", @@ -3811,7 +3811,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.8.0" +version = "24.9.0" dependencies = [ "relay-log", "relay-system", @@ -3820,7 +3820,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.8.0" +version = "24.9.0" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 6280cdc6c4..9b597bb1df 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index bb0896f823..9dd1e5b86f 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index 1ec9218ec5..7f6d5818af 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index 2160d55966..3b69068489 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index e736eee747..5420ee7338 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 3db6122b72..642cdc251e 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 3bf5f380e5..382b7e8e1c 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.8.0" +version = "24.9.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 f1be0a1869..06fbf0a493 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index aa1c9d5d0d..2a69890564 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 9f027e5d00..9ee4a7d69e 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index 5fa810af14..e3d7a66b4f 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index a8ba524d9f..74d80079c2 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index fadcfd8e2e..37f6c25d55 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index d2ce35b61d..20cdcb081a 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 12d0ba0eeb..f64f7ac51f 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 60b48fa595..005357491e 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 91fd39f8f6..95e75669b5 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index eaea31bc1b..6985ad06ac 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/Cargo.toml b/relay-pattern/Cargo.toml index 73df0bae38..a956f93bf2 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.7.1" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index be98b95079..6dbe93551d 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 871d5457e9..5e42825e2b 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index 4c09c3ba74..dacfdf3712 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index 78233a13a1..948be0bf7f 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 519c17b82a..3a4ddc78e9 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 1660d4768a..25de8b1533 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 2c44bd3c15..3e727ccbb6 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index a6f2dc8b81..7c7c949cc2 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index fb0b7c56f9..1a787ecde4 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.8.0" +version = "24.9.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index ac63965b4e..ed65eed8a7 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index ce39b2b59d..f5ee35cdab 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index 057a06e66e..9a33e90d21 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 62c517149b..274a5d7310 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index 5749793678..b3da7547c2 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index cafd272695..90a255b35d 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.8.0" +version = "24.9.0" edition = "2021" license-file = "../LICENSE.md" publish = false