Release Notes
π Aerosync Web SDK v2.0.0
Release Date: June 5, 2025
β¨ New Feature
- AeroPass Support: Returning users can now select their previously linked banks when using AeroPass, streamlining the login and verification process.
- Added support to handle authentication for balance refresh.
- Added support for manual link only widget.
β οΈ Breaking Changes
onSuccess
Event Updated: TheonSuccess
callback now includes only three attributes.export interface SuccessEventType { connectionId: string; clientName: string; aeroPassUserUuid: string; }
consumerId
Renamed: The consumerId parameter is now renamed toconfigurationId
. Update your integration accordingly.
Updated 2 days ago