docs(web): fix non-compiling doc examples; bump to v1.1.0 #1

Merged
Rene Nochebuena merged 1 commits from release/v1.1.0 into main 2026-08-07 19:07:58 -06:00
Owner

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.

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.
Rene Nochebuena added 1 commit 2026-08-07 19:07:53 -06:00
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
Rene Nochebuena merged commit f0ff3c38ed into main 2026-08-07 19:07:58 -06:00
Rene Nochebuena deleted branch release/v1.1.0 2026-08-07 19:07:58 -06:00
Sign in to join this conversation.
No Reviewers
einherjar/CoreDevelopers
einherjar/Agents
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: einherjar/web#1