Merged
Conversation
…p/httptrace/otelhttptrace (#3081)
…p/httptrace/otelhttptrace (#3047)
… group (#3049) * build(deps): bump crate-ci/typos in the actions group Bumps the actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.43.5 to 1.44.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.43.5...v1.44.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * resolve typo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com>
…in (#3100) * fix: resolve PubSub migration conflict by decoupling from version chain - Decoupled PubSub from the migration versioning process to prevent ghost data interference.\n- PubSub remained as a Datastore for user-defined migrations but no longer participates in framework-level version tracking.\n- Added integration tests in pubsub_test.go verifying ghost data handling. * docs: address review comments on PubSub migration docs - Remove explicit empty string mention for group ID (intuitive) - State directly that migration records are not stored in PubSub - Add example for using PubSub with a pre-existing topic --------- Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com>
aryanmehrotra
requested changes
Mar 11, 2026
Member
aryanmehrotra
left a comment
There was a problem hiding this comment.
Other changes as well should be mentioned in the release notes like different version upgrades
aryanmehrotra
approved these changes
Mar 11, 2026
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.
Release v1.54.6
🛠️ Fixes
PubSub Migration Conflict Resolution
Resolved an issue where the PubSub Migrator, particularly with Redis Streams, incorrectly reported migration versions based on historical data on the message bus.
migration.Datasourceobject for use in migrationUPfunctions (e.g.,d.PubSub.CreateTopic()).📦 Dependencies