Added Stellar blockchain support and wallet migration capabilities, along with improved test reliability and authentication UI fixes.
Features
- Added
migrateWalletSharemethod to securely migrate existing wallet shares with ECIES encryption - Added full Stellar blockchain integration with signing support for transactions and authentication
- add Stellar blockchain integration
Bug Fixes
- Improved Stellar signer implementation and wallet factory for better reliability
- Fixed stale preview images in the developer portal branding interface
- improve daily E2E test reliability for mobile tests
- Dev portal - stale preview images
This release adds React Native platform support, EIP-7702 authorization signing, and wallet switching capabilities while fixing React Native compatibility issues and improving developer tooling.
Features
- Added EIP-7702 authorization signing support to REST API examples
- Added platform-agnostic ParaProvider and hooks for React Native development
- Added wallet switching functionality with complete end-to-end flow
- Added CLI command to inspect API key configuration without entering edit mode
- Added permissions management page to developer portal with policy viewer
Bug Fixes
- Fixed build pipeline issues that were causing end-to-end test failures
- Fixed React Native compatibility for Android 15+ with 16KB memory page alignment
- Improved mobile test reliability with failure screenshots and independent test execution
- Fixed Metro bundler errors when using React Native SDK without Smart Account features
- Added request timeout and retry logic for better network reliability
- Fixed React Native compatibility with react-native-quick-crypto v1.x Nitro modules
Documentation
- Added EIP-712 typed data signing example to REST API documentation
Maintenance
- Increased pull request approval threshold to reduce review friction
- Added automatic cleanup of test organizations after end-to-end runs
- Unified pull request review process with comment-triggered commands
- Updated documentation files to fix outdated commands and paths
- Moved onramp components from shared library to portal for better dependency management
Tests
- Added comprehensive test coverage for wallet switching, guest mode, and account linking
- Added end-to-end tests for onramp provider integration flows
This release improves authentication UI screens, fixes Solana external wallet logout issues, and adds wagmi v3 compatibility for better developer experience.
Features
- Updated authentication UI with improved permissions and approval screens for better user experience
- Enhanced error reporting for production environments to improve debugging capabilities
Bug Fixes
- Fixed Solana external wallet users being logged out on page refresh
- Fixed switch wallets modal loading state not clearing properly after wallet selection
- Added wagmi v3 compatibility to eliminate peer dependency warnings
- Improved transaction approval handling for mobile bridge integrations when permissions policies are enabled
Maintenance
- Added async session export method for improved session management capabilities
This release adds support for external wallets (MetaMask, Rainbow, Phantom) as Account Abstraction signers with automatic chain switching.
Bug Fixes
- support external wallets as AA signers with chain switching
This release adds account abstraction support, improves permissions handling with longer review timeouts and consent flows, and enhances mobile testing coverage with iOS E2E tests.
Features
- Added account abstraction actions and hooks for enhanced wallet functionality
- Added permissions worksheet tool for generating policy configurations
- Added comprehensive iOS E2E tests for Swift, Flutter, and Expo mobile integrations
- add Maestro E2E tests for Swift, Flutter, and Expo iOS
Bug Fixes
- Fixed Vercel deployment authentication in CI workflows
- Increased permissions timeout to allow more time for transaction review
- Fixed permissions worksheet UI issues and removed unsupported features
- Fixed mobile E2E test results missing from CI notifications
- Improved environment handling by separating backend and API key configurations
- Added validation to prevent saving empty on-ramp provider configurations
- Fixed recovery secret regeneration in Para Connect
- Fixed permissions consent screen to properly display when required
Maintenance
- Updated design app with new permissions, login UI, and transaction screens
- Removed GitHub Pages deployment for permissions worksheet in favor of Vercel
- Updated Next.js example configuration for E2E testing
- Improved useIsFullyLoggedIn hook implementation
This release introduces a new CLI tool for developers, adds modal theming capabilities, and includes a new configuration option to customize the add funds experience.
Features
- Added
disableAddFundsPromptprop to hide the Add Funds button on the post-signup wallet creation screen while keeping it available in the main account view - Added new
@getpara/clipackage with 18 commands for authentication, project management, and configuration via browser OAuth flow
Bug Fixes
- Fixed EVM provider initialization to properly track setup state
Maintenance
- update nextjs example for e2e
Tests
- Added initial end-to-end test suite for developer portal functionality
This release adds webhook configuration UI to the developer portal and fixes critical issues with server-side rendering and React Native OAuth flows.
Features
- Added webhook configuration interface to developer portal for setting up webhook URLs, selecting event types, and managing secrets
Bug Fixes
- Fixed SDK instantiation errors in Next.js server-side rendering environments
- Fixed OAuth authentication hanging in React Native applications
- Fixed changelog documentation sync to generate proper Mintlify components
- Added validation for onramp providers to prevent invalid API calls
This release includes a major state management refactor for improved reliability, along with authentication flow optimizations and several critical bug fixes.
Features
- Refactored internal state management system for improved authentication flow reliability and consistency
Bug Fixes
- Fixed secure session regeneration issues that could cause authentication failures
- Fixed logout method to properly await completion before returning
- Removed deprecated wallet creation configuration from examples to prevent unintended behavior
- Fixed error reporting to correctly identify production vs sandbox environments
- Enhanced security headers and configurations across all hosted components
Performance
- Reduced API calls during OAuth authentication flow for faster sign-in times
This release adds dynamic authentication identifier support for the sign-in modal and fixes several wallet management issues including balance refresh, private key export, and React strict mode compatibility.
Features
- Added support for passing
defaultAuthIdentifierdirectly toopenModal()for dynamic authentication setup - Added REST API login method tracking in the developer portal analytics
Bug Fixes
- Fixed stale balance data when clicking ‘max’ after completing a transaction
- Fixed wallet loading issues when all wallet types are configured as optional
- Fixed missing wallet icons now showing chain-specific fallbacks instead of empty circles
- Fixed wallet detail view and export button not appearing in React strict mode
- Fixed passkey authentication errors when exporting private keys or switching wallets
- Fixed mobile dropdown positioning issues in the authentication UI
- Fixed export private key always showing the first wallet’s key regardless of dropdown selection
- CpslSelect mobile dropdown positioning
- re-fetch private key when selected wallet changes
Maintenance
- Updated REST API examples with latest endpoints and improved documentation
- Removed ‘View Plans’ button from developer portal onboarding flow
- Modularized E2E test infrastructure with shared page objects and reusable test flows
This release adds real-time transaction monitoring with WebSocket support, improves onramp provider filtering based on transaction limits, and fixes wallet recovery functionality.
Features
- Added automatic filtering of onramp providers based on transaction amount limits to prevent users from selecting incompatible payment methods
- Added real-time transaction monitoring with live status updates (pending, confirmed, failed) and retry functionality for failed transactions
- Added environment-aware Stripe configuration that automatically selects the correct publishable keys based on deployment environment
Bug Fixes
- Fixed changelog synchronization to use correct documentation repository
- Fixed wallet recovery flow functionality to restore proper user experience
- Fixed incorrect page redirects when refreshing the developer portal
- Improved wallet switching behavior to maintain valid asset and network selections when changing between wallet types
Maintenance
- Combined buy crypto and withdraw configuration sections in the developer portal into a single unified interface
This release improves authentication session persistence, wallet connection reliability, and on-ramp testing while removing deprecated dark theme support and streamlining the developer experience.
Features
- Added persistent authentication state that survives page reloads and browser sessions
- Added automatic test mode enforcement for on-ramp functionality in development and staging environments
- Added HTTPS support for balance override functionality in modals
Bug Fixes
- Fixed error when no pre-generated wallets are available during authentication
- Fixed wallet selection buttons remaining clickable during connection process in sign-in flow
- Removed outdated v1.x SDK code snippets from developer portal setup pages
- Fixed wallet image display issues in authentication UI
Maintenance
- Removed deprecated dark theme CSS variables from all examples and SDK components
- Decreased loading and redirect time in the developer portal