github gofr-dev/gofr v1.54.6

6 hours ago

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()).

Don't miss a new gofr release

NewReleases is sending notifications on new releases.