Skip to content

Releases: Dumdart/TopicGate

TopicGate v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 09:38

What's Changed

  • Add stored observation history and broker-scoped cache summaries by @Dumdart in #26
  • Refactor Message Pipeline And Observer Runtime by @Dumdart in #27
  • MCP: Add Composed Broker Inspection by @Dumdart in #28

Full Changelog: v1.2.2...v1.3.0

TopicGate v1.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:56

What's Changed

  • Prepare TopicGate 1.2.0 Release Metadata by @Dumdart in #24
  • Release: Streamline CI/CD Publishing And Bump Version by @Dumdart in #25

Full Changelog: v1.2.1...v1.2.2

TopicGate v1.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:42

Full Changelog: v1.1.4.2...v1.2.1

TopicGate v1.1.4.2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 16:01

Full Changelog: v1.1.4.1...v1.1.4.2

TopicGate v1.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 15:23
c750e82

What's Changed

  • Package Alembic Migrations And Synchronize Release Versions by @Dumdart in #22

Full Changelog: v1.1.2...v1.1.3

TopicGate v1.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:30

Full Changelog: v1.1.1...v1.1.2

TopicGate v1.1.1

Choose a tag to compare

@Dumdart Dumdart released this 23 Aug 12:39

Full Changelog: v1.1.0...v1.1.1

TopicGate 1.0.0 — Secure Local MQTT Observability

Choose a tag to compare

@Dumdart Dumdart released this 20 Aug 11:46
1a13c9b

TopicGate 1.0.0 is the first release of a desktop MQTT observer and MCP server for secure, local access to the MQTT state you choose to observe.

Highlights:

  • Configure multiple MQTT broker profiles, including credentials and TLS settings.
  • Observe exact topics and standard MQTT + / # filters.
  • Inspect topic trees, payloads, QoS, retained state, timestamps, message counts, and observation provenance in the desktop app.
  • Persist observed values locally with configurable retention and cache-management controls.
  • Keep passwords in the operating-system credential store; they are never exposed through the MCP API.
  • Use the MCP server safely in read-only mode by default to inspect brokers, connection status, subscriptions, topics, and stored observations.
  • Explicitly enable --mode control only when a trusted MCP host needs to connect, manage subscriptions, refresh observations, or publish MQTT messages.
  • Use the bundled Codex plugin and focused skills to configure TopicGate and inspect MQTT state from Codex.
  • Understand snapshot freshness and completeness through clear Live, Cached, Stale, and Stored provenance indicators.

Notes:

  • TopicGate requires Python 3.11+ and an MQTT 5-compatible broker.
  • Windows and Codex are the currently validated platform and MCP-host combination.
  • Observations represent the latest state TopicGate has received or retained locally; they are not a complete broker-history record.