diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdad92219..5d587444f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 22.3.0 **Features**: diff --git a/Cargo.lock b/Cargo.lock index fc3252d85b..695f8a6e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3185,7 +3185,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "relay" -version = "22.2.0" +version = "22.3.0" dependencies = [ "clap", "console 0.10.3", @@ -3203,7 +3203,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "22.2.0" +version = "22.3.0" dependencies = [ "base64 0.10.1", "chrono", @@ -3237,7 +3237,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "22.2.0" +version = "22.3.0" dependencies = [ "backoff", "chrono", @@ -3257,7 +3257,7 @@ dependencies = [ [[package]] name = "relay-common-actors" -version = "22.2.0" +version = "22.3.0" dependencies = [ "actix", "failure", @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "22.2.0" +version = "22.3.0" dependencies = [ "failure", "human-size", @@ -3285,7 +3285,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "22.2.0" +version = "22.3.0" dependencies = [ "bindgen", "cmake", @@ -3293,7 +3293,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "22.2.0" +version = "22.3.0" dependencies = [ "failure", "relay-ffi-macros", @@ -3301,7 +3301,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "22.2.0" +version = "22.3.0" dependencies = [ "quote 1.0.7", "syn 1.0.58", @@ -3309,7 +3309,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "22.2.0" +version = "22.3.0" dependencies = [ "globset", "insta", @@ -3325,7 +3325,7 @@ dependencies = [ [[package]] name = "relay-general" -version = "22.2.0" +version = "22.3.0" dependencies = [ "bytecount", "chrono", @@ -3366,7 +3366,7 @@ dependencies = [ [[package]] name = "relay-general-derive" -version = "22.2.0" +version = "22.3.0" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -3376,7 +3376,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "22.2.0" +version = "22.3.0" dependencies = [ "chrono", "console 0.10.3", @@ -3393,7 +3393,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "22.2.0" +version = "22.3.0" dependencies = [ "actix", "crc32fast", @@ -3415,7 +3415,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "22.2.0" +version = "22.3.0" dependencies = [ "failure", "insta", @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "22.2.0" +version = "22.3.0" dependencies = [ "failure", "r2d2", @@ -3440,7 +3440,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "22.2.0" +version = "22.3.0" dependencies = [ "insta", "rand 0.6.5", @@ -3456,7 +3456,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "22.2.0" +version = "22.3.0" dependencies = [ "actix", "actix-web", @@ -3512,7 +3512,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "22.2.0" +version = "22.3.0" dependencies = [ "cadence", "lazy_static", @@ -3523,7 +3523,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "22.2.0" +version = "22.3.0" dependencies = [ "actix", "actix-web", diff --git a/LICENSE b/LICENSE index b3e4c084c3..40cf39a210 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: 2025-02-15 +Change Date: 2025-03-15 Change License: Apache License, Version 2.0 diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 5587c91310..9a6ea36116 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-common-actors/Cargo.toml b/relay-common-actors/Cargo.toml index 9b79636ab7..27c0206cac 100644 --- a/relay-common-actors/Cargo.toml +++ b/relay-common-actors/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Actors used by multiple services in Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 2b4d7789b2..228790344b 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 98cb6b10d3..bd3687d58c 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index e77f358165..5a34540ae2 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 = "22.2.0" +version = "22.3.0" edition = "2018" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index ae6a899a6b..246bfb005e 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index a52a2e4696..c1d43f2ff1 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 1e17c2a106..4a298b6727 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-general/Cargo.toml b/relay-general/Cargo.toml index 1f50b038bd..758db29df5 100644 --- a/relay-general/Cargo.toml +++ b/relay-general/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general" -version = "22.2.0" +version = "22.3.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 18bcd4818d..807b6d85ce 100644 --- a/relay-general/derive/Cargo.toml +++ b/relay-general/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-general-derive" -version = "22.2.0" +version = "22.3.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 96ae5add0f..b2bc73e4ad 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 4553e2b463..c6bc572aff 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index b09f985adf..21dc2dced7 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index c8b4739082..7d29274339 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index d680bd86c3..0f578e83c1 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 764b2b5a60..b1a2d6a780 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 = "22.2.0" +version = "22.3.0" edition = "2018" build = "build.rs" license-file = "../LICENSE" diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index be95ee10b4..14cd0f8795 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index b285a225ed..1a9e330709 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 = "22.2.0" +version = "22.3.0" edition = "2018" license-file = "../LICENSE" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 8e977ed4de..54cae143b9 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 = "22.2.0" +version = "22.3.0" edition = "2018" build = "build.rs" license-file = "../LICENSE"