From 55984a7a1903207b71045eaaab138c256adbd248 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 15 Jan 2024 17:00:42 +0000 Subject: [PATCH] release: 24.1.0 --- CHANGELOG.md | 2 +- Cargo.lock | 70 ++++++++++++++-------------- relay-auth/Cargo.toml | 2 +- relay-aws-extension/Cargo.toml | 2 +- relay-base-schema/Cargo.toml | 2 +- relay-cardinality/Cargo.toml | 2 +- relay-common/Cargo.toml | 2 +- relay-config/Cargo.toml | 2 +- relay-crash/Cargo.toml | 2 +- relay-dashboard/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-jsonschema-derive/Cargo.toml | 2 +- relay-kafka/Cargo.toml | 2 +- relay-log/Cargo.toml | 2 +- relay-metrics/Cargo.toml | 2 +- relay-monitors/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 e6532a67ca..bbfafde6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.1.0 **Features**: diff --git a/Cargo.lock b/Cargo.lock index d71d676766..7a6e9be866 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3402,7 +3402,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "23.12.1" +version = "24.1.0" dependencies = [ "anyhow", "clap", @@ -3420,7 +3420,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "23.12.1" +version = "24.1.0" dependencies = [ "chrono", "data-encoding", @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "23.12.1" +version = "24.1.0" dependencies = [ "relay-log", "relay-system", @@ -3449,7 +3449,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "23.12.1" +version = "24.1.0" dependencies = [ "regex", "relay-common", @@ -3487,7 +3487,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "23.12.1" +version = "24.1.0" dependencies = [ "criterion", "hashbrown 0.13.2", @@ -3499,7 +3499,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "23.12.1" +version = "24.1.0" dependencies = [ "chrono", "globset", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "23.12.1" +version = "24.1.0" dependencies = [ "anyhow", "human-size", @@ -3535,7 +3535,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "23.12.1" +version = "24.1.0" dependencies = [ "bindgen", "cmake", @@ -3543,7 +3543,7 @@ dependencies = [ [[package]] name = "relay-dashboard" -version = "23.12.1" +version = "24.1.0" dependencies = [ "ansi-to-html", "futures", @@ -3562,7 +3562,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "23.12.1" +version = "24.1.0" dependencies = [ "anyhow", "assert-json-diff", @@ -3584,7 +3584,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "23.12.1" +version = "24.1.0" dependencies = [ "proc-macro2", "quote", @@ -3594,7 +3594,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "23.12.1" +version = "24.1.0" dependencies = [ "bytecount", "chrono", @@ -3626,7 +3626,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "23.12.1" +version = "24.1.0" dependencies = [ "bytecount", "chrono", @@ -3651,7 +3651,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "23.12.1" +version = "24.1.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3659,7 +3659,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "23.12.1" +version = "24.1.0" dependencies = [ "quote", "syn 1.0.109", @@ -3667,7 +3667,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "23.12.1" +version = "24.1.0" dependencies = [ "insta", "ipnetwork 0.20.0", @@ -3684,7 +3684,7 @@ dependencies = [ [[package]] name = "relay-jsonschema-derive" -version = "23.12.1" +version = "24.1.0" dependencies = [ "proc-macro2", "quote", @@ -3694,7 +3694,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "23.12.1" +version = "24.1.0" dependencies = [ "jsonschema", "rdkafka", @@ -3711,7 +3711,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "23.12.1" +version = "24.1.0" dependencies = [ "chrono", "console", @@ -3728,7 +3728,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "23.12.1" +version = "24.1.0" dependencies = [ "bytecount", "chrono", @@ -3757,7 +3757,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "23.12.1" +version = "24.1.0" dependencies = [ "once_cell", "regex", @@ -3771,7 +3771,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "23.12.1" +version = "24.1.0" dependencies = [ "hmac", "insta", @@ -3797,7 +3797,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "23.12.1" +version = "24.1.0" dependencies = [ "android_trace_log", "chrono", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "23.12.1" +version = "24.1.0" dependencies = [ "insta", "num-traits", @@ -3834,7 +3834,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "23.12.1" +version = "24.1.0" dependencies = [ "proc-macro2", "quote", @@ -3844,7 +3844,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "23.12.1" +version = "24.1.0" dependencies = [ "hashbrown 0.13.2", "insta", @@ -3861,7 +3861,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "23.12.1" +version = "24.1.0" dependencies = [ "r2d2", "redis", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "23.12.1" +version = "24.1.0" dependencies = [ "assert-json-diff", "criterion", @@ -3891,7 +3891,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "23.12.1" +version = "24.1.0" dependencies = [ "anyhow", "chrono", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "23.12.1" +version = "24.1.0" dependencies = [ "anyhow", "axum", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "23.12.1" +version = "24.1.0" dependencies = [ "chrono", "enumset", @@ -3999,7 +3999,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "23.12.1" +version = "24.1.0" dependencies = [ "cadence", "crossbeam-channel", @@ -4010,7 +4010,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "23.12.1" +version = "24.1.0" dependencies = [ "futures", "once_cell", @@ -4021,7 +4021,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "23.12.1" +version = "24.1.0" dependencies = [ "relay-log", "relay-system", @@ -4030,7 +4030,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "23.12.1" +version = "24.1.0" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 3c1b2c2d3d..67edeb3a12 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index ec74a944e9..3485d79c38 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index d088d21caa..28a6e08ae1 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index febb37ea29..5f3cbbc26d 100644 --- a/relay-cardinality/Cargo.toml +++ b/relay-cardinality/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics Cardiniality Limiter" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 5c24f09057..c3aa83a43c 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 0fe55b1820..1e5980df77 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 8b8d34362d..27e7802ca1 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 = "23.12.1" +version = "24.1.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dashboard/Cargo.toml b/relay-dashboard/Cargo.toml index fe62482f31..55c7478516 100644 --- a/relay-dashboard/Cargo.toml +++ b/relay-dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-dashboard" -version = "23.12.1" +version = "24.1.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 72a05109c3..64e4d90add 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index 5e0b4757e6..6f8db631df 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 48e8459f69..9dff0e18a8 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index 4e4ee6f050..af01b61bff 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index fd97cb2ff1..00398d24da 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 229b892f65..8295193bec 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 26eda09a99..51bdc7f086 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-jsonschema-derive/Cargo.toml b/relay-jsonschema-derive/Cargo.toml index a4bffd4940..4a50b0b508 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 6725f1a654..24875aaeaa 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index ccc28a0602..bf0143725e 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 3517bc2ad3..5000fa6fba 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 358fc00e9e..49deb45368 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index 1eb647a608..bc031f9824 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 550732edf1..c6772eed97 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index ee6e9923be..2c937dfc13 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index c092e809bc..33a4a605f7 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 745c050065..94623e20fc 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 490bb1b325..603f8d38c8 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 5f4ee20965..619eb41469 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index ecc9a5775c..8525bfe389 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index db70c435a8..33a8112ab0 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 = "23.12.1" +version = "24.1.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index 4e0af712b7..db5f3c7781 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index ec4c903915..82e4070008 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index 548d3cf88e..cde839332b 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 6251616014..1c4965ce50 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index ba1eb88e04..8288434dbd 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 90c4d28462..50394443dc 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 = "23.12.1" +version = "24.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false