Skip to content

Release v0.9.4

Choose a tag to compare

@github-actions github-actions released this 04 Feb 21:27
· 51 commits to main since this release

Highlights

  • .last now supports topic filtering and -n flag:
    .last note              # last frame for topic "note"
    .last                   # last frame across all topics
    .last note -n 5         # last 5 frames for topic "note"
    .last -n 10             # last 10 frames across all topics
    .last "user.*"          # last frame matching wildcard
    .last note --follow     # stream updates for topic "note"

Changelog

  • feat: add optional topic and -n flag to .last (#135)