Skip to content

Release v0.7.1

Choose a tag to compare

@github-actions github-actions released this 03 Jan 21:42
· 133 commits to main since this release

v0.7.1

Highlights

  • Streaming .head command: The .head command now supports --follow flag for real-time updates when the head of a topic changes
  • Improved interrupt handling: Fixed Ctrl-C signal handling in .cat -f streaming mode

Changelog

  • feat: add --follow flag to .head command for streaming updates
  • fix: respect interrupt signals in .cat -f streaming