Skip to content

chore(main): release authsome 0.3.0#203

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--authsome
Open

chore(main): release authsome 0.3.0#203
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--authsome

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 8, 2026

🤖 I have created a release beep boop

0.3.0 (2026-05-14)

⚠ BREAKING CHANGES

  • unify Identity and Profile; remove profile management layer
  • Existing implicit default-profile installs must run authsome init again; profile:default credentials are not migrated.

Features

  • add --reload flag to daemon serve command and replace custom file watcher (8fea50e)
  • add --reload flag to daemon serve command and replace custom file watcher with uvicorn native reload (2faa3c9)
  • add audit logging for proxy request injection and resolution misses (6766c0e)
  • add audit logging for proxy request injection and resolution misses, and include pytest-asyncio dependency. (0afaf87)
  • add copy-to-clipboard functionality to OAuth Redirect URI and update UI layout and styling (0e1aa31)
  • add did pop daemon authorization (7ad14f6)
  • add DID PoP daemon authorization (dca2246)
  • add RFC 7009 token revocation support to BaseFlow and integrate into Auth service (74b96a3)
  • add RFC 7009 token revocation support to BaseFlow and integrate into Auth service (7af96fc)
  • cli: add import-env for headless API key ingestion (bc318ff)
  • cli: add import-env for headless API key ingestion (e080286)
  • cli: add scan command for env provider detection (9f9b8d4)
  • cli: add scan command for env provider detection and optional import (9dee261)
  • display OAuth redirect URI in auth UI and improve CLI command documentation and validation (878461b)
  • display OAuth redirect URI in auth UI and improve CLI command documentation and validation (a0d72aa)
  • enhance system health checks with permission, integrity, and key rotation monitoring (dede72a)
  • expand doctor checks (97afd37)
  • expand doctor checks (03ad70f)
  • expand health checks with integrity, permission, and rotation w… (0956ef1)
  • expand health checks with integrity, permission, and rotation warnings and update CLI UI to support warn status (c885067)
  • global client credentials (aa6aa56)
  • global client credentials (747b48f)
  • implement auto-restart for daemon when source files are modified during development (6fd7a6b)
  • implement centralized audit logging and refactor duration formatting utility (f9b5b89)
  • implement hosted UI session management and multitenant provider visibility policy (9ed0714)
  • implement hosted UI session management and multitenant provider… (c482817)
  • implement local client profile management and update error handling for session authentication (46a981a)
  • introduce parse_store_key utility and integrate into service for robust key parsing (87b65e7)
  • introduce parse_store_key utility and integrate into service for robust key parsing (78ac38c)
  • make provider client credentials a global property of hosted deployment (be78393)
  • move OAuth2 refresh token logic to BaseFlow and update service to use flow-specific handlers (9b0366d)
  • move OAuth2 refresh token logic to BaseFlow and update service to use flow-specific handlers (77b07d0)
  • require server-registered identities (019bdd1)
  • stabilize and document specific CLI exit codes for error states (9f40cc6)
  • standardize CLI exit codes and add comprehensive documentation for error states (8024433)
  • standardize CLI JSON output format with versioning (c1c4fec)
  • standardize CLI JSON output format with versioning and stable schema fields (933d106)

Bug Fixes

  • correct daemon health check logic to properly validate client status and readiness (e92bdad)
  • docs: unwrap call-graph diagram from Frame component (bd28b9c)
  • docs: unwrap call-graph diagram from Frame component (4d8e548)
  • modify return type of _request function in cli client (d7ddb2e)
  • prevent accidental termination of unrelated processes by validat (f6b2f30)
  • prevent accidental termination of unrelated processes by validating daemon PID against local lock record during shutdown (c25fe9c)
  • proxy: add mitmproxy CA to macOS keychain for Go tool TLS compatibility (145734a)
  • proxy: add mitmproxy CA to macOS keychain for Go tool TLS compatibility (c9a9842), closes #234
  • refactoring (cbf3a40)
  • remove redundant flexbox properties from summary element styling (8fc0b32)
  • update vault storage to use collection-scoped path in _save_provider_state (c9eba5b)
  • warn when token refresh fails (627d579)

Reverts

  • expand health checks with integrity, permission, and rotation w… (6090d69)

Documentation

  • readme: add codecov badge and star history chart (373a4a8)
  • readme: overhaul with logo, community, security, and integrations (3009e95)
  • readme: overhaul with logo, community, security, and integrations (2135499)
  • site: add CodeGroup, Expandable; remove now-unused proxy-injection snippet (02d97f0)
  • site: add logo wordmark, Discord link, and navbar icons (38b3704)
  • site: add logo wordmark, Discord link, and navbar icons (bccf288)
  • site: audit fixes across all four tiers (89700e5)
  • site: drop dead ProxyInjection import from provider pages (eb5f0a6)
  • site: four-tab nav + CLI/proxy-first framing (f8fcab4)
  • site: full audit pass — fix factual errors, dedupe, expand CLI/API surface (ee33a49)
  • site: lead with CLI + proxy; demote library to embedding case (3f3cdd8)
  • site: rebuild docs into tabbed structure with shared snippets and component upgrades (ced2422)
  • site: split Guides and Reference into top-level tabs (fac06d6)
  • Update README how-it-works diagram (26dcd74)

Code Refactoring

  • unify Identity and Profile; remove profile management layer (d6958c8)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--authsome branch 21 times, most recently from f5a9076 to 851c195 Compare May 12, 2026 12:55
@github-actions github-actions Bot changed the title chore(main): release authsome 0.2.5 chore(main): release authsome 0.3.0 May 13, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--authsome branch 3 times, most recently from 18aa208 to 1c89708 Compare May 14, 2026 08:17
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--authsome branch from 1c89708 to 29e4760 Compare May 14, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Go-based CLI tools (gh, terraform, kubectl) fail with x509 TLS error inside authsome run

0 participants