> For the complete documentation index, see [llms.txt](https://docs.tread.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tread.fi/enterprise/version-history.md).

# Version History

A historical record of all releases across `taas_react`, `taas_app`, and `market_access`. This log details version numbers, release dates, and high-level change summaries.&#x20;

<table data-full-width="true"><thead><tr><th width="121.91015625">Date</th><th width="127.1796875">taas_react</th><th width="121.69921875">taas_app</th><th width="152.6640625">market_access</th><th>Notes</th></tr></thead><tbody><tr><td>2026-06-26</td><td>1.0.1387</td><td>6.1.1992</td><td>1.9.596</td><td><p><strong>taas_app (6.1.1992) / taas_react (1.0.1387):</strong></p><ul><li>MM bot: Cancel button on a closing-out order opens a snapshot-confirm dialog.</li><li>Execution Quant agent: desk-trader mode - auto-detects MM vs desk based on data, serves single-order TCA (slippage, participation, fee, maker%).</li><li>CoinGecko market research actions for the Research agent - market cap, volume, price data</li><li>Telegram agent beta</li><li>Agent memory management UI - grouped list by category, add/edit/delete/enable/disable, global on/off switch, clear-all</li><li>Whitelist Accounts for Agents within chat</li><li>Admin system messages: One way messaging from admin to broadcast all users or single user).</li><li>Research agent auto-renders visual cards for various analytics (OI/CVD/liquidations timeseries for Kiyotaka, stats + volume-profile histogram for historical price, diverging bar for funding rates)</li><li>Agents: backtest trade overlay visualisations for BUY/SELL (SHORT/COVER for shorts) markers on the chart from backtest results</li><li>Polymarket positions in terminal - live data + unified positions table; native Polymarket prediction chart</li><li>Added 5 languages selector in settings</li><li>Various Terminal UI improvements: account equity auto-resize, leverage chip, account selector, MM form in terminal, orderbook bps/$ toggle, preset layouts, navbar height reduced</li></ul></td></tr><tr><td>2026-06-16</td><td>1.0.1269</td><td>6.1.1791</td><td>1.9.584</td><td><p><strong>taas_app (6.1.1791) / taas_react (1.0.1269):</strong></p><ul><li>Desk Trader agent (bounded lifecycle) - job now automatically ends when its order reaches a terminal status; no longer requires manual close; autonomous interval heartbeats removed while an order is in-flight; liveness watchdog detects and cancels silently-dead orders and wakes the LLM to close the job</li><li>MM bot cleanup-on-cancel - when a running MM order is cancelled it enters a CLEANING_UP state that actively drains residual exposure with reduce-only market orders before marking complete; Telegram notification if cleanup ends incomplete; pause/resume blocked during cleanup; manual cancel-cleanup endpoint</li><li>TP/SL exit conditions overhaul - exit creation is now atomic (both legs succeed or neither is created, order is refused); TP/SL levels anchored to parent's realized exec price instead of mid at placement time; base-target sizing for exact position close; exit legs nested visually under their entry in the order table and agent panel; exit_type and percent surfaced in the panel</li><li>Execution Quant agent (new) - analytics agent for MM performance diagnostics: TP/SL asymmetry analysis (distribution + expected value with bootstrap CIs), statistical descriptive tools (summary stats, rank extremes, distribution), ridge attribution (dormant), box charts</li><li>Agent <code>set_leverage</code> action - MM agent can now set venue leverage before placement; conforms to existing position when one is already open; BinancePM capped at 10x</li><li><code>get_indicators</code> tool - agents can read 14 technical indicators from Titancharts candle data</li><li><code>get_open_interest</code> tool - agents can read aggregated open interest for positioning/crowding signals</li><li>Terminal newsfeed - Synoptic news feed wired into terminal via WebSocket (subscribe, live posts, newest-on-top)</li><li><code>render_table</code> action - agents can render structured data as inline tables in chat</li><li>MM agent: <code>get_quote_cadence</code> diagnostic tool - surfaces placement/cancel/fill rates for the last 15 min to detect healthy rolling vs abnormal cancels</li><li>MM agent: alpha tilt support - can configure per-placement directional lean on mid/blend/signal modes</li><li>MM agent: missing-venue handling fix - bot now refuses to silently fall back to a different exchange when operator named a specific venue; signals the gap and asks the operator to choose</li><li>MM agent: account whitelist tier surfaced in <code>list_accounts</code> - agent now sees view vs trade tier before attempting placement, avoids routing recommendations to view-only accounts</li><li>MM bot: allow resubmit on same symbol+account when an active bot already exists (removes duplicate rejection)</li><li>Agent portrait picker</li><li>Fuzzy token search in agent briefing</li><li>Agent order panel: per-order margin / spread / stop-loss / reference cells for MM; operator labels; single-account scope row collapsed</li><li>Review mode banner on terminal agent jobs - visible in-chat indicator that the job is in read-only post-mortem mode</li><li>CSV batch upload: live per-row status via WebSocket instead of blocking HTTP response; pending/timeout/failure tracked in modal</li><li>Iceberg super-strategy added</li><li>HL HIP-3 perp candle fix - <code>get_historical_price</code> was silently returning empty for builder-deployed HL perps; fixed to use direct API</li><li>HL outcomes: swap quote currency to USDC</li><li>TCA analytics backed by ClickHouse - parallel CH path (flag-gated per user), 50k page size cap on CH branch</li><li>Ondo dynamic max leverage from API; Ondo referral fees</li><li>NADO magic balances + Paradex magic integration; Paradex removed from UoA</li><li>IDOR security fix - object-level permission enforcement on bulk order, pause/resume, and funding endpoints</li><li>Agent aux queue - background tasks (PnL snapshots, liveness watchdog) moved to a separate worker so they no longer queue ahead of user chat turns</li><li>Worker startup migration gate - Celery workers now fail closed if DB migrations are pending</li><li>Celery container health check via file mtime heartbeat</li><li>Redis key TTL bounds - agent state counters now have explicit TTLs and are cleaned up on job terminal</li><li>Retail order table: amend option removed</li><li>Order filter no longer blocks on slow accounts fetch</li></ul></td></tr><tr><td>2026-06-04</td><td>1.0.1064</td><td>6.1.1650</td><td>1.9.579</td><td><p><strong>taas_app:</strong></p><ul><li>Reconnect credential endpoint - rotate Hyperliquid agent secret in place without re-creating the credential</li><li>Archive credential now stops dependent MM/DN bot schedules in addition to canceling open orders</li><li>Account tradeability guard - validates HL master wallet before allowing order creation; rejects archived credentials clearly</li><li>HL balance caching - skip periodic backend caching for HL credentials; use pull-based write-back on agent reads instead</li><li>Fix paused multi-order cleanup - paused legs of a multi-order no longer force-finish independently</li><li>Coinbase INTX naming standardized</li></ul><p></p><p><strong>market_access</strong> </p><ul><li>Make ioc more aggressive, using 5x size to find level price, floor at 2nd level and 10 bps, and cap at 10%</li><li>Ondo builder fee bps round down.</li><li>Polymarket immediate order synthetic order status update change.</li></ul></td></tr><tr><td>2026-05-26</td><td>1.0.1048</td><td>6.1.1527</td><td>1.9.567</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>CSV upload overhaul - batch submission via new endpoint, per-row failure modal showing exactly which rows failed and why, duplicate detection (flags rows matching active orders or earlier rows in the same file, default-excluded with opt-in)</li><li>CSV validator fix - strategy column now restricted to valid trajectory types only (TWAP, VWAP, IS, Market, etc.); duration and end_datetime now mutually exclusive</li><li>POV + end_datetime fix - end_datetime is now the finisher deadline while POV pacing governs execution speed independently; previously end_datetime was silently ignored</li><li>Magic wallet support extended to Nado and Paradex</li><li>Batch single order API endpoint (up to 100 orders per call)</li><li>Increase max active MM orders per user from 25 to 50</li><li>Remove duplicate MM order check on same symbol</li><li>HL outcomes swap to USDC as quote currency</li><li>Prediction order form fills from order book price click</li><li>HIP-3 chart now uses Kiyotaka</li></ul></td></tr><tr><td>2026-05-21</td><td>1.0.1031</td><td>6.1.1486</td><td>1.9.567</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>HIP-3 chart now uses Kiyotaka</li><li>Fix funding rates snapshot crashing entire fetch when one venue's client fails to construct</li><li>Fix chained order submit</li><li>"Closed All" renamed to "Cancel All" on predict orders table</li><li>Fix position table refreshing on account change</li></ul><p></p><p><strong>market_access:</strong></p><ul><li>hyperliquid/hydromancer subscription fix</li><li>Ondo api url change</li></ul></td></tr><tr><td>2026-05-20</td><td>1.0.1020</td><td>6.1.1469</td><td>1.9.563</td><td><p><strong>taas_app &#x26; taas_react</strong></p><ul><li>Coinbase INTX enabled for institutional</li><li>DN bot stats now include realized funding</li><li>SL/TP added to scheduled order serializer</li><li><code>get_scheduled_orders</code> action added for DN bot, with hold duration support</li><li>Points history table hidden as season 1 is over</li><li>Fix Hyperliquid spot assets on Kiyotaka charts</li><li>Retain delisted pairs for 48 hours</li></ul></td></tr><tr><td>2026-05-18</td><td>1.0.984</td><td>6.1.1408</td><td>1.9.563</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>Hyperliquid equity chart now sourced directly from HL's portfolio API - equity history, day/week % change badges, transfer overlays, and funding dashboard all pull from HL directly rather than the backend cache</li><li>HL per-position funding PnL (since open) surfaced in positions table</li><li>DN bot improvements - supports multiple simultaneous legs, gross-profit formula fix, order stats mandated on status questions</li><li>HIP-4 price history support</li><li>Fix hard limit price regression</li><li>Fix option order page crash from missing timing mode atom</li><li>Titancharts v3.2.0</li></ul><p></p><p><strong>market_access:</strong></p><ul><li>Coinbase International Total Equity Fix</li><li>Hyperliquid cumulative qty fix</li><li>Smart order router IOC price based on depth for venues using IOC as market</li></ul></td></tr><tr><td>2026-05-14</td><td>1.0.982</td><td>6.1.1392</td><td>1.9.556</td><td><p><strong>taas_app  &#x26; taas_react :</strong></p><ul><li>Coinbase INTX exchange support (market data and fills)</li><li>Agent stats migrated to WebSocket - live position data pushed in real time</li><li>HIP-4 improvements - exposure side UI, recurring question translation, split and merge, token fixes</li><li>HL outcome data enrichment and order details conversion</li><li>Polymarket wallet mode fix for Magic use cases</li><li>Add Polymarket deposit wallet address display</li><li>RISEx volume bot leg size halved to fit margin budget</li><li>Fix partial-fill IOC treated as failures in chained orders</li><li>Schedule discretion override for soft pause</li></ul><p></p><p><strong>market_access</strong><br></p><ul><li>Polymarket wallet initialization sequence adjustment</li><li>Coinbase Institutional Integration</li></ul></td></tr><tr><td>2026-05-8</td><td>1.0.927</td><td>6.1.1327</td><td>1.0.927</td><td><p></p><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>Ondo perps exchange support</li><li>Hyperliquid outcomes - trading support, events list, split and merge for HIP-4</li><li>Amend orders from dashboard and terminal (limit and iceberg)</li><li>New agent: Risk Manager - monitors portfolio risk and proposes rebalancing actions</li><li>Agent chat overhaul - live streaming response bubbles, "Thinking..." skeleton on send, smooth cross-fade animation when response completes</li><li>Agent "Propose Start" flow - LLM proposes start, user confirms via button to activate the bot</li><li>DN Bot - add ability to place delta-neutral orders, cash and carry support, summary stats card in right panel</li><li>Titancharts v3.1.1 with Hyperliquid overlays</li><li>Profile component with account selection for balance display</li><li>Timing mode toggle in duration field</li><li>Fix partial-fill IOC orders incorrectly treated as failures in chained ord</li><li></li></ul><p><strong>market_access:</strong></p><ul><li>hyperliquid HIP-4</li><li>ondo (included but won't be activated yet)</li></ul></td></tr><tr><td>2026-05-01</td><td>1.0.859</td><td>6.1.1252</td><td>1.9.535</td><td><p><strong>taas_app &#x26; taas_react :</strong></p><ul><li>Agents UI full overhaul - new full-page 3-panel layout, updated nav bar, agent picker UX redesign, side panel, markdown rendering in chat</li><li>New agent types: Desk Trader, DN Bot (delta-neutral funding rate strategist), Macro Trader</li><li>Agent turn performance - stream LLM responses and parallelize tool calls</li><li>Agent role editor improvements - bindings management, lint warnings, derived properties schema</li><li>Add Sui wallet login support</li><li>RISEx funding rate display</li><li>Add DGrid to PnL cards</li><li>Maintenance mode improvements - only block pause for specific exchanges, show cancel modal for orders on maintenance exchange, allow viewing orders during maintenance</li><li>Handle scoped account names properly for order filtering</li><li>Users bulk lookup</li><li>Fix scaling factor on all-markets endpoint</li><li>Enable trading group to cancel orders</li><li>Fix algo orders incorrectly requiring a limit price</li></ul></td></tr><tr><td>2026-04-28</td><td>1.0.837</td><td>6.1.1234</td><td>1.9.526</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>Polymarket pUSD support - add pUSD to balances and treat as USDC.e for transfers</li><li>Polymarket market order fix - force quote for all taker buys</li><li>Hyperliquid support for Magic wallet</li><li>Display HL spot balance for unified accounts (HIP-3)</li><li>Add custom grid reset bounds field to MM order form and control panel</li><li>Allow grid reset bounds to be saved in presets</li><li>Display dynamic grid mode for scheduled orders</li><li>Fix cancel all orders so multi-orders still fire their cleanups</li><li>Fix MM preset save error (gridSoftResetBounds field causing 400)</li><li>Fix readable API error messages instead of [object Object]</li><li>Fix historical grid reset anchor</li><li>Fix limit price field overflow in order form</li><li>Take profit throttle guard for min quantity and closed sibling leg</li><li>USDT0 to USDT conversion for Nado</li></ul><p><strong>market_access:</strong></p><ul><li>Polymarket v2 migration</li><li>Polymarket market order fix</li></ul></td></tr><tr><td>2026-04-23</td><td>1.0.814</td><td>6.1.1203</td><td>1.9.516</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li><strong>MM order form overhaul</strong> - add market maker bot controls directly in the main order entry form (leverage, account, duration, blend mode, signal mode, dynamic grid, presets, scheduling, pre-trade analytics)</li><li><strong>Custom dynamic grid (dgrid) mode</strong> with volatility-based spread calculation and soft reset</li><li>New transfer panel</li><li>Add order type tabs (market, limit, algo orders)</li><li>Add subaccount selection for Aftermath exchange</li><li>Add spot margin account type for Binance</li><li>Show MM mode changes on order details page</li><li>Fix overlapping schedule and repeat buttons on MM page</li><li>Fix chart rendering crash when opening order entry before account balance</li><li>Fix form footer overflow on scroll</li><li>Fix VWAP max shares</li></ul><p><strong>market_access:</strong></p><ul><li>Aftermath fix</li><li>Binance USD futures websocket legacy URL decommission</li><li>Polymarket v2</li><li><strong>Binance Portfolio Margin Pro Support:</strong> For further details please see. </li></ul></td></tr><tr><td>2026-04-17</td><td>1.0.776</td><td>6.1.1173</td><td>1.9.487</td><td><p><strong>taas_react:</strong></p><ul><li>Update ToC to Tread Labs Corporation</li><li>Enable login with Phantom (Sui wallet)</li><li>Fix chart overflow when window resizes from small to large</li></ul><p><strong>taas_app:</strong></p><ul><li>Add safeguards against unlimited order merge retry attempts</li><li>Log merge failure reasons; quantize merge and split quantities</li><li>Keep inflight lock alive for failures</li><li>Fix merge duplicates</li></ul></td></tr><tr><td>2026-04-16</td><td>1.0.774</td><td>6.1.1169</td><td>1.9.487</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>Predict order entry form floor on max</li><li>Persist markets sort by preference via local storage</li><li>Clean up predict sort by choices</li><li>Fix events page crash</li><li>Updated logo</li></ul><p><strong>market_access:</strong></p><ul><li>Aftermath Exchange integration</li></ul></td></tr><tr><td>2026-04-10</td><td>v1.0.694</td><td>6.1.1110</td><td>1.9.393</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>Searchable accounts in order form and view order. </li><li>Various other UI improvements</li></ul><p><strong>market access:</strong><br></p><ul><li>polymarket rewards information</li><li>polymarket redeem fix for closed market</li><li>polymarket IOC order status update fix</li><li>polymarket userfill maker/taker improvements</li><li>hyperliquid place order timeout reconciliation-</li></ul></td></tr><tr><td>2026-04-02</td><td>1.0.673</td><td>6.1.1089</td><td>1.9.383</td><td><p><strong>taas_app &#x26; taas_react:</strong></p><ul><li>2FA Improvements</li><li>Added 2FA for Wallet Sign-ins</li><li>Campaign Updates</li><li>Fix for order condition vars</li></ul><p><strong>market_access:</strong></p><ul><li>Fix split for some predictions in polymarket</li><li>Fix maker side issue</li><li>Fix price cap (0,1) for market to ioc price conversion in smart order router</li><li>Hyperliquid price from hydromancer</li></ul></td></tr><tr><td>2026-04-01</td><td>1.0.632</td><td>6.1.1059</td><td>1.9.372</td><td><p><strong>taas_app:</strong></p><ul><li>TP/SL Fixes</li><li>Account permissioning</li><li>Titanchart fills endpoint</li></ul></td></tr><tr><td>2026-03-31</td><td>1.0.601</td><td>6.1.1051</td><td>1.9.372</td><td><strong>taas_react &#x26; taas_app:</strong><br><strong>-</strong> Polymarket Early Access release</td></tr><tr><td>2026-03-28</td><td>1.0.601</td><td>6.1.1037</td><td>1.9.372</td><td><p><strong>taas_react &#x26; taas_app:</strong><br><strong>-</strong> Delist invalid nado pairs<br>- Randomize multi-order on slot end 15 mins<br>- Various other UX improvements<br><br><strong>market_access:</strong></p><ul><li>smart order router log redact for signing token</li></ul></td></tr><tr><td>2026-03-26</td><td>1.0.501</td><td>6.1.971</td><td>1.9.367</td><td><p><strong>market_access:</strong></p><ul><li>polymarket magic wallet support and onchain operations(split, merge, and redeem)</li><li>support for Nado isolated margin order and margin transfer</li><li>orderly position fix</li></ul></td></tr><tr><td>2026-03-19</td><td>1.0.501</td><td>6.1.971</td><td>1.9.343</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><p><strong>-  Liquidation Prices:</strong> Added Liquidation prices to Positions Table<br>- Various UX and UI Improvements<br><br><strong>market_acces:</strong> </p><ul><li>Polymarket magic wallet integrations.<br></li></ul></td></tr><tr><td>2026-03-14</td><td>1.0.476</td><td>6.1.952</td><td>1.9.325</td><td><strong>taas_react &#x26; taas_app:</strong><br><strong>-</strong> Minor UX/UI improvements</td></tr><tr><td>2026-03-11</td><td>1.0.433</td><td>6.1.923</td><td>1.9.325</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><p><strong>- CSV Upload:</strong> Added Notional tab to show Notional by Buy/Sell<br><strong>- Scheduled Orders:</strong> When scheudling orders to start in the futures, it now shows actuall start time (rather than scheduled start time)<br>- Delta Neutral Bot Mobile UI Refinements<br></p><p><strong>Market Access:</strong> </p><p><strong>-</strong> Hyperliquid stability improvements</p></td></tr><tr><td>2026-03-05</td><td>1.0.400</td><td>6.1.892</td><td>1.9.312</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Added natural sort and better filtering for admin panel</li><li>Added Percept chart and liquidation heatmap</li><li>Cap passive cancel wait in finisher to 3 attempts, reduce delay way to 6 attempts</li></ul></td></tr><tr><td>2026-03-02</td><td>1.0.351</td><td>6.1.886</td><td>1.9.312</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Fix active order query mm history</li><li>Fix multi order detail blend pair selection endpoint</li><li>Fix and filtering for mm analytics</li><li>Fix recursive polling</li><li>All pairs MM analytics fixes</li><li>Blend mode MM fixes</li><li>Added HIP-3 Icons</li></ul></td></tr><tr><td>2026-02-27</td><td>1.0.351</td><td>6.1.851</td><td>1.9.312</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Referrals optimization</li></ul><p><br><strong>market_access:</strong> </p><ul><li>Switch binance spot user data stream to new websocket</li></ul></td></tr><tr><td>2026-02-24</td><td>1.0.351</td><td>6.1.839</td><td>1.9.310</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Clickhouse optimization for lifetime totals</li><li>Telegram bot security optimizations</li><li>MM Bot: Signal Mode. Allows market making based on RSI. </li></ul><p><br><strong>market_access:</strong> </p><ul><li>Allow lowercase for extended symbols</li><li>Pacifica Price adapter and aster price adapter improvements</li></ul></td></tr><tr><td>2026-02-14</td><td>1.0.292</td><td>6.1.765</td><td>1.9.307</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>DN Bot Unwind Fix</li><li>Remove scheduled/active mm bot counts</li></ul><p><br><strong>market_access:</strong> </p><ul><li>Orderly user websocket reconnection fix</li><li>Tradfi Binance Perps</li><li>Miscellaneous performance improvements</li></ul></td></tr><tr><td>2026-02-01</td><td>1.0.261</td><td>6.1.719</td><td>1.9.293</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Schedule, repeat Market Maker bots</li><li>Reverse Grid Fixes</li><li>Clear pause flags when resuming</li><li>MM UI Fixes</li></ul><p><br><strong>market_access:</strong> </p><ul><li>Orderly adapters</li></ul></td></tr><tr><td>2026-01-30</td><td>1.0.232</td><td>6.1.669</td><td>1.9.285</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Admin  Panel Bug fixes</li></ul><p><strong>market_access:</strong> </p><ul><li>Consider order placement timeout as placed. (when exchange responses slowly)</li><li>Add metrics to sor</li></ul></td></tr><tr><td>2026-01-27</td><td>1.0.213</td><td>6.1.661</td><td>1.9.278 </td><td><p><strong>taas_app:</strong></p><ul><li>Database reboot to pick up new parameters for clickhouse</li><li>Order adapter reset + order mapping expiry reduction to 1 week</li><li>New columns added for upcoming maintenance mode resume changes</li></ul><p><strong>market_access:</strong></p><ul><li>Reduce order id mapping cache time.</li></ul></td></tr><tr><td>2026-01-22</td><td>1.0.213</td><td>6.1.648</td><td>1.9.262</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li> More reactive POV limit and endtime +pov target order input</li><li>Admin_panel fixes</li></ul><p><strong>market_access:</strong></p><ul><li>Nado cumulative volume race condition fix</li><li>Price stream stall check for paradex</li><li>Redis lazy loading for Hyperliquid, Nado, Pacifica, and Gate.</li><li>Hyperliquid notional field removed</li></ul></td></tr><tr><td>2026-01-19</td><td>1.0.180</td><td>6.1.622</td><td>1.9.262</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Display maintenance mode exchanges in maintenance mode badge</li><li>Add missing exchange filter logic for maintenance mode on resume condition</li><li>Add maintenance mode targets array to user_metadata response</li></ul><p><strong>market_access:</strong> </p><ul><li>Added logic to for extended price adapter and marketfill adapter to -disconnect when no data for some time</li></ul></td></tr><tr><td>2026-01-16</td><td>1.0.179</td><td>6.1.608</td><td>1.9.253</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Hide account username by preference</li><li>Add KM as exchange an for points calculation</li><li>Add side field for frontend display with backwards compatibility</li><li>DB and Backend performance optimizations</li><li>Fix reference to CEX exchange, show primary instance public IP if exists for CEX registration</li></ul><p><strong>market_access:</strong></p><ul><li>XVS Balance Support</li><li>Nado nado fixes </li></ul></td></tr><tr><td>2026-01-12</td><td>1.0.164</td><td>6.1.582</td><td>1.9.247</td><td><p><strong>taas_react &#x26; taas_app:</strong></p><ul><li>Various admin_panel and CSV Upload fixes and UX improvements (risk limits, remove username display)</li><li>Order Table Infinitely Scrollable</li><li>Added End_datetime field. </li><li>MM resumbit order rework</li></ul></td></tr><tr><td>2026-01-09</td><td>1.0.125</td><td>6.1.556</td><td>1.9.247</td><td><p><strong>taas_app:</strong></p><ul><li> Order list query optimization, using exist instead of distinct</li></ul><p><strong>market_access:</strong></p><ul><li>self trade prevention cancel maker for bybit, bitget and binance</li><li>retrieve spot balance for extended</li><li>smart order router queue and exchange stats in log</li></ul></td></tr><tr><td>2026-01-08</td><td>1.0.125</td><td>6.1.550</td><td>1.9.241</td><td><p><strong>taas_react:</strong></p><ul><li>CSV upload fix</li><li>Order message pagination</li><li>Admin Panel: Status chips</li></ul><p>No other changes to taas_app and market_access</p></td></tr><tr><td>2026-01-07</td><td>1.0.124</td><td>6.1.550</td><td>1.9.241</td><td><p><strong>taas_repo_frontend:</strong></p><ul><li>Fix shareable graphic for MM bot</li><li>Minor UI fixes</li><li>Key Management Modal Perp Dex Connection UI Change</li></ul><p><strong>taas_app:</strong></p><ul><li>Added Nado</li></ul><p><strong>market_access:</strong></p><ul><li>Nado adapters</li></ul><p><br></p></td></tr></tbody></table>
