Skip to content

v2.2.1: fetch/priority fixes, emoji search paging

Choose a tag to compare

@cyanheads cyanheads released this 30 Jul 02:05
v2.2.1
819d539

fetch/priority fixes, emoji search paging

  • ntfy_fetch_messages returns the newest limit messages of a matched window instead of the oldest, matching ntfy://{topic}; truncation notices state counts kept and dropped (#22)
  • A fetch pinned to one message by id now returns its body in full — shapeMessage's truncation is opt-out (#17)
  • PrioritySchema collapses to one z.int().min(1).max(5) node on both tools; out-of-range priorities fail with one message instead of an invalid_union dump (#21)
  • ntfy_search_emoji_tags gained offset paging past the limit cap, with next-page guidance in the truncation notice (#18)

CHANGELOG v2.2.1