From 836b760d7e266bb733242a971978b5fbfc606fb6 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 15 Jun 2021 17:14:29 +0000 Subject: [PATCH] release: 21.6.0 --- CHANGELOG.md | 2 +- Cargo.lock | 32 ++++++++++++++++---------------- LICENSE | 2 +- relay-auth/Cargo.toml | 2 +- relay-common/Cargo.toml | 2 +- relay-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-log/Cargo.toml | 2 +- relay-metrics/Cargo.toml | 2 +- relay-quotas/Cargo.toml | 2 +- relay-redis/Cargo.toml | 2 +- relay-sampling/Cargo.toml | 2 +- relay-server/Cargo.toml | 2 +- relay-test/Cargo.toml | 2 +- relay/Cargo.toml | 2 +- 19 files changed, 34 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec38536c72..8f9850a131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 21.6.0 **Features**: diff --git a/Cargo.lock b/Cargo.lock index e8c6068b70..37cfea2a28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3058,7 +3058,7 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "relay" -version = "21.5.1" +version = "21.6.0" dependencies = [ "clap", "console 0.10.3", @@ -3075,7 +3075,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "21.5.1" +version = "21.6.0" dependencies = [ "base64 0.10.1", "chrono", @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "21.5.1" +version = "21.6.0" dependencies = [ "backoff", "cadence", @@ -3131,7 +3131,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "21.5.1" +version = "21.6.0" dependencies = [ "failure", "human-size", @@ -3149,7 +3149,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "21.5.1" +version = "21.6.0" dependencies = [ "failure", "relay-ffi-macros", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "21.5.1" +version = "21.6.0" dependencies = [ "quote 1.0.7", "syn 1.0.58", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "21.5.1" +version = "21.6.0" dependencies = [ "globset", "insta", @@ -3181,7 +3181,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "21.5.1" +version = "21.6.0" dependencies = [ "bytecount", "chrono", @@ -3223,7 +3223,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "21.5.1" +version = "21.6.0" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -3233,7 +3233,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "21.5.1" +version = "21.6.0" dependencies = [ "chrono", "console 0.10.3", @@ -3249,7 +3249,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "21.5.1" +version = "21.6.0" dependencies = [ "actix", "float-ord", @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "21.5.1" +version = "21.6.0" dependencies = [ "failure", "insta", @@ -3280,7 +3280,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "21.5.1" +version = "21.6.0" dependencies = [ "failure", "r2d2", @@ -3290,7 +3290,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "21.5.1" +version = "21.6.0" dependencies = [ "insta", "rand 0.6.5", @@ -3306,7 +3306,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "21.5.1" +version = "21.6.0" dependencies = [ "actix", "actix-web", @@ -3359,7 +3359,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "21.5.1" +version = "21.6.0" dependencies = [ "actix", "actix-web", diff --git a/LICENSE b/LICENSE index 67c62a8f95..d06ca6e2a7 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: 2024-05-19 +Change Date: 2024-06-15 Change License: Apache License, Version 2.0 diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index f5c3a3dd10..b1e3221766 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index f77f8a3807..9f4c053cba 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 36f934fe55..1ac48b4c7e 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index a21f559691..87232ea277 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index ce03df3be6..2b8a319936 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index f7ee728ede..55e830d4ad 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index 37bae30bee..1661503833 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "21.5.1" +version = "21.6.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 3d0050f0be..266111699d 100644 --- a/relay-general/derive/Cargo.toml +++ b/relay-general/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general-derive" -version = "21.5.1" +version = "21.6.0" authors = ["Sentry "] homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 22f4831d0a..2e7572247c 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 470b946ef1..35102046c4 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 91177fb5aa..13284e721b 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 5314fe1193..feeb9097e7 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index b59b358b0f..af8eb0b603 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 1794c1f5f5..be4082ce63 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 = "21.5.1" +version = "21.6.0" edition = "2018" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index e933a07112..ef3d13e562 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 = "21.5.1" +version = "21.6.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index f4d3d31093..2cbdb50b15 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 = "21.5.1" +version = "21.6.0" edition = "2018" build = "build.rs" license-file = "../LICENSE"