Releases: rocketride-org/rocketride-server
Releases · rocketride-org/rocketride-server
RocketRide VS Code Extension v1.2.0 (prerelease)
Automated prerelease from develop — VS Code Extension v1.2.0.
VS Code Extension v1.2.0
RocketRide Server v3.3.0 (prerelease)
Automated prerelease from develop — Server v3.3.0.
Server v3.3.0
RocketRide TypeScript Client v1.3.0 (prerelease)
Automated prerelease from develop — TypeScript Client v1.3.0.
TypeScript Client v1.3.0
RocketRide Python Client v1.3.0 (prerelease)
Automated prerelease from develop — Python Client v1.3.0.
Python Client v1.3.0
RocketRide MCP Client v1.2.0 (prerelease)
Automated prerelease from develop — MCP Client v1.2.0.
MCP Client v1.2.0
RocketRide Server v3.2.2
What's Changed
- hotfix(3.2.2): deepagent transformers-free token counting + App-token release flow by @kwit75 in #1225
Full Changelog: client-python-v1.2.0...server-v3.2.2
RocketRide VS Code Extension v1.2.0
RocketRide 1.2.0 — Highlights
✨ New nodes & integrations
- MiniMax — including the new M3 frontier multimodal coding model (1M-token context), plus the M2 family. (#967, #1046)
- ClickHouse — query as a pipeline step or an agent tool; read-only by default, ClickHouse Cloud TLS toggle. (#1064)
- Tavily — live web search for your agents. (#1097)
- xTrace Memory — long-term, shared agent memory across runs (remember / recall). (#1065)
- Butterbase MCP — provision and operate a full backend (schema, auth, data, storage, functions, deploy) from inside a pipeline. (#1069)
- One-click presets: Supabase (Postgres) (#1084) and Nebius Token Factory (Llama 3.3 70B, Qwen3 235B, DeepSeek V3) (#1071).
⚡ Agents & performance
- Parallel sub-agents (DeepAgent) — sub-tasks now run concurrently; total run time drops to the slowest task instead of the sum. (#990)
💳 Plans & onboarding
- Redesigned plan picker (monthly/annual) and streamlined checkout; apps that require a subscription now prompt for one. (#1078)
📣 Product
- In-app announcements ticker in the sidebar (and fixed so it loads in VS Code). (#1131)
🛠️ Quality & reliability
- Cloud apps now show a clear error + Retry instead of an endless "Loading…". (#1087)
- More reliable multi-turn agent tool calls — parallel calls no longer mis-attribute results across turns. (#1068)
- Node config warnings now reliably surface missing required fields (AJV validator). (#1078)
- Stability fixes: OCR under heavy load (#1070), Whisper on newer GPUs (#1036/#1043/#1052), VS Code project-editor reliability (#1104), corrected GMI Cloud Gemini model IDs (#1010), engine port-binding for embedded clients (#993).
📦 Client SDKs (Python & TypeScript)
- SDK reference docs audited and expanded; billing/plan types kept in sync across both SDKs.
⚠️ Breaking: the connection API was refactored into a layeredattach/login/logoutmodel (oldconnect()/disconnect()kept as compatible wrappers). See the CHANGELOG "Breaking Changes — Client SDKs" section before upgrading SDK code.
Full Changelog: client-mcp-v1.1.1...vscode-v1.2.0
RocketRide TypeScript Client v1.2.0
RocketRide 1.2.0 — Highlights
✨ New nodes & integrations
- MiniMax — including the new M3 frontier multimodal coding model (1M-token context), plus the M2 family. (#967, #1046)
- ClickHouse — query as a pipeline step or an agent tool; read-only by default, ClickHouse Cloud TLS toggle. (#1064)
- Tavily — live web search for your agents. (#1097)
- xTrace Memory — long-term, shared agent memory across runs (remember / recall). (#1065)
- Butterbase MCP — provision and operate a full backend (schema, auth, data, storage, functions, deploy) from inside a pipeline. (#1069)
- One-click presets: Supabase (Postgres) (#1084) and Nebius Token Factory (Llama 3.3 70B, Qwen3 235B, DeepSeek V3) (#1071).
⚡ Agents & performance
- Parallel sub-agents (DeepAgent) — sub-tasks now run concurrently; total run time drops to the slowest task instead of the sum. (#990)
💳 Plans & onboarding
- Redesigned plan picker (monthly/annual) and streamlined checkout; apps that require a subscription now prompt for one. (#1078)
📣 Product
- In-app announcements ticker in the sidebar (and fixed so it loads in VS Code). (#1131)
🛠️ Quality & reliability
- Cloud apps now show a clear error + Retry instead of an endless "Loading…". (#1087)
- More reliable multi-turn agent tool calls — parallel calls no longer mis-attribute results across turns. (#1068)
- Node config warnings now reliably surface missing required fields (AJV validator). (#1078)
- Stability fixes: OCR under heavy load (#1070), Whisper on newer GPUs (#1036/#1043/#1052), VS Code project-editor reliability (#1104), corrected GMI Cloud Gemini model IDs (#1010), engine port-binding for embedded clients (#993).
📦 Client SDKs (Python & TypeScript)
- SDK reference docs audited and expanded; billing/plan types kept in sync across both SDKs.
⚠️ Breaking: the connection API was refactored into a layeredattach/login/logoutmodel (oldconnect()/disconnect()kept as compatible wrappers). See the CHANGELOG "Breaking Changes — Client SDKs" section before upgrading SDK code.
Full Changelog: client-mcp-v1.1.1...client-typescript-v1.2.0
RocketRide Python Client v1.2.0
RocketRide 1.2.0 — Highlights
✨ New nodes & integrations
- MiniMax — including the new M3 frontier multimodal coding model (1M-token context), plus the M2 family. (#967, #1046)
- ClickHouse — query as a pipeline step or an agent tool; read-only by default, ClickHouse Cloud TLS toggle. (#1064)
- Tavily — live web search for your agents. (#1097)
- xTrace Memory — long-term, shared agent memory across runs (remember / recall). (#1065)
- Butterbase MCP — provision and operate a full backend (schema, auth, data, storage, functions, deploy) from inside a pipeline. (#1069)
- One-click presets: Supabase (Postgres) (#1084) and Nebius Token Factory (Llama 3.3 70B, Qwen3 235B, DeepSeek V3) (#1071).
⚡ Agents & performance
- Parallel sub-agents (DeepAgent) — sub-tasks now run concurrently; total run time drops to the slowest task instead of the sum. (#990)
💳 Plans & onboarding
- Redesigned plan picker (monthly/annual) and streamlined checkout; apps that require a subscription now prompt for one. (#1078)
📣 Product
- In-app announcements ticker in the sidebar (and fixed so it loads in VS Code). (#1131)
🛠️ Quality & reliability
- Cloud apps now show a clear error + Retry instead of an endless "Loading…". (#1087)
- More reliable multi-turn agent tool calls — parallel calls no longer mis-attribute results across turns. (#1068)
- Node config warnings now reliably surface missing required fields (AJV validator). (#1078)
- Stability fixes: OCR under heavy load (#1070), Whisper on newer GPUs (#1036/#1043/#1052), VS Code project-editor reliability (#1104), corrected GMI Cloud Gemini model IDs (#1010), engine port-binding for embedded clients (#993).
📦 Client SDKs (Python & TypeScript)
- SDK reference docs audited and expanded; billing/plan types kept in sync across both SDKs.
⚠️ Breaking: the connection API was refactored into a layeredattach/login/logoutmodel (oldconnect()/disconnect()kept as compatible wrappers). See the CHANGELOG "Breaking Changes — Client SDKs" section before upgrading SDK code.
Full Changelog: client-mcp-v1.1.1...client-python-v1.2.0
RocketRide VS Code Extension v1.1.1
What's Changed
Full Changelog: client-typescript-v1.1.0...vscode-v1.1.1