Skip to main content

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

Bug Fixesโ€‹