feat: Add meaningful prefix to some generic trace event labels - #861
Merged
Conversation
spencewenski
pushed a commit
that referenced
this pull request
Jul 19, 2025
## π€ New release * `roadster`: 0.8.0-rc.1 -> 0.8.0-rc.2 (β API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.8.0-rc.2](roadster-v0.8.0-rc.1...roadster-v0.8.0-rc.2) - 2025-07-19 ### Added - [**breaking**] Add `id` field to internal `Job` struct ([#862](#862)) - Add meaningful prefix to some generic trace event labels ([#861](#861)) ### Other - Disable auto release PRs for now ([#860](#860)) - Disable workflows on v0.8 branch ([#859](#859)) - Remove previous results from worker m3 benchmarks ([#858](#858)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merged
spencewenski
added a commit
that referenced
this pull request
Jul 25, 2025
## π€ New release * `roadster`: 0.8.0-rc.4 -> 0.8.0 (β API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.8.0](roadster-v0.7.4...roadster-v0.8.0) - 2025-07-25 The main feature added in v0.8.0 compared to v0.7* is support for using Postgres as the backing store for async queues in addition to Redis/Sidekiq. Adding this feature required making breaking changes to our Sidekiq support in order to align both solutions to use the same `Worker` trait. Some config structs were refactored as well, particularly ones related to the DB and workers. See the release notes for [0.8.0-alpha.1](#80-alpha1---2025-07-13) for more details. See also the [background jobs chapter](https://roadster.dev/features/services/background-jobs/index.html) of the book for details on the new background job support. In addition, v0.8.0 release contains a few smaller features and breaking changes. A full list can be found in the changelog for the pre-release versions, but a summary is included below. ### Added - [**breaking**] Remove `sidekiq` and `sea-orm` from default features ([#872](#872)) - Add meaningful prefix to some generic trace event labels ([#861](#861)) - Improve Worker::handle trace span name ([#850](#850)) - Allow configuring sqlx statement logging ([#838](#838)) </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Spencer Ferris <3319370+spencewenski@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.