Skip to content

Commit

Permalink
Merge branch 'master' into joris/panic-unhealthy
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer authored Nov 26, 2024
2 parents f66f835 + a2f9e11 commit e49dae0
Show file tree
Hide file tree
Showing 73 changed files with 463 additions and 1,864 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Changelog

## Unreleased
## 24.11.1

**Bug Fixes**:

- Terminate the process when one of the services crashes. ([#4249](https://github.com/getsentry/relay/pull/4249))
- Don't propagate trace sampling decisions from SDKs ([#4265](https://github.com/getsentry/relay/pull/4265))
- Rate limit profile chunks. ([#4270](https://github.com/getsentry/relay/pull/4270))

**Features**:

- Implement zstd http encoding for Relay to Relay communication. ([#4266](https://github.com/getsentry/relay/pull/4266))
- Support empty branches in Pattern alternations. ([#4283](https://github.com/getsentry/relay/pull/4283))

**Internal**:

- Remove metrics summaries. ([#4278](https://github.com/getsentry/relay/pull/4278), [#4279](https://github.com/getsentry/relay/pull/4279))

## 24.11.0

Expand Down
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions devservices/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ services:
- host.docker.internal:host-gateway
networks:
- devservices
restart: unless-stopped

networks:
devservices:
name: devservices
external: true
4 changes: 0 additions & 4 deletions gocd/templates/pipelines/pops.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ local canary_region_pops = {
'de-pop-regional-2',
],
us: [
'us-pop-regional-3',
'us-pop-regional-4',
'us-pop-1',
'us-pop-2',
'us-pop-3',
Expand All @@ -27,8 +25,6 @@ local region_pops = {
'de-pop-regional-2',
],
us: [
'us-pop-regional-3',
'us-pop-regional-4',
'us-pop-1',
'us-pop-2',
'us-pop-3',
Expand Down
2 changes: 1 addition & 1 deletion relay-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Authentication and crypto for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "24.11.0"
version = "24.11.1"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-base-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Basic types for Relay's API schema used across multiple services"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "24.11.0"
version = "24.11.1"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-cardinality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Metrics Cardinality Limiter"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "24.11.0"
version = "24.11.1"
edition = "2021"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-cogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Break down the cost of Relay by its features"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "24.11.0"
version = "24.11.1"
edition = "2021"
license-file = "../LICENSE"
publish = false
Expand Down
Loading

0 comments on commit e49dae0

Please sign in to comment.