• v1.1.0 f0ff3c38ed

    Rene Nochebuena released this 2026-08-12 15:50:41 -06:00 | 11 commits to main since this release

    v1.1.0

    code.nochebuena.dev/einherjar/web

    Overview

    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 a logging.Logger.
    • health.NewHandler(…)health.NewHandler(…).ServeHTTP — the handler returns an
      http.Handler, but chi's Get takes an http.HandlerFunc; same for NewHandlerWithConfig.

    Verified by compiling the patterns against the real API. Bumped contracts and core to v1.1.0.

    Installation

    go get code.nochebuena.dev/einherjar/web@v1.1.0
    
    Downloads