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: The onSuccess callback now includes only three attributes.
export interface SuccessEventType {
  connectionId: string;
  clientName: string;
  aeroPassUserUuid: string;
}
  • consumerId Renamed: The consumerId parameter is now renamed to configurationId. Update your integration accordingly.