File tree Expand file tree Collapse file tree 27 files changed +54
-50
lines changed Expand file tree Collapse file tree 27 files changed +54
-50
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 23.6.1
4
+
5
+ - No documented changes.
6
+
3
7
## 23.6.0
4
8
5
9
** Bug Fixes** :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Authentication and crypto for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " AWS extension implementation for Sentry's AWS Lambda layer"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Common utilities and crate re-exports for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Configuration for the Relay CLI and server"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Native crash reporting for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
build = " build.rs"
10
10
license-file = " ../LICENSE"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Dynamic configuration passed down from sentry"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Macros for error handling in FFI bindings"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Utilities for error handling in FFI bindings"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Inbound data filters for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " relay-general"
3
- version = " 23.6.0 "
3
+ version = " 23.6.1 "
4
4
authors = [" Sentry <oss@sentry.io>" ]
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " relay-general-derive"
3
- version = " 23.6.0 "
3
+ version = " 23.6.1 "
4
4
authors = [" Sentry <oss@sentry.io>" ]
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Kafka related functionality for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2018"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Error reporting and logging for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Metrics protocol and processing"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Monitors processing for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Profiling processing for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Sentry quotas and rate limiting"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Pooled Redis and Redis cluster abstraction for Relay"
5
5
homepage = " https://getsentry.github.io/relay/"
6
6
repository = " https://github.com/getsentry/relay"
7
- version = " 23.6.0 "
7
+ version = " 23.6.1 "
8
8
edition = " 2021"
9
9
license-file = " ../LICENSE"
10
10
publish = false
You can’t perform that action at this time.
0 commit comments