diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9850a131..5b6367b9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 21.6.1 + +- No documented changes. + ## 21.6.0 **Features**: diff --git a/Cargo.lock b/Cargo.lock index 37cfea2a28..132dfaf8fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3058,7 +3058,7 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "relay" -version = "21.6.0" +version = "21.6.1" dependencies = [ "clap", "console 0.10.3", @@ -3075,7 +3075,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "21.6.0" +version = "21.6.1" dependencies = [ "base64 0.10.1", "chrono", @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "21.6.0" +version = "21.6.1" dependencies = [ "backoff", "cadence", @@ -3131,7 +3131,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "21.6.0" +version = "21.6.1" dependencies = [ "failure", "human-size", @@ -3149,7 +3149,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "21.6.0" +version = "21.6.1" dependencies = [ "failure", "relay-ffi-macros", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "21.6.0" +version = "21.6.1" dependencies = [ "quote 1.0.7", "syn 1.0.58", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "21.6.0" +version = "21.6.1" dependencies = [ "globset", "insta", @@ -3181,7 +3181,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "21.6.0" +version = "21.6.1" dependencies = [ "bytecount", "chrono", @@ -3223,7 +3223,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "21.6.0" +version = "21.6.1" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -3233,7 +3233,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "21.6.0" +version = "21.6.1" dependencies = [ "chrono", "console 0.10.3", @@ -3249,7 +3249,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "21.6.0" +version = "21.6.1" dependencies = [ "actix", "float-ord", @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "21.6.0" +version = "21.6.1" dependencies = [ "failure", "insta", @@ -3280,7 +3280,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "21.6.0" +version = "21.6.1" dependencies = [ "failure", "r2d2", @@ -3290,7 +3290,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "21.6.0" +version = "21.6.1" dependencies = [ "insta", "rand 0.6.5", @@ -3306,7 +3306,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "21.6.0" +version = "21.6.1" dependencies = [ "actix", "actix-web", @@ -3359,7 +3359,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "21.6.0" +version = "21.6.1" dependencies = [ "actix", "actix-web", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index b1e3221766..3a54491cc1 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 9f4c053cba..e439e37982 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 1ac48b4c7e..1c77a60d35 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 87232ea277..dc30876d7b 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 2b8a319936..c025f57e2e 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 55e830d4ad..f334ebdb50 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index 1661503833..94b441d884 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "21.6.0" +version = "21.6.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 266111699d..7a29072ec6 100644 --- a/relay-general/derive/Cargo.toml +++ b/relay-general/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general-derive" -version = "21.6.0" +version = "21.6.1" 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 2e7572247c..001a23b219 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 35102046c4..a27e6c28e9 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 13284e721b..76730778d9 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index feeb9097e7..172e407a84 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index af8eb0b603..76c5d87c45 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index be4082ce63..836037dde0 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.6.0" +version = "21.6.1" edition = "2018" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index ef3d13e562..5703865d3a 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.6.0" +version = "21.6.1" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 2cbdb50b15..e570c55429 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.6.0" +version = "21.6.1" edition = "2018" build = "build.rs" license-file = "../LICENSE"