跳转到内容

Changelog

每一次发布,用平实的语言讲清楚。

  1. v1.2.1

    stable

    Query Regressions 现在真的能启动了 —— 并且 Free 有明确的 10 条回归卡片上限。

    • fix
      Query Regressions 从来没有真正启动过监控。Start/Stop 和监控状态都是从"选中的告警"派生的——所以在全新安装(还没有任何告警)时,连接是空的,启动被拒绝,对话框只是静默关闭。这是一个不可能的循环:你需要一条告警,才能启动那个产生告警的监控器。现在它绑定到所选连接(否则是唯一打开的连接,否则是上次使用的连接),并且会报错而不是静默失败。这影响所有版本,不只是 Free。
    • improvement
      Free:Query Regressions 最多渲染 10 条回归卡片,之后列表以一张升级卡片结束。CRITICAL/WARNING 计数保持真实,因此你能确切看到有多少被隐藏。Free 仍然监控 1 个连接;Commercial 及以上解除这两个上限。
  2. v1.2.0

    stable

    更慷慨的 Free —— 无限连接 + 5 次免费 DataMask 脱敏 —— 外加 opt-in 更新和清晰的永久许可证 + Software Assurance 模式。

    • feature
      更慷慨的 Free —— Free 现在允许无限同时连接(以前只有一个)。Query Regressions 监控 1 个连接(升级以覆盖整个集群),DataMask 提供 5 次免费脱敏,每次最多 5,000 个文档(验证一次公司邮箱;第 2–5 次无需新代码)。个人和商业用途永久免费,无时间限制,无需信用卡。
    • improvement
      更新现在是 opt-in ——不会自动下载或安装任何内容。有新版本时我们会通知你;你选择 Download,然后 Install & restart。在 Settings → License 中跳过某个版本或关闭通知。
    • improvement
      永久许可证 + Software Assurance,已阐明 ——你永远拥有你的版本。Software Assurance 是你的更新窗口:每次购买都包含 1 年更新;再加 1、2 或 3 年 SA 以延长(可叠加 —— 1 年 SA = 共 2 年)。安装在你的窗口之后发布的版本,应用会以 Free 运行,直到你续订 ——你有权使用的版本永不停止工作。
    • fix
      实用工具(AI Settings、EJSON 转换器、Snippets、Notes、Favorites、Log Parser 等)现在即使没有数据库连接也能打开。
    • fix
      AI Settings 对话框不再重叠其字段(Max tokens / Temperature 和 Advanced 卡片)。
  3. v1.1.0

    stable

    Try DataMask free, smarter k-anonymity, and a cleaner masking preview.

    • feature
      DataMask free trial — try it without a license: confirm a corporate e-mail, enter the 6-digit code, and run one masked copy of up to 5,000 documents to a new target. See exactly how sensitive data is de-identified before you buy.
    • feature
      k-anonymity auto-fix — pick a privacy target (K = 3, 5, 10 or 20) and DataMask automatically generalizes quasi-identifier fields, and only where it must, fully masks the most-unique ones, until every group meets K. Explained in plain language in all 5 languages.
    • feature
      Inline masking preview — a collapsible before/after preview aligned line-by-line, a per-attribute rule editor (change a field’s technique and re-apply), and a field-name filter, so you tune the masking right where you see it.
    • feature
      Query Regressions is now free on one connection — the regression tracker runs free on a single connection, with an Upgrade badge on the rest.
    • improvement
      Cleaner DataOps screens — a minimalist Source → Target connection view and a clickable step indicator you can use to jump back and forth.
    • improvement
      High-contrast dark syntax highlighting in the query editor and shell, and a calmer sidebar: a single click selects (and stays highlighted), double-click opens the shell with the database already in use.
    • fix
      The free-trial mask now finishes as Completed with a clear “Demonstration — masking up to 5,000 documents” note and the true progress, instead of showing Canceled at 0%.
    • fix
      ObjectId(...) and NumberLong(...) can now be called without “new” in the shell.
  4. v1.0.2

    stable

    Instant license activation, smoother navigation, and an installer option.

    • fix
      Your license now activates instantly — the License screen updates the moment you enter your key, with no need to restart the app.
    • fix
      Live views now update in real time in the installed app — change streams, Redis pub/sub and progress dashboards refresh as they happen, instead of only after a restart.
    • improvement
      “Manage in Settings” (Query Regressions and the other tools) now takes you straight to Settings → Database.
    • feature
      The Windows installer now lets you choose whether to create a desktop shortcut.
  5. v1.0.1

    stable

    Hardening + a smoother connection experience.

    • improvement
      Connection failures now open a clear dialog — with the technical detail in a Copy-able block and “Back to connection” / OK — instead of raw red text in the sidebar.
    • improvement
      The sidebar shows a blinking “Connecting…” with a Cancel button while a connection is in flight, so a slow or hanging attempt no longer looks already-connected.
    • security
      Signed & verified installers — every download is code-signed (Sectigo EV on Windows, Apple Developer ID on macOS) and integrity-checked, so the app you install is exactly what we shipped.
    • fix
      The app icon now matches across the window title bar and the OS taskbar/dock on Windows, macOS and Linux.
  6. v1.0.0

    stable

    First public release — the complete MongoDB & Redis data-admin IDE.

    • feature
      Query Studio: CRUD + aggregation + find, SQL → MongoDB, Fluent Query, Visual Query Builder, schema-aware IntelliSense, $lookup across databases, EJSON converter, GridFS
    • feature
      Data Modeling: live diagram from sampled schemas, Schema Audit, Reschema transformations, and Apply-to-DB (DDL + relationship indexes)
    • feature
      Live Monitoring: mongostat, mongotop, currentOp, replica-set status, Real-Time Dashboard, Profiler, Change Watcher, Query Regressions, and the Sizing Advisor
    • feature
      DataOps: Live Migration, DB Copy, DB Compare + Sync, DataMask (LGPD), and SQL import from MySQL / PostgreSQL / SQL Server
    • feature
      Platform & Security: TLS, Kerberos / LDAP / X.509 auth, Script Debugger (V8), Task Scheduler, AI Helper, consolidated Audit Log, Compliance Reports (ROPA / DPIA), SSO and RBAC
    • feature
      Redis: Keyspace Browser (free), Monitoring, Maintenance, and Redis Cloud
    • feature
      Azure Cosmos DB support: RU forecasting, partition-key and index advisors
    • feature
      Multi-language UI (English, Português, Español, हिन्दी, 中文) and a code-signed Windows installer with built-in auto-update