diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d3a11e69..a6f87da1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.4.1 **Features**: diff --git a/Cargo.lock b/Cargo.lock index 6a1532d0c4..f8fc88a28c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3590,7 +3590,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.4.0" +version = "24.4.1" dependencies = [ "anyhow", "clap", @@ -3609,7 +3609,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.4.0" +version = "24.4.1" dependencies = [ "chrono", "data-encoding", @@ -3626,7 +3626,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "24.4.0" +version = "24.4.1" dependencies = [ "relay-log", "relay-system", @@ -3638,7 +3638,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.4.0" +version = "24.4.1" dependencies = [ "regex", "relay-common", @@ -3676,7 +3676,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.4.0" +version = "24.4.1" dependencies = [ "criterion", "hash32", @@ -3695,11 +3695,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.4.0" +version = "24.4.1" [[package]] name = "relay-common" -version = "24.4.0" +version = "24.4.1" dependencies = [ "chrono", "globset", @@ -3714,7 +3714,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.4.0" +version = "24.4.1" dependencies = [ "anyhow", "human-size", @@ -3735,7 +3735,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.4.0" +version = "24.4.1" dependencies = [ "bindgen", "cmake", @@ -3743,7 +3743,7 @@ dependencies = [ [[package]] name = "relay-dashboard" -version = "24.4.0" +version = "24.4.1" dependencies = [ "ansi-to-html", "futures", @@ -3761,7 +3761,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.4.0" +version = "24.4.1" dependencies = [ "anyhow", "assert-json-diff", @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.4.0" +version = "24.4.1" dependencies = [ "proc-macro2", "quote", @@ -3796,7 +3796,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.4.0" +version = "24.4.1" dependencies = [ "bytecount", "chrono", @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.4.0" +version = "24.4.1" dependencies = [ "bytecount", "chrono", @@ -3853,7 +3853,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.4.0" +version = "24.4.1" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3861,7 +3861,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.4.0" +version = "24.4.1" dependencies = [ "quote", "syn 1.0.109", @@ -3869,7 +3869,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.4.0" +version = "24.4.1" dependencies = [ "indexmap 2.2.5", "insta", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "relay-jsonschema-derive" -version = "24.4.0" +version = "24.4.1" dependencies = [ "proc-macro2", "quote", @@ -3897,7 +3897,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.4.0" +version = "24.4.1" dependencies = [ "rdkafka", "rdkafka-sys", @@ -3913,7 +3913,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.4.0" +version = "24.4.1" dependencies = [ "chrono", "console", @@ -3931,7 +3931,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.4.0" +version = "24.4.1" dependencies = [ "bytecount", "chrono", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.4.0" +version = "24.4.1" dependencies = [ "regex", "relay-base-schema", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.4.0" +version = "24.4.1" dependencies = [ "hmac", "insta", @@ -4001,7 +4001,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.4.0" +version = "24.4.1" dependencies = [ "android_trace_log", "chrono", @@ -4021,7 +4021,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.4.0" +version = "24.4.1" dependencies = [ "insta", "num-traits", @@ -4038,7 +4038,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.4.0" +version = "24.4.1" dependencies = [ "proc-macro2", "quote", @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.4.0" +version = "24.4.1" dependencies = [ "hashbrown 0.14.3", "insta", @@ -4066,7 +4066,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.4.0" +version = "24.4.1" dependencies = [ "r2d2", "redis", @@ -4077,7 +4077,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.4.0" +version = "24.4.1" dependencies = [ "assert-json-diff", "bytes", @@ -4097,7 +4097,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.4.0" +version = "24.4.1" dependencies = [ "anyhow", "chrono", @@ -4118,7 +4118,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.4.0" +version = "24.4.1" dependencies = [ "anyhow", "axum", @@ -4198,7 +4198,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.4.0" +version = "24.4.1" dependencies = [ "chrono", "enumset", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.4.0" +version = "24.4.1" dependencies = [ "cadence", "crossbeam-channel", @@ -4226,7 +4226,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.4.0" +version = "24.4.1" dependencies = [ "futures", "once_cell", @@ -4237,7 +4237,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.4.0" +version = "24.4.1" dependencies = [ "relay-log", "relay-system", @@ -4246,7 +4246,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.4.0" +version = "24.4.1" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 7f69079fb7..f86de34562 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index 77d10c2fc8..fd94f2e9d7 100644 --- a/relay-aws-extension/Cargo.toml +++ b/relay-aws-extension/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "AWS extension implementation for Sentry's AWS Lambda layer" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index 9aa89820dc..8bdf7588ed 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index 0b64b0adf0..2efab03b4d 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index 74b7129d21..eb0a68f7e5 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 0fef4e61bf..93db880725 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 49970997aa..1a8109b08b 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index aaf792c4d0..5723d36c4e 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.4.0" +version = "24.4.1" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dashboard/Cargo.toml b/relay-dashboard/Cargo.toml index affbcd2c1f..a42328e44f 100644 --- a/relay-dashboard/Cargo.toml +++ b/relay-dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-dashboard" -version = "24.4.0" +version = "24.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index f1565014f6..b3de0a1d1f 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index ce3875105d..5c8b39ec5d 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 10fdf095de..42b1037f1e 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index 8b911a991c..a03daeeaba 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 59bcbcfb7f..3b29aea1f9 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index b3c778e60b..37e54f417e 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index be5e0f4b34..01327d89d6 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-jsonschema-derive/Cargo.toml b/relay-jsonschema-derive/Cargo.toml index a363f3ff44..2fe5d2b828 100644 --- a/relay-jsonschema-derive/Cargo.toml +++ b/relay-jsonschema-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derive for JSON schema on Relay protocol types" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 2537ec9f2c..c4e8cd6c02 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index daf5e7b3fe..67b5f48258 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 72bbe6a39e..6a09d4f887 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 4d3e936d57..20ed28a3d9 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index 941bcdc783..53cc20fa58 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index fc0edb09b9..634ad7d253 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index aae5017c7d..34c4418bc9 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index 4dfceb8a28..99153c4474 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 25a44600d2..1c6634f053 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 2dbeb85614..32186375fa 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index b04fcd6067..9a453006a6 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 42442a10b0..7c5d0e100a 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 48b497920a..64b4977082 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.4.0" +version = "24.4.1" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index 5e70d8c67d..5815362def 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 39d7a37f37..d1095a15fd 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index c109637f45..c9a901cea8 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 4816a41635..9dcc5d54f3 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index 2a1652a127..369b7eefb0 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index d3595142f2..3a90415220 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.4.0" +version = "24.4.1" edition = "2021" license-file = "../LICENSE.md" publish = false