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