Document published account-mail preview and delivery limits
verify / verify (push) Successful in 4m32s

This commit is contained in:
2026-09-11 08:34:46 -04:00
parent 494b72fa3b
commit 262e7196fe
3 changed files with 9 additions and 6 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ router, handlers, HTML, authorization decisions, cache behavior, and
deployment. Adopt one boundary at a time; Go compiles and links only the
packages you import.
> **Public preview:** `v0.1.0-preview.27`. APIs may change before a stable
> **Public preview:** `v0.1.0-preview.28`. APIs may change before a stable
> release. Linux is the maintained release platform.
## Why Web Foundations?
@@ -60,14 +60,14 @@ owns—and, just as importantly, what remains application policy.
Pin the preview in an application module:
```bash
go get gamertan.com/web@v0.1.0-preview.27
go get gamertan.com/web@v0.1.0-preview.28
go mod verify
```
An application may name the first package it intends to adopt:
```bash
go get gamertan.com/web/requestmeta@v0.1.0-preview.27
go get gamertan.com/web/requestmeta@v0.1.0-preview.28
```
The version belongs to the `gamertan.com/web` module. See the