Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: Replace organization id type with newtype #4159

Merged
merged 13 commits into from
Nov 12, 2024
Prev Previous commit
Next Next commit
docs: add backticks to struct in Changelog
Co-authored-by: Riccardo Busetti <riccardob36@gmail.com>
Litarnus and iambriccardo authored Oct 23, 2024
commit 5656626ac1cf8741cc8edc8b6ff1e0ffa5cfc1e6
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
- 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))
- Replace u64 with OrganizationId new-type struct for organization id. ([#4159](https://github.com/getsentry/relay/pull/4159))
- Replace u64 with `OrganizationId` new-type struct for organization id. ([#4159](https://github.com/getsentry/relay/pull/4159))

## 24.9.0