Changelog

Version history and updates for Web, Mobile and Telegram applications

🌐

Web Application

Active: v1.0.73 • Jun 9, 2026

Version 1.0.73

Released: June 9, 2026
Active
  • ✅ [Web][Build] Removed deprecated public assets: llm-full.txt, llm.txt, sitemap.xml cleanup
  • ✅ [Web][Backend] Route updates: web.php additions for backup download and docs routing
  • ✅ [Web][Dev] Tests: SqliteDatabase trait integration across all feature/unit tests
📱

Mobile Application

Active: v1.0.76 • Jun 9, 2026

Version 1.0.76

Released: June 9, 2026
Active
  • ✅ [App][UI] Bot ViewPage: Trade management and layout updates
  • ✅ [App][UI] BotCardCompact: Component layout refinements
  • ✅ [App][UI] DemateAccountsPage: Demat account sync and management UI
  • ✅ [App][Store] botList: State management updates
  • ✅ [App][Build] APK rebuild and app asset bundles refreshed
🤖

Telegram Bot

Active: v6.7.34 • Jun 9, 2026

Version 6.7.34

Released: June 9, 2026
Active
  • ✅ [Telegram][Backend] Market Feed over WebSocket: Route feed from market machine to hub, fast derivative sync (2s), sync-requested polling/ack, flush derivatives via WS
  • ✅ [Telegram][Backend] WebSocket Client: machineClient.octane.js fast sync mode, derivative batch sync with ack, connection manager updates
  • ✅ [Telegram][Backend] WebSocket Manager: marketFeedWebsockets.js polling interval optimization, fast sync trigger, sync-requested endpoint
  • ✅ [Telegram][Backend] Octane Controller: WebSocket sync endpoints (/internal/machine-ws), demat account sync, machine dashboard history fix
  • ✅ [Telegram][Backend] Machine Dashboard: AdminController dashboard history null-safe access, source validation, RAM/queue metrics extraction
  • ✅ [Telegram][Backend] System Commands: BackupDatabase/RestoreDatabaseFromUrl commands, DatabaseBackup model/migration, SendBootNotificationToTelegramDevChannel
  • ✅ [Telegram][Backend] Upstox Integration: RefreshAccessToken, SearchInstruments, TestUpstoxApis command, UpstoxApiManager improvements
  • ✅ [Telegram][Backend] Config: hub.static_ip, market.static_ip, CORS origin updates
  • ✅ [Telegram][Backend] CI/Testing: SqliteDatabase trait for test isolation, Postgres migration guards, deploy test gate
  • ✅ [Telegram][Dev] Tests: SendBootNotificationToTelegramDevChannelTest, MarketFeedServerSplitTest, DbConnectionCheckTest, SqliteDatabase trait across all tests