diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a860f823..505caaa2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 23.7.1 **Bug Fixes**: diff --git a/Cargo.lock b/Cargo.lock index 938286de58..030d31eb79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3019,7 +3019,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "relay" -version = "23.7.0" +version = "23.7.1" dependencies = [ "anyhow", "clap", @@ -3037,7 +3037,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "23.7.0" +version = "23.7.1" dependencies = [ "chrono", "data-encoding", @@ -3053,7 +3053,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "23.7.0" +version = "23.7.1" dependencies = [ "relay-log", "relay-system", @@ -3084,7 +3084,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "23.7.0" +version = "23.7.1" dependencies = [ "chrono", "globset", @@ -3102,7 +3102,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "23.7.0" +version = "23.7.1" dependencies = [ "anyhow", "human-size", @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "23.7.0" +version = "23.7.1" dependencies = [ "bindgen", "cmake", @@ -3130,7 +3130,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "23.7.0" +version = "23.7.1" dependencies = [ "anyhow", "assert-json-diff", @@ -3149,7 +3149,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "23.7.0" +version = "23.7.1" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "23.7.0" +version = "23.7.1" dependencies = [ "quote", "syn 1.0.109", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "23.7.0" +version = "23.7.1" dependencies = [ "globset", "insta", @@ -3181,7 +3181,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "23.7.0" +version = "23.7.1" dependencies = [ "bytecount", "chrono", @@ -3221,7 +3221,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "23.7.0" +version = "23.7.1" dependencies = [ "proc-macro2", "quote", @@ -3231,7 +3231,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "23.7.0" +version = "23.7.1" dependencies = [ "jsonschema", "rdkafka", @@ -3248,7 +3248,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "23.7.0" +version = "23.7.1" dependencies = [ "chrono", "console", @@ -3263,7 +3263,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "23.7.0" +version = "23.7.1" dependencies = [ "bytecount", "criterion", @@ -3285,7 +3285,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "23.7.0" +version = "23.7.1" dependencies = [ "once_cell", "regex", @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "23.7.0" +version = "23.7.1" dependencies = [ "android_trace_log", "chrono", @@ -3314,7 +3314,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "23.7.0" +version = "23.7.1" dependencies = [ "insta", "relay-common", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "23.7.0" +version = "23.7.1" dependencies = [ "r2d2", "redis", @@ -3339,7 +3339,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "23.7.0" +version = "23.7.1" dependencies = [ "assert-json-diff", "criterion", @@ -3356,7 +3356,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "23.7.0" +version = "23.7.1" dependencies = [ "chrono", "insta", @@ -3374,7 +3374,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "23.7.0" +version = "23.7.1" dependencies = [ "anyhow", "axum", @@ -3436,7 +3436,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "23.7.0" +version = "23.7.1" dependencies = [ "cadence", "parking_lot", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "23.7.0" +version = "23.7.1" dependencies = [ "futures", "once_cell", @@ -3457,7 +3457,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "23.7.0" +version = "23.7.1" dependencies = [ "relay-log", "relay-system", diff --git a/LICENSE b/LICENSE index 9ab1af241a..8759a6b6a9 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-17 +Change Date: 2026-07-25 Change License: Apache License, Version 2.0 diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 5df86b8ba8..0136170422 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index ea031faeff..056289a507 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index f840a0fdf5..cc384701a0 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 76c7d9ca6f..84243d5a25 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index bd377930bb..81e747033e 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.0" +version = "23.7.1" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index 7823e60409..4d8d7d5466 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 0a457dbea5..1e4aa77680 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 9e076e8677..18070e3bb5 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 0abb4865ed..0e0d3bde9c 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index 5edfd5959f..829dfbdf29 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "23.7.0" +version = "23.7.1" 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 a426305c26..e94be2c00f 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.0" +version = "23.7.1" 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 387e3cad7a..fbd57c8705 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.0" +version = "23.7.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 9e6d4a067b..326c21f99f 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 0316adc1af..aaa6bd69f7 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 444199df2d..c1c271cef3 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index b3342466b0..4f5d46ad3b 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index b13fe6dcd8..be776a4f96 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 25dde6f02d..1985bc2d72 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 0d4c3c32c0..f147185b4e 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index fe41b97ac1..a18e076fab 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index d2ae9023b1..0e97182870 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.0" +version = "23.7.1" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 05df3cc28f..877e23767c 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index ae64771099..bec42e3f3f 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 2ef53b1bff..065a99f44f 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 01c55f7fef..29f9f04a40 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.0" +version = "23.7.1" edition = "2021" license-file = "../LICENSE" publish = false