Skip to content

nself v1.1.6

Choose a tag to compare

@acamarata acamarata released this 10 Jun 20:21
· 2 commits to main since this release

v1.1.6 — P1: Post-Legacy Rebaseline & Workstation-AI Platform Forge

Highlights

  • SQL identifier allowlist audit hardening closes a class of injection surface in query-building paths
  • /healthz now returns three states: ok, degraded (Hasura unreachable), and error — callers can distinguish partial outages
  • Tracked binary endpoint-auth-checker removed from version control and gitignored

Changes

Features

  • feat(security): SQL identifier allowlist audit hardening (P1 W18-T01)

Fixes

  • fix(health): three-state /healthz with Hasura degraded handling (P1 W18)

CI / Chores

  • chore(git): remove tracked binary endpoint-auth-checker and add to .gitignore

Notes

  • Lockstep with admin v1.1.6
  • The pglite Emscripten ABI shim (NSELF_POSTGRES_MODE) introduced in P1 planning remains experimental and is not part of this release log; no commits landed for it in this window