Skip to content

Commit 5e8f68a

Browse files
committedAug 3, 2023
release: 23.7.2
1 parent 92b6700 commit 5e8f68a

File tree

28 files changed

+52
-53
lines changed

28 files changed

+52
-53
lines changed
 

‎CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 23.7.2
44

55
**Features**:
66

@@ -14,7 +14,6 @@
1414

1515
- Feature-flagged extraction & publishing of spans from transactions. ([#2350](https://github.com/getsentry/relay/pull/2350))
1616

17-
1817
## 23.7.1
1918

2019
**Bug Fixes**:

‎Cargo.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2026-07-25
19+
Change Date: 2026-08-03
2020

2121
Change License: Apache License, Version 2.0
2222

‎relay-auth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Authentication and crypto for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-aws-extension/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "AWS extension implementation for Sentry's AWS Lambda layer"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Common utilities and crate re-exports for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Configuration for the Relay CLI and server"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-crash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Native crash reporting for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
build = "build.rs"
1010
license-file = "../LICENSE"

‎relay-dynamic-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Dynamic configuration passed down from sentry"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-ffi-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Macros for error handling in FFI bindings"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Utilities for error handling in FFI bindings"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-filter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Inbound data filters for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-general/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-general"
3-
version = "23.7.1"
3+
version = "23.7.2"
44
authors = ["Sentry <oss@sentry.io>"]
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"

‎relay-general/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-general-derive"
3-
version = "23.7.1"
3+
version = "23.7.2"
44
authors = ["Sentry <oss@sentry.io>"]
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"

‎relay-kafka/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Kafka related functionality for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-log/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Error reporting and logging for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-metrics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Metrics protocol and processing"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-monitors/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Monitors processing for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

‎relay-profiling/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Profiling processing for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.7.1"
7+
version = "23.7.2"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

0 commit comments

Comments
 (0)
Please sign in to comment.