-
Release v1.1.0 Stable
released this
2026-08-12 15:50:41 -06:00 | 11 commits to main since this releasev1.1.0
code.nochebuena.dev/einherjar/webOverview
Coordinated framework release — documentation-only fixes plus the framework version bump. No
API changes.Package doc examples now compile:
mw.Recover()→mw.Recover(logger)— the recover middleware takes alogging.Logger.health.NewHandler(…)→health.NewHandler(…).ServeHTTP— the handler returns an
http.Handler, but chi'sGettakes anhttp.HandlerFunc; same forNewHandlerWithConfig.
Verified by compiling the patterns against the real API. Bumped
contractsandcoreto v1.1.0.Installation
go get code.nochebuena.dev/einherjar/web@v1.1.0Downloads