From fc3b77e2265af8ab329af453437a9d3d88d91f8b Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 6 Jul 2023 20:20:05 +0000 Subject: [PATCH] release: 23.6.2 --- 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 8023290861..44ba787a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 23.6.2 **Features**: diff --git a/Cargo.lock b/Cargo.lock index b55edd60d3..be72184aff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2949,7 +2949,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "relay" -version = "23.6.1" +version = "23.6.2" dependencies = [ "anyhow", "clap 4.1.4", @@ -2967,7 +2967,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "23.6.1" +version = "23.6.2" dependencies = [ "chrono", "data-encoding", @@ -2983,7 +2983,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "23.6.1" +version = "23.6.2" dependencies = [ "relay-log", "relay-system", @@ -3014,7 +3014,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "23.6.1" +version = "23.6.2" dependencies = [ "chrono", "globset", @@ -3032,7 +3032,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "23.6.1" +version = "23.6.2" dependencies = [ "anyhow", "human-size", @@ -3052,7 +3052,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "23.6.1" +version = "23.6.2" dependencies = [ "bindgen", "cmake", @@ -3060,7 +3060,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "23.6.1" +version = "23.6.2" dependencies = [ "anyhow", "assert-json-diff", @@ -3079,7 +3079,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "23.6.1" +version = "23.6.2" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3087,7 +3087,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "23.6.1" +version = "23.6.2" dependencies = [ "quote", "syn 1.0.109", @@ -3095,7 +3095,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "23.6.1" +version = "23.6.2" dependencies = [ "globset", "insta", @@ -3111,7 +3111,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "23.6.1" +version = "23.6.2" dependencies = [ "bytecount", "chrono", @@ -3150,7 +3150,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "23.6.1" +version = "23.6.2" dependencies = [ "proc-macro2", "quote", @@ -3160,7 +3160,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "23.6.1" +version = "23.6.2" dependencies = [ "jsonschema", "rdkafka", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "23.6.1" +version = "23.6.2" dependencies = [ "chrono", "console", @@ -3192,7 +3192,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "23.6.1" +version = "23.6.2" dependencies = [ "criterion", "float-ord", @@ -3212,7 +3212,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "23.6.1" +version = "23.6.2" dependencies = [ "once_cell", "regex", @@ -3225,7 +3225,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "23.6.1" +version = "23.6.2" dependencies = [ "android_trace_log", "chrono", @@ -3241,7 +3241,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "23.6.1" +version = "23.6.2" dependencies = [ "insta", "relay-common", @@ -3255,7 +3255,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "23.6.1" +version = "23.6.2" dependencies = [ "r2d2", "redis", @@ -3266,7 +3266,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "23.6.1" +version = "23.6.2" dependencies = [ "assert-json-diff", "criterion", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "23.6.1" +version = "23.6.2" dependencies = [ "chrono", "insta", @@ -3301,7 +3301,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "23.6.1" +version = "23.6.2" dependencies = [ "anyhow", "axum", @@ -3364,7 +3364,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "23.6.1" +version = "23.6.2" dependencies = [ "cadence", "parking_lot 0.12.1", @@ -3374,7 +3374,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "23.6.1" +version = "23.6.2" dependencies = [ "futures", "once_cell", @@ -3385,7 +3385,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "23.6.1" +version = "23.6.2" dependencies = [ "relay-log", "relay-system", diff --git a/LICENSE b/LICENSE index c8594cdecd..6af4b0d522 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-06-15 +Change Date: 2026-07-06 Change License: Apache License, Version 2.0 diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 0bac584f28..1264145b1c 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index 8c9197f031..f8cc9009aa 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 35b3523044..24d67d670d 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index d3b6388b7e..71e0de4ed5 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index cc71aeb469..9e3e06822d 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.1" +version = "23.6.2" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index bf4569cb13..d8af38bc28 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 4350f964ab..c39efac974 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index d42cf6b3d7..c63a55ce4e 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 072f11c8cd..9ed34296e1 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index e9030568f3..29fbac14c1 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "23.6.1" +version = "23.6.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 af9f091fd3..943c62c9d7 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.1" +version = "23.6.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 df4212aa47..fed3e777c3 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.1" +version = "23.6.2" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 22a17a3b8d..78859c410d 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 0525e2decb..f0050ccbca 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 06264d9ab7..d3d85e6e3e 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index bf502d1c4e..f3b7ead945 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 51942f57d9..e3c896cea6 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index ad97dd0d7d..c6bffcb4fa 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 389f360a01..dd1756d41e 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 0bb022aa68..21c6094cfa 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 58a5541418..ba29041516 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.1" +version = "23.6.2" edition = "2021" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 9a1aadf1fc..397adf4413 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index 351beeb493..fbcc730a22 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 197f1bb204..136d6f0e43 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 45b84eee34..7a86121495 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.1" +version = "23.6.2" edition = "2021" license-file = "../LICENSE" publish = false