You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JetStream Monitor: New "JetStream" tab for monitoring streams and consumers — message/byte counts, retention, and ack/redelivery stats at a glance
Stream & Consumer Management: Create, purge, and delete streams; create and delete consumers (push or pull, any ack policy)
Stream Message Browsing: Browse a stream's messages live, or tail a specific consumer and Ack / Nak / Term individual messages
JetStream Publishing: Publish messages with JetStream delivery acknowledgement directly from the existing Send Message dialog
JetStream is enabled by default and can be turned off in Settings if you don't need it
Maintenance & Dependencies
Added a real-backend integration test suite that exercises the app against a live NATS server (core pub/sub, the full JetStream lifecycle, and Live Messages filter/find/keyboard shortcuts), running in CI alongside the existing widget/unit tests on every push
Automated screenshot generation for the README — screenshots are now captured directly from a live app run instead of by hand, making them easy to keep current