Skip to content

v1.0.10

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:28

New Features

  • 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
  • Migrated remaining deprecated Flutter APIs (withOpacitywithValues, DropdownButtonFormField.valueinitialValue)