Skip to content

Releases: profullstack/aiornot.vote

v0.1.0 — first tagged release

Choose a tag to compare

@ralyodio ralyodio released this 10 Aug 05:23
82b7b00

First tagged release. aiornot.vote ships by deploy rather than by package, so this tag is a named point in the history — a marker you can deploy from, roll back to, or point at when asking "what was live then?" — not a distribution artifact. The app is private and nothing is published to npm.

The tag sits at the payment-reliability work that just landed. A failed entitlement grant no longer strands a paid payment: the claim and the entitlement writes now share one write transaction, so a delivery failure rolls the claim back and leaves the payment retryable on the next status poll instead of marking it granted with nothing delivered (#158, #159).

Everything before it is here too — 158 commits of the voting flow, accounts and auth, follow graph and rankings, guess history with CSV export, and the SSRF and form-validation hardening on the submit path.

Baseline for the versions that follow.