We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4.0.0-alpha: update released banners, add tik4mcp links, add History entry
Wiki: link transport pages from the capability tables The Api/ApiSsl and Telnet rows were the only transports not referencing their docs. Link every row in both the connection-types table and the capability matrix to its page (Api -> usage guide, ApiSsl -> SSL connection, plus the existing per-transport pages), so the capabilities page points at all of them. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Wiki: add REST connection page Document the Rest / RestSsl HTTP transport (RouterOS 7.1+): router www/www-ssl setup, ConnectionFactory + TikConnectionSetup usage, CRUD-only capability (no Listen/Streaming/SafeMode), Basic-auth/TLS notes. Mark as 4.x alpha preview. Link it from the Home and Connection-types tables and the History changelog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Wiki: beginner-focused restructure, fix samples, mark 4.x alpha-preview transports - Home: restructure for beginners (install -> quick start -> typed read -> CRUD -> async); move feature/transport lists below; tag 4.x-only features. - Mark every non-API transport as "alpha preview in 4.x" (Home + Connection-types tables and per-page banners); add note that only Api/ApiSsl are stable. - Fix outdated samples: obsolete Api_v2 -> Api (Home, How-to-use, CRUD-examples, VB); CRUD =.id= literal -> $"=.id={id}"; ADO.NET cmd/command name mismatch. - Add missing Telnet-connection page (was a broken link from SSH page). - Fill login-versions page (was a "TBD" stub). - Expand History 4.0.0 with new transports, Safe Mode, capability model, raw command, GUI-name addressing, MCP server. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Document raw command pass-through + WinBox GUI-name addressing Both features now ship on 4.x; move them from "under consideration" to shipped. - Command-translation-on-non-API-transports: rename "Proposed extensions" -> "Escape hatches"; document CreateRawCommand (per-transport dialect table, wrapAsValue) and UseGuiNames (opt-in, separator folding, override precedence) with real usage examples. - Connection-types-and-capabilities: add RawCommand to the capability list and matrix. - Roadmap-4x: mark both entries as shipped (✅). - Home: (existing) link to the command-translation page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add "Connection types & capabilities" page with capability matrix Brief description of every TikConnectionType, the TikConnectionCapability flags, and the per-transport capability matrix. Documents the fail-closed runtime checks (Supports / Require / TikConnectionCapabilityNotSupportedException). Linked from Home. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>