Version 3.4.0
๐ Changelogโ
๐ v3.4.0โ
๐
October 23, 2025
Featuresโ
- Migrated to Redis-Oplog infrastructure
- Disabled MongoDB Oplog listening mechanism
- All mutation operations (insert, update, remove) redirected to Redis
- All cursor (publication) operations now listen through Redis
- Event routing isolated by tenant using Redis namespace feature
- Namespace structure: Sessions:
slugs::<slug>::sessions, Messages:slugs::<slug>::sessions::<sessionId>::messages
Enhancementsโ
- Significant reduction in CPU usage achieved
- Faster publishโsubscribe response times
- Increased scalability through tenant-based isolation
- Eliminated unnecessary publication traffic
- Other tenants' CPU load unaffected during bulk messages or high traffic periods