Migrating to Vonage SDK v4.4.3
Version v4.4.3 introduces 1 breaking change. This guide details how to update your code.
Released: 5/9/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
vonage-number-insightBreaking Changes
●Issue #1
The authentication method for vonage-number-insight has changed from request body authentication to basic header authentication. Users must update their integration to use basic header auth instead of passing credentials in the request body.
Migration Steps
- 1Update vonage-number-insight integration to use basic header authentication instead of request body authentication.
Release Summary
The vonage-number-insight integration has been updated to use basic header authentication instead of request body authentication.
Need More Details?
View the full release notes and all changes for Vonage SDK v4.4.3.
View Full Changelog