Skip to content

v2026.7.27

Choose a tag to compare

@xymaxim xymaxim released this 27 Jul 12:24
· 146 commits to main since this release

This release fixes now at start with --now (added in v2026.7.26) and adds early validation for future times.

Expressions like ypb download -i 'now/1h' --now 2026-07-26 ... previously failed because now at start was rejected. This is now fixed. Additionally, future start and end times now are rejected early at parse time for better error messages.

What's Changed?

Fixed

  • Fix now at start rejection when --now is set

Changed

  • Resolve now to pinned time at parse time when --now is set
  • Reject future start and end times at parse time