August 13, 2026
This release includes 4 new features, 3 bug fixes.
Features
- forward canonical signing transaction context
- core-sdk v2 rail + AuthStateInfo projection (ENG-7075)
- v2 auth client methods on /internal/v1/auth (ENG-7075)
- enclave-for-all custody migration — frontend
Bug Fixes
- address permissions v2 QA feedback
- restore on-ramp provider builds
- group permission rules by policy scope
Tests
- run e2e suites against production site builds
August 6, 2026
August 3, 2026
This release includes 2 new features, 10 bug fixes.
Features
- add Permissions V2 Developer Portal authoring flow
- add doctor diagnostic report
Bug Fixes
- recover missing session wallet selection
- stabilize quick login prompt dismissal in e2e flows
- surface onboarding failures reliably
- handle pending pregen shares during login
- align modal success with account readiness
- preserve default auth prefill lifecycle
- don’t logout from ParaModal unmount mid-login; hold isConnected until wallet setup settles
- update availability from edited amount (ENG-7062)
- preconnect to the API host from portal
- filter unsupported on-ramp providers
Maintenance
- bump version to 3.11.0
- add signer-sui-sdk live example deploy + gate WalletConnect warning to EVM partners
July 29, 2026
July 27, 2026
July 24, 2026
This release includes 2 new features, 5 bug fixes.
Features
- add Sui signer example + fill remaining Sui/1.24.0 site gaps
- add SUI (Ed25519) wallet support and native multisig
Bug Fixes
- preserve explicit Stellar wallet requests
- show Stellar address in users table
- prevent auth events from racing initialization (ENG-7030)
- display Stellar wallets correctly
- use redis for pregen claim storage
Maintenance
- bump Flutter example to para 2.9.1
July 17, 2026
This release includes 2 bug fixes.
Bug Fixes
- query pregen wallets by userId when no local share material exists
- set MPC network host on ED25519 shares that lack one
July 16, 2026
This release includes 1 new feature, 4 bug fixes.
Features
- add temporary V1-backed permissions demo wizard (ENG-7012)
Bug Fixes
- prevent duplicate password login submissions (ENG-7016)
- OAuth callback cold-start hang — session recovery, fail-fast, cancel grace (ENG-6993)
- findWalletByAddress falls back to full wallets map during post-login hydration (ENG-6995)
- clear remaining Dependabot alert backlog — examples, fixtures, deprecated (ENG-7002)
Maintenance
- re-resolve vulnerable transitive deps flagged by Dependabot (ENG-6996)
July 9, 2026
This release includes 5 new features, 4 bug fixes.
Features
- Add auto org recognition to dev portal
- add cli portal parity commands
- add deploy-examples-hub buildspec for release pipeline
- add para doctor implementation checks
- self-serve permissions wizard in Developer Portal
Bug Fixes
- preserve app created wagmi config
- harden CLI doctor platform detection
- attach error context to fallback ParaApiError
- restore partner logo sizing in v2 PartnerHeader
Maintenance
- add windowed spend check for portal ui
- refresh examples-hub lockfiles for v3.5.1
Tests
- popup basic-login-upgrade parks and waits for user input
July 1, 2026
June 30, 2026
This release includes 3 new features, 2 bug fixes.
Features
- login-time 2FA — SDK + portal + example (ENG-6906)
- Custom OIDC GA — dev-portal config + login branding (ENG-6976)
- custom oidc example flow permission polish
Bug Fixes
- show partner logo + theme on non-iframed portal login (ENG-6960)
- dev portal user auth methods
June 25, 2026
This release includes 2 new features, 7 bug fixes.
Features
- Custom OIDC auth method + custom-UI demo
- mobile navigation, responsive UI, and mobile fixes
Bug Fixes
- approve Flutter Android permissions consent
- preserve oauth user id for consent
- require non-empty organization name (ENG-6959)
- support local dev URL overrides
- clarify TO_ADDRESS vs ARGUMENTS for contract calls (ENG-6953)
- preserve original error context in handleResponseError
- default Claude review to Opus
Performance
- keep-alive connection reuse for the user-management client (ENG-6938)
Maintenance
- filter public changelog entries
- refresh examples-hub lockfiles for v3.3.0
June 18, 2026
This release includes 4 new features, 4 bug fixes.
Features
- port Para Connect v2 UI onto 3.0.0
- add partner supportUrl to dev portal and CLI
- extend para cli command telemetry
- add Safe smart account examples
Bug Fixes
- open add-auth-method popup within the click gesture (mobile)
- normalize React Query errors before Sentry capture
- use reliable RPC endpoints for Solana/Cosmos node example sign tests
- query the key’s environment on dev portal permissions page
Maintenance
- add claude review model fallback
June 11, 2026
This release improves error reporting and debugging capabilities with enhanced MPC worker error tracking, while adding Stellar support to mobile examples and fixing several UI and infrastructure issues.
Features
- Added platform tracking to analytics to distinguish mobile from web SDK usage
- Enhanced error reporting for key management operations with detailed context and backend tracking
- Added Stellar wallet support to Swift example app with signing capabilities
Bug Fixes
- Fixed dependency update script to properly handle deeply nested example packages
- Fixed release pipeline to run non-interactively without manual confirmation prompts
- Fixed duplicate ‘Change Wallets’ buttons appearing for users with multiple connected partners
- Standardized error message styling to use consistent destructive styling across all components
- Improved error reporting for mobile bridge connections with better structured context
- Fixed worker crashes during failed signing operations by properly handling promise rejections
- Fixed Vercel deployment issues for example applications
- Updated changelog documentation to target v3 instead of v2
- Added loading UI for login upgrade screen
- Fixed wallet creation for users with incomplete wallets from failed key generation
- Updated release authentication to use GitHub App instead of personal access tokens
- Fixed simulate failure overlay blocking the send confirmation button on mobile
Maintenance
- Refreshed web examples in examples hub
Tests
- Added Stellar wallet testing coverage to Flutter mobile examples
April 2026
Para Web SDK v3.0.0 introduces a completely redesigned authentication UI with improved theming capabilities and enhanced developer tooling.
Breaking Changes
- Theme type simplified:
ParaThemereduced from 13 properties to 8. RemoveddarkForegroundColor,darkBackgroundColor,darkAccentColor,overlayBackground,oAuthLogoVariant,customPalette,customFontSizes,customBorderRadii foregroundColornow drives the entire palette: Buttons, accents, rings, and primary colors are generated from it via OKLCH color spaceaccentColordeprecated: If provided, maps toforegroundColorfor backward compatibilitycustomPalettereplaced bycssOverrides: UseRecord<string, string>for raw CSS variable overrides
New Features
- Redesigned authentication UI with updated design system, improved theming options, and enhanced user experience throughout the sign-in flow
foregroundMixRatio: Control how much the foreground color mixes into UI surfaces (default 0.04)cssOverrides: Advanced escape hatch for setting raw CSS custom properties- Automatic dark mode detection: The system auto-detects dark/light mode from your background color lightness — just provide dark colors directly, no more separate dark mode color properties. Use
modeonly to override if auto-detection misclassifies your background
For changelog entries prior to v3.0, switch to the 2.0 (LTS) docs from the version selector.