Releases: agentrhq/authsome
Releases · agentrhq/authsome
authsome: v0.7.2
authsome: v0.7.1
authsome: v0.7.0
0.7.0 (2026-06-16)
⚠ BREAKING CHANGES
- replace init and scan with authsome onboard
Features
- add auth session store contract (604d18e)
- add global connection fallback registry (9c50afc)
- add paged audit event queries (3a1a564)
- add production backend config (f4a6cf5)
- add ProviderType classification and JSONC support for providers (dfabe6c)
- add ProviderType classification and JSONC support for providers (ea42284), closes #362
- add root health check (3b8cfd0)
- add store migrations and postgres pooling (8a817d9)
- added support for agents (4c79bb0)
- derive agent identity from a single private-key env var (0890c0b)
- derive agent identity from a single private-key env var (d9d2c60)
- enforce role-aware audit event queries (08446d1)
- expose global connection CLI controls (0975ab8)
- global connection pointers (16af935)
- implement custom provider management with CRUD support, registration schema updates, and a dedicated UI form. (8dbf579)
- implement custom provider management with CRUD support, registration schema updates, and a dedicated UI form. (8f4029e)
- implement tooltip help text and collapsible advanced sections in custom provider form (54ba7b2)
- replace init and scan with authsome onboard (d9936d5), closes #434
- select redis runtime state (d828d2b)
- show global connections in dashboard (b21f5b1)
- show scoped audit log in dashboard (0b8d752)
- stateless production deployments (c55448d)
- ui: add authenticated layout with sidebar and breadcrumbs (d27267f)
- ui: redesign provider/connection detail pages and fix accent token (384dd20)
- ui: redesign provider/connection detail pages and fix accent token (ae806a3)
- user scoped audit log (151e0af)
Bug Fixes
- 'broker' to 'gateway' in README (976d4a5)
- add env field to config and disable PostHog in non-prod environments (c1a9f66)
- address production readiness review (b374fb4)
- atomically consume redis pending claims (b754b80)
- avoid audit shutdown deadlock (d54c415)
- avoid hardcoded compose secrets (5a15e41)
- bind store transactions to pooled connection (9c141f3)
- clarify clickable surface hover states (e5ee9b9)
- clarify compose master key secret (ee25d5c)
- clean redis auth session indexes (60e21e1)
- clean up failed runtime startup (448c8b2)
- close redis client on ping failure (ea0fd94)
- env field in config, PostHog no-op in dev/test (dd6f8d2)
- exclude local build artifacts from package (69b263b)
- harden container startup path (ff3d542)
- hide optional asyncpg import from ty (eb37f84)
- keep connections page unfiltered after detail navigation (13cbd0d)
- lazy load postgres driver (a87328f)
- pass global connection props to connections page (e6e51fd)
- polish connection action feedback (8d93438)
- polish dashboard connection flows (913ec09)
- polish dashboard connection flows (8f35bf1)
- preserve pop replay auth errors (c68de27)
- prevent daemon error card clipping (29d2813)
- recover from 409 when concurrent agents register the same DID (3a9f17e)
- refine provider and connection dashboard states (da7a401)
- remove blocking future result call in audit event persistence to prevent thread deadlock (e33fc3c)
- remove duplicate health route (5457d10)
- require production backend URLs (be5c646)
- restore logo dev token (de814ee)
- restore sqlite store branch (7a39de6)
- ruff check (8d94e4d)
- ui: replace Button render-as-link with Link+buttonVariants; img→Image, a→Link (67fbe48)
Documentation
- add production self-hosting path (ea4eaa7)
- describe scoped audit log access (80cb249)
- design stateless production deployments (80e5ad9)
- design user-scoped audit log (224be18)
- plan user-scoped audit log (32a7275)
- refine credential broker comparison (44b37bf)
- refresh Mintlify site for v0.7 and remove stale profile/library references (6151535)
- refresh Mintlify site for v0.7 and remove stale references (6204a47)
- unified messa...
authsome: v0.6.4
authsome: v0.6.2
authsome: v0.6.1
authsome: v0.6.0
0.6.0 (2026-06-06)
⚠ BREAKING CHANGES
- Cleaner architechture, multi server compatible identities and cleaner ui
feature
- Cleaner architechture, multi server compatible identities and cleaner ui (f661d8d)
Features
- add Dockerfile, docker-compose, and self-hosting guide (c7455c0)
- add Dockerfile, docker-compose, and self-hosting guide (6231674), closes #366
- Add logos and description for all bundled providers (33e13f9)
- add provider dashboard metadata (635285a)
- add static Next.js dashboard (7c46cd8)
- add static Next.js dashboard (e0a2cd9)
- Build dependencies (2705e8e)
- improve scan to cover all typical env file locations (364f3e5)
- improve scan to cover all typical env file locations (96fd514)
- replace Python dashboard fallback with built Next.js static UI (98a3351)
- Simplify identity portability (ad23d60)
- ui: redirect to connections view after successful provider login (19bdf05)
- ui: redirect to connections view after successful provider login (60931a0), closes #355
- Update docs (07dbb87)
Bug Fixes
- allow explicit authsome config home (7faf61f)
- cache identity registration per daemon (668f91a)
- Cleaner design (301d353)
- docs: remove all broken links to missing pages (cac5f9f)
- inherit ServerConfig from AuthsomeConfig for consistent home resolution (cf95c6c)
- install pnpm before setup-node to fix CI cache resolution (0dd5291)
- move dashboard auth flow to Next routes (52fe7dc)
- remove populate_by_name and redundant validation_alias from settings (9ee46a6)
- Remove type checking hacks (10f6e8a)
- resolve pre-commit failures (b96d593)
- ui: replace setState-in-effect with lazy useState initializers (ff592fd)
Documentation
authsome: v0.5.0
0.5.0 (2026-05-29)
⚠ BREAKING CHANGES
- existing local installs have an unclaimed identity under local@authsome.internal and are rejected until the user registers a principal (email+password) and claims the identity.
- existing Fernet-encrypted vaults cannot be read back; migration requires re-importing credentials.
- mount dashboard at / instead of /ui
Features
- add admin audit dashboard (1bc5044)
- add Anthropic and Gemini bundled providers (1e47c48)
- add Anthropic and Gemini bundled providers (e788328)
- add browser SSO via Chrome cookie reading (browser-cookie3) (aeb4263)
- Add docs for design of principal roles and audit (de33f8a)
- add principal_role parameter to AuthService and dependency injection routes (7d43b56)
- browser SSO via Chrome cookie reading (browser-cookie3) (7607600)
- implement audit events and principal roles (9503710)
- implement audit events and principal roles (0ed077b)
- move daemon management commands from admin module to main CLI (397a8e8)
- move daemon management commands from admin module to main CLI (af356d5)
- replace flat master-key vault encryption with Argon2id KEK/DEK model (b76903d)
- respect AUTHSOME_DAEMON_URL in all daemon control paths (fa23037)
- respect AUTHSOME_DAEMON_URL in all daemon control paths (1ba904b)
- server store refactor (acb2013)
Bug Fixes
- added support for cookie expiry date (5ea8aa9)
- Fix incorrect posthog key and remove unnecessary tests (77c7bb7)
- Fix incorrect posthog key and remove unnecessary tests (8f8d9b9)
- refresh DCR provider client on replace (9af604d)
- refresh DCR provider client on replace (595de28)
- remove extraneous admin command argument from daemon subprocess invocation (2c43de6)
- ruff check (6dbef78)
Reverts
- display input fields for dcr providers (6c108cb)
Documentation
- correct manual testing guide against the current CLI surface (0a7c379)
- update manual testing guide for the unified claim flow (70e5539)
Code Refactoring
authsome: v0.4.2
0.4.2 (2026-05-25)
Features
- add device flow verification fields to auth schemas and CLI JSON output (c24779c)
- auto-create env handle identities (72e1b35)
- env backed identity design (e1662b5)
- improve copy-to-clipboard functionality with browser fallback and UI feedback (02daa81)
- restructure CLI commands under provider and admin namespaces (7b4b31a)
- restructure CLI commands under provider and admin namespaces (a326e3f)
- simplify Client ID label and implement robust cross-browser copy-to-clipboard logic (d763f7f)
Bug Fixes
authsome: v0.4.1
0.4.1 (2026-05-25)
Features
- enable provider configuration management for hosted admins with required credential inputs and scope persistence (e26d584)
- enable provider configuration management for hosted admins with… (30b2f8a)
Bug Fixes
- rename AUTHSOME_ADMIN_PRINCIPLES environment variable to fix typo (10f17f4)