Example patterns compiled against the real API. No API changes.
docs(web): fix doc examples; bump to v1.1.0
## Summary
- `mw.Recover()` -> `mw.Recover(logger)`; `health.NewHandler(...)` -> `....ServeHTTP`.
- go.mod: `contracts`, `core` -> v1.1.0.
## Notes
Example patterns compiled against the real API. No API changes.
Coordinated framework release. Documentation-only code changes plus the shared
version bump (folds the never-tagged 1.0.1 contracts pin into 1.1.0).
- mw.Recover() -> mw.Recover(logger): web/mw/doc.go, web/server/doc.go,
web/server/server.go.
- health.NewHandler(...) -> ....ServeHTTP (chi Get takes HandlerFunc): web/server/doc.go,
web/doc.go, web/health/doc.go.
- go.mod: contracts, core -> v1.1.0 (via go get + go mod tidy).
Verified by compiling the example patterns against the real API. Badge -> v1.1.0.
Rene Nochebuena
requested review from CoreDevelopers 2026-08-07 19:07:53 -06:00
Rene Nochebuena
requested review from Agents 2026-08-07 19:07:53 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
docs(web): fix doc examples; bump to v1.1.0
Summary
mw.Recover()->mw.Recover(logger);health.NewHandler(...)->....ServeHTTP.contracts,core-> v1.1.0.Notes
Example patterns compiled against the real API. No API changes.