Skip to content

Release 0.5.0 - #53

Merged
naliyi merged 3 commits into
mainfrom
release-0.5.0
Sep 21, 2026
Merged

naliyi merged 3 commits into
mainfrom
release-0.5.0

Conversation

@naliyi

@naliyi naliyi commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Release 0.5.0.

  • Age column shows days and weeks (2d4h, 1w3d) instead of stopping at hours.
  • Bump nmilat to v0.3.1.
  • CHANGELOG names the release 0.5.0 (rc.1 plus these two changes).

go build, go vet and go test -short -race ./... pass with GOWORK=off.

After merge, run the Release workflow on main with version 0.5.0.

The Age cell used time.Duration.String(), so a row 3 days old read
"72h0m0s". It now shows the two largest units, weeks at most: 45s,
5m12s, 3h27m, 2d4h, 1w3d. A zero second unit is dropped (1h, 2w).

Applies to every FlowMetrics table (stream, inspect, sync). Sorting
still uses FlatRow's raw seconds, so it is unchanged.
Adds zap invoice helpers and fixes cash consolidate result parsing.
ncli uses neither.
@naliyi
naliyi merged commit aae2ea4 into main Sep 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant