Skip to content

Conversation

@james-mcnulty
Copy link
Member

Description

The taskbroker currently uses sentry-protos 0.2.1 while the most recent release is 0.4.10. This is a problem because changing to a push-based architecture will require adding new definitions to sentry-protos. Changing the version isn't enough because the taskbroker and sentry-protos 0.4.10 depend on different versions of tonic (0.12 and 0.13).

Details

  • Changes tonic version from 0.12 to 0.13
  • Changes tonic-health version to 0.13
  • Fixes minor breaks concerning bodies (tonic now defines its own Body struct instead of loosely aliasing UnsyncBoxBody)

@james-mcnulty james-mcnulty requested a review from a team as a code owner December 29, 2025 19:30
@linear
Copy link

linear bot commented Dec 29, 2025

@james-mcnulty james-mcnulty merged commit a8b1509 into main Dec 29, 2025
18 checks passed
@james-mcnulty james-mcnulty deleted the george/upgrade-tonic-and-protos branch December 29, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants