From a23faedfcc2301c034cccfd33b7e4d77cbd0baf8 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 17 Jul 2023 22:11:11 +0000 Subject: [PATCH] release: 23.7.0 --- CHANGELOG.md | 2 +- Cargo.lock | 50 ++++++++++++++++----------------- LICENSE | 2 +- relay-auth/Cargo.toml | 2 +- relay-aws-extension/Cargo.toml | 2 +- relay-common/Cargo.toml | 2 +- relay-config/Cargo.toml | 2 +- relay-crash/Cargo.toml | 2 +- relay-dynamic-config/Cargo.toml | 2 +- relay-ffi-macros/Cargo.toml | 2 +- relay-ffi/Cargo.toml | 2 +- relay-filter/Cargo.toml | 2 +- relay-general/Cargo.toml | 2 +- relay-general/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-profiling/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-statsd/Cargo.toml | 2 +- relay-system/Cargo.toml | 2 +- relay-test/Cargo.toml | 2 +- relay/Cargo.toml | 2 +- 28 files changed, 52 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7dd0cd97..6c70d35e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 23.7.0 **Internal**: diff --git a/Cargo.lock b/Cargo.lock index 4fa23caf25..9e0410014f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2992,7 +2992,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "relay" -version = "23.6.2" +version = "23.7.0" dependencies = [ "anyhow", "clap", @@ -3010,7 +3010,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "23.6.2" +version = "23.7.0" dependencies = [ "chrono", "data-encoding", @@ -3026,7 +3026,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "23.6.2" +version = "23.7.0" dependencies = [ "relay-log", "relay-system", @@ -3057,7 +3057,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "23.6.2" +version = "23.7.0" dependencies = [ "chrono", "globset", @@ -3075,7 +3075,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "23.6.2" +version = "23.7.0" dependencies = [ "anyhow", "human-size", @@ -3095,7 +3095,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "23.6.2" +version = "23.7.0" dependencies = [ "bindgen", "cmake", @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "23.6.2" +version = "23.7.0" dependencies = [ "anyhow", "assert-json-diff", @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "23.6.2" +version = "23.7.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3130,7 +3130,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "23.6.2" +version = "23.7.0" dependencies = [ "quote", "syn 1.0.109", @@ -3138,7 +3138,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "23.6.2" +version = "23.7.0" dependencies = [ "globset", "insta", @@ -3154,7 +3154,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "23.6.2" +version = "23.7.0" dependencies = [ "bytecount", "chrono", @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "23.6.2" +version = "23.7.0" dependencies = [ "proc-macro2", "quote", @@ -3204,7 +3204,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "23.6.2" +version = "23.7.0" dependencies = [ "jsonschema", "rdkafka", @@ -3221,7 +3221,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "23.6.2" +version = "23.7.0" dependencies = [ "chrono", "console", @@ -3236,7 +3236,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "23.6.2" +version = "23.7.0" dependencies = [ "criterion", "float-ord", @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "23.6.2" +version = "23.7.0" dependencies = [ "once_cell", "regex", @@ -3269,7 +3269,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "23.6.2" +version = "23.7.0" dependencies = [ "android_trace_log", "chrono", @@ -3285,7 +3285,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "23.6.2" +version = "23.7.0" dependencies = [ "insta", "relay-common", @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "23.6.2" +version = "23.7.0" dependencies = [ "r2d2", "redis", @@ -3310,7 +3310,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "23.6.2" +version = "23.7.0" dependencies = [ "assert-json-diff", "criterion", @@ -3327,7 +3327,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "23.6.2" +version = "23.7.0" dependencies = [ "chrono", "insta", @@ -3345,7 +3345,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "23.6.2" +version = "23.7.0" dependencies = [ "anyhow", "axum", @@ -3407,7 +3407,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "23.6.2" +version = "23.7.0" dependencies = [ "cadence", "parking_lot", @@ -3417,7 +3417,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "23.6.2" +version = "23.7.0" dependencies = [ "futures", "once_cell", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "23.6.2" +version = "23.7.0" dependencies = [ "relay-log", "relay-system", diff --git a/LICENSE b/LICENSE index 6af4b0d522..9ab1af241a 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-06 +Change Date: 2026-07-17 Change License: Apache License, Version 2.0 diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 1264145b1c..5df86b8ba8 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index f8cc9009aa..ea031faeff 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 24d67d670d..67c46b011c 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 71e0de4ed5..76c7d9ca6f 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 9e3e06822d..bd377930bb 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.6.2" +version = "23.7.0" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index d8af38bc28..7823e60409 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index c39efac974..0a457dbea5 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index c63a55ce4e..9e076e8677 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 9ed34296e1..e8a75fa993 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index 6ef402c3de..a87c3586d7 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "23.6.2" +version = "23.7.0" 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 943c62c9d7..a426305c26 100644 --- a/relay-general/derive/Cargo.toml +++ b/relay-general/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general-derive" -version = "23.6.2" +version = "23.7.0" 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 fed3e777c3..387e3cad7a 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.6.2" +version = "23.7.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 78859c410d..9e6d4a067b 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 55d6600794..5b0df0a49e 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index d3d85e6e3e..51d7e3f67a 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index f3b7ead945..b3342466b0 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index e3c896cea6..b13fe6dcd8 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index c6bffcb4fa..25dde6f02d 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 3c1aacabf3..0d4c3c32c0 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 21c6094cfa..fe41b97ac1 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 4575ca74e9..a6cc8eb447 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.6.2" +version = "23.7.0" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 397adf4413..05df3cc28f 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index fbcc730a22..ae64771099 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 136d6f0e43..2ef53b1bff 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 7a86121495..01c55f7fef 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.6.2" +version = "23.7.0" edition = "2021" license-file = "../LICENSE" publish = false