diff --git a/CHANGELOG.md b/CHANGELOG.md index 44de803bc4..1dee1f1380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.3.0 **Features**: diff --git a/Cargo.lock b/Cargo.lock index 516c1b7ba6..2e715d490e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3574,7 +3574,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.2.0" +version = "24.3.0" dependencies = [ "anyhow", "clap", @@ -3592,7 +3592,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.2.0" +version = "24.3.0" dependencies = [ "chrono", "data-encoding", @@ -3609,7 +3609,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "24.2.0" +version = "24.3.0" dependencies = [ "relay-log", "relay-system", @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.2.0" +version = "24.3.0" dependencies = [ "regex", "relay-common", @@ -3659,7 +3659,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.2.0" +version = "24.3.0" dependencies = [ "criterion", "hashbrown 0.14.3", @@ -3677,11 +3677,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.2.0" +version = "24.3.0" [[package]] name = "relay-common" -version = "24.2.0" +version = "24.3.0" dependencies = [ "chrono", "globset", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.2.0" +version = "24.3.0" dependencies = [ "anyhow", "human-size", @@ -3717,7 +3717,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.2.0" +version = "24.3.0" dependencies = [ "bindgen", "cmake", @@ -3725,7 +3725,7 @@ dependencies = [ [[package]] name = "relay-dashboard" -version = "24.2.0" +version = "24.3.0" dependencies = [ "ansi-to-html", "futures", @@ -3744,7 +3744,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.2.0" +version = "24.3.0" dependencies = [ "anyhow", "assert-json-diff", @@ -3769,7 +3769,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.2.0" +version = "24.3.0" dependencies = [ "proc-macro2", "quote", @@ -3779,7 +3779,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.2.0" +version = "24.3.0" dependencies = [ "bytecount", "chrono", @@ -3811,7 +3811,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.2.0" +version = "24.3.0" dependencies = [ "bytecount", "chrono", @@ -3836,7 +3836,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.2.0" +version = "24.3.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3844,7 +3844,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.2.0" +version = "24.3.0" dependencies = [ "quote", "syn 1.0.109", @@ -3852,7 +3852,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.2.0" +version = "24.3.0" dependencies = [ "indexmap 2.2.5", "insta", @@ -3870,7 +3870,7 @@ dependencies = [ [[package]] name = "relay-jsonschema-derive" -version = "24.2.0" +version = "24.3.0" dependencies = [ "proc-macro2", "quote", @@ -3880,7 +3880,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.2.0" +version = "24.3.0" dependencies = [ "jsonschema", "rdkafka", @@ -3897,7 +3897,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.2.0" +version = "24.3.0" dependencies = [ "chrono", "console", @@ -3915,7 +3915,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.2.0" +version = "24.3.0" dependencies = [ "bytecount", "chrono", @@ -3945,7 +3945,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.2.0" +version = "24.3.0" dependencies = [ "once_cell", "regex", @@ -3959,7 +3959,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.2.0" +version = "24.3.0" dependencies = [ "hmac", "insta", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.2.0" +version = "24.3.0" dependencies = [ "android_trace_log", "chrono", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.2.0" +version = "24.3.0" dependencies = [ "insta", "num-traits", @@ -4022,7 +4022,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.2.0" +version = "24.3.0" dependencies = [ "proc-macro2", "quote", @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.2.0" +version = "24.3.0" dependencies = [ "hashbrown 0.14.3", "insta", @@ -4050,7 +4050,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.2.0" +version = "24.3.0" dependencies = [ "r2d2", "redis", @@ -4061,7 +4061,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.2.0" +version = "24.3.0" dependencies = [ "assert-json-diff", "bytes", @@ -4081,7 +4081,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.2.0" +version = "24.3.0" dependencies = [ "anyhow", "chrono", @@ -4102,7 +4102,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.2.0" +version = "24.3.0" dependencies = [ "anyhow", "axum", @@ -4181,7 +4181,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.2.0" +version = "24.3.0" dependencies = [ "chrono", "enumset", @@ -4197,7 +4197,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.2.0" +version = "24.3.0" dependencies = [ "cadence", "crossbeam-channel", @@ -4209,7 +4209,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.2.0" +version = "24.3.0" dependencies = [ "futures", "once_cell", @@ -4220,7 +4220,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.2.0" +version = "24.3.0" dependencies = [ "relay-log", "relay-system", @@ -4229,7 +4229,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.2.0" +version = "24.3.0" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index e11fe95447..166220ebac 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index 8f8b57015b..4bc0a9847b 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index 0895d1521c..f094fc084e 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index 42d86bc070..8c3d1fa566 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index ab2a4b8d11..fdfec48b31 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index e95925136e..3b61dba37f 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index f2018a6c0a..95eb53e93e 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 77f0b9b750..862233a0a6 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.2.0" +version = "24.3.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dashboard/Cargo.toml b/relay-dashboard/Cargo.toml index d272bbb684..101703fd62 100644 --- a/relay-dashboard/Cargo.toml +++ b/relay-dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-dashboard" -version = "24.2.0" +version = "24.3.0" 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 054a79b6ae..d4a69bcffb 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index a605ea3372..12174aa1ae 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index f8ce3d80b7..34d88c37e1 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index 4f104ea449..5ef23c183f 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 9bffd6d4bb..35fa5e20cd 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index d8d7c8747f..fe1fe60432 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index d40037d583..cfb9fa86aa 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-jsonschema-derive/Cargo.toml b/relay-jsonschema-derive/Cargo.toml index 95b2f47401..d68cf3b19b 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 2089b4a71d..d7071285a4 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 009a7eabcd..3c815dd0fc 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 2332b12709..cce5f4f631 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 64a3489227..c5abe23585 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index 075e74146b..f113ac898f 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index dba9617e37..f3b41c3cf4 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index ed2f435fe0..6e8a384172 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index d6d7327fd8..127597bd82 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 7115e38150..aacd0bbbcd 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 0b0ef5a077..11198bf067 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index f8a22047d1..c32a73bfd5 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 7b7a15ddd6..d5207fa48c 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 1297afacd8..67178bb480 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.2.0" +version = "24.3.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index f6ca0368aa..75abbfccb1 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index f76d3004b6..e9513b667f 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index e1b3609fb4..fb2a3543ea 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index adb3174ea0..48af816556 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index 946d193466..e9996f1980 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index dd10a2d4d5..ef0b5899d8 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.2.0" +version = "24.3.0" edition = "2021" license-file = "../LICENSE.md" publish = false