Skip to content

Commit

Permalink
Merge branch 'master' into feat/sampling-root-counter
Browse files Browse the repository at this point in the history
* master:
  ref(server): Move project source into the source module (#4154)
  instr(buffer): Measure envelope size (#4153)
  ref(redis): Cleanup code around Redis (#4151)
  lint: Rust 1.82 (#4150)
  chore(server): Remove native placeholders from transaction processing (#4148)
  feat(eap): Extract user IP (#4144)
  Revert "ref(buffer): remove peek" (#4146)
  ref(buffer): remove peek (#4136)
  release: 24.10.0
  build(deps): bump tonic from 0.12.2 to 0.12.3 (#4143)
  instr(projects): Log fetch failure (#4142)
  ref(otel): Disable default features for otel schema (#4141)
  ref(server): Organize project services in nested modules (#4139)
  ref(redis): Update to redis client version 0.27.4 (#4132)
  feat(redis): Implement parallel cmd execution of Redis calls (#4118)
  feat(spooler): Add metric to track serialization performance (#4135)
  • Loading branch information
jan-auer committed Oct 21, 2024
2 parents f578c12 + fa1b254 commit 5b70329
Show file tree
Hide file tree
Showing 70 changed files with 460 additions and 468 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 24.10.0

**Breaking Changes:**

Expand Down Expand Up @@ -30,6 +30,8 @@
- Use custom wildcard matching instead of regular expressions. ([#4073](https://github.com/getsentry/relay/pull/4073))
- Allowlist the SentryUptimeBot user-agent. ([#4068](https://github.com/getsentry/relay/pull/4068))
- Feature flags of graduated features are now hard-coded in Relay so they can be removed from Sentry. ([#4076](https://github.com/getsentry/relay/pull/4076), [#4080](https://github.com/getsentry/relay/pull/4080))
- Add parallelization in Redis commands. ([#4118](https://github.com/getsentry/relay/pull/4118))
- Extract user ip for spans. ([#4144](https://github.com/getsentry/relay/pull/4144))

## 24.9.0

Expand Down
Loading

0 comments on commit 5b70329

Please sign in to comment.