diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d70cd8ae6..97cbce31d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 23.7.2 **Features**: @@ -14,7 +14,6 @@ - Feature-flagged extraction & publishing of spans from transactions. ([#2350](https://github.com/getsentry/relay/pull/2350)) - ## 23.7.1 **Bug Fixes**: diff --git a/Cargo.lock b/Cargo.lock index 57e9d0e2c1..3a450ed46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3019,7 +3019,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "relay" -version = "23.7.1" +version = "23.7.2" dependencies = [ "anyhow", "clap", @@ -3037,7 +3037,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "23.7.1" +version = "23.7.2" dependencies = [ "chrono", "data-encoding", @@ -3053,7 +3053,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "23.7.1" +version = "23.7.2" dependencies = [ "relay-log", "relay-system", @@ -3084,7 +3084,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "23.7.1" +version = "23.7.2" dependencies = [ "chrono", "globset", @@ -3102,7 +3102,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "23.7.1" +version = "23.7.2" dependencies = [ "anyhow", "human-size", @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "23.7.1" +version = "23.7.2" dependencies = [ "bindgen", "cmake", @@ -3130,7 +3130,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "23.7.1" +version = "23.7.2" dependencies = [ "anyhow", "assert-json-diff", @@ -3150,7 +3150,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "23.7.1" +version = "23.7.2" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3158,7 +3158,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "23.7.1" +version = "23.7.2" dependencies = [ "quote", "syn 1.0.109", @@ -3166,7 +3166,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "23.7.1" +version = "23.7.2" dependencies = [ "globset", "insta", @@ -3182,7 +3182,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "23.7.1" +version = "23.7.2" dependencies = [ "bytecount", "chrono", @@ -3222,7 +3222,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "23.7.1" +version = "23.7.2" dependencies = [ "proc-macro2", "quote", @@ -3232,7 +3232,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "23.7.1" +version = "23.7.2" dependencies = [ "jsonschema", "rdkafka", @@ -3249,7 +3249,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "23.7.1" +version = "23.7.2" dependencies = [ "chrono", "console", @@ -3264,7 +3264,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "23.7.1" +version = "23.7.2" dependencies = [ "bytecount", "criterion", @@ -3286,7 +3286,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "23.7.1" +version = "23.7.2" dependencies = [ "once_cell", "regex", @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "23.7.1" +version = "23.7.2" dependencies = [ "android_trace_log", "chrono", @@ -3315,7 +3315,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "23.7.1" +version = "23.7.2" dependencies = [ "insta", "relay-common", @@ -3329,7 +3329,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "23.7.1" +version = "23.7.2" dependencies = [ "r2d2", "redis", @@ -3340,7 +3340,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "23.7.1" +version = "23.7.2" dependencies = [ "assert-json-diff", "criterion", @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "23.7.1" +version = "23.7.2" dependencies = [ "chrono", "insta", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "23.7.1" +version = "23.7.2" dependencies = [ "anyhow", "axum", @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "23.7.1" +version = "23.7.2" dependencies = [ "cadence", "parking_lot", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "23.7.1" +version = "23.7.2" dependencies = [ "futures", "once_cell", @@ -3458,7 +3458,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "23.7.1" +version = "23.7.2" dependencies = [ "relay-log", "relay-system", diff --git a/LICENSE b/LICENSE index 8759a6b6a9..108d669c2d 100644 --- a/LICENSE +++ b/LICENSE @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d error-reporting or application monitoring features of the Licensed Work. -Change Date: 2026-07-25 +Change Date: 2026-08-03 Change License: Apache License, Version 2.0 diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 0136170422..e1acf4893e 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index 056289a507..d7a64488a7 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index cc384701a0..3e13357820 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 84243d5a25..daf3ba2743 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 81e747033e..20fba75fb2 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.7.1" +version = "23.7.2" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index a0f91c1d91..0fdeaa85cd 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 1e4aa77680..abbf6a2dd3 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 18070e3bb5..16331320d9 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 0e0d3bde9c..dedf33a234 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index 829dfbdf29..d0d89b9623 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "23.7.1" +version = "23.7.2" authors = ["Sentry "] homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" diff --git a/relay-general/derive/Cargo.toml b/relay-general/derive/Cargo.toml index e94be2c00f..b94cf29667 100644 --- a/relay-general/derive/Cargo.toml +++ b/relay-general/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general-derive" -version = "23.7.1" +version = "23.7.2" authors = ["Sentry "] homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index c70acbb994..5e0dd01f93 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 326c21f99f..8ac7975cdd 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index aaa6bd69f7..331c522b9c 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index c1c271cef3..10a2b2939f 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 4f5d46ad3b..e7b632074b 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index be776a4f96..0b056294c4 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 1985bc2d72..7a90ff82b5 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index f147185b4e..c597468571 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index a18e076fab..a5ffc99000 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 0e97182870..080a384b23 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.7.1" +version = "23.7.2" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 877e23767c..fe6cf4828e 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index bec42e3f3f..3c994e9a2e 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 065a99f44f..5092a2bfe4 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 29f9f04a40..4a4ae7b0ea 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.7.1" +version = "23.7.2" edition = "2021" license-file = "../LICENSE" publish = false