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.Datasourceobject for use in migrationUPfunctions (e.g.,d.PubSub.CreateTopic()).