Skip to content

release v1.54.6#3141

Merged
coolwednesday merged 54 commits intomainfrom
release_v1.54.6
Mar 11, 2026
Merged

release v1.54.6#3141
coolwednesday merged 54 commits intomainfrom
release_v1.54.6

Conversation

@coolwednesday
Copy link
Member

@coolwednesday coolwednesday commented Mar 11, 2026

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.

  • Decoupled Versioning: Made PubSub non-authoritative for migration state by removing it from the version chain. Migration tracking is now strictly confined to primary data stores that support atomicity and locking.
  • PubSub Still Available: The PubSub client remains fully accessible in the migration.Datasource object for use in migration UP functions (e.g., d.PubSub.CreateTopic()).

📦 Dependencies

  • Bumped various dependencies via Dependabot updates.

dependabot bot and others added 30 commits March 3, 2026 10:35
… 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>
dependabot bot and others added 24 commits March 10, 2026 11:16
Copy link
Member

@aryanmehrotra aryanmehrotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other changes as well should be mentioned in the release notes like different version upgrades

@coolwednesday coolwednesday merged commit 0382490 into main Mar 11, 2026
40 checks passed
@coolwednesday coolwednesday deleted the release_v1.54.6 branch March 11, 2026 06:16
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.

2 participants