Releases: Vonage/vonage-php-sdk-core
4.6.3
Changed
- Make Event::getConversationUuid() return type nullable by @erickskrauch in #468
- Fix from is now mandatory for WA verify2 (WABA) by @SecondeJK in #469
Full Changelog: 4.6.2...4.6.3
4.6.2
This release improves the Number Insight v1 Client by adding tests and not throwing errors on specific responses that are charged on the Vonage API.
Added
- Fix insight to return data when it is chargeable by @SecondeJK in #466
Full Changelog: 4.6.1...4.6.2
4.6.1
This release adds new keys to Verify V2 SMS, and adds new features to the Messages Client.
Added
- Add Entity ID and Content ID to Verify V2 by @SecondeJK in #464
- New Messages API Features by @SecondeJK in #465
Full Changelog: 4.6.0...4.6.1
4.6.0
This release drops support for the EOL PHP8.0. It is not considered a backwards-breaking change as it is not an API change.
Dependencies for Vonage JWT are bumped up as a result (older versions of lobucci/jwt also have identified security warnings)
What's Changed
- From can now be added for sender_id on Verify2 SMS by @SecondeJK in #461
- Support PHP 8.3 by @deleugpn in #455
- Bump off PHP 8.0, add support for next vonage jwt lib by @SecondeJK in #462
New Contributors
Full Changelog: 4.5.0...4.6.0
4.5.0
This minor release adds the capability for the SDK to load the Video Client providing you have installed vonage/video from packagist.
What's Changed
- Autoload video module if it is installed by @dragonmantank in #458
Full Changelog: 4.4.3...4.5.0
4.4.3
This patch fixes an issue with Verify (legacy) default sender ID, plus adds in the ability to add the redirect_url
to Silent Authentication requests.
What's Changed
- Remove superfluous code, push change to default sender ID by @SecondeJK in #453
- Add ability to add optional redirect url by @SecondeJK in #454
Full Changelog: 4.4.2...4.4.3
4.4.2
This Release removes all locale checks on Verify2, as the resulting delivery is not guaranteed to be delivered in the automatically selected locale on the API side. Also contains pipeline improvements, and update to the Numbers filter.
What's Changed
- build script to run on release, update for changelogs another time by @SecondeJK in #450
- remove verification checks, API behaviour too unstable currently by @SecondeJK in #449
- Allow to do numbers filtering with has_application and application_id filters by @erickskrauch in #448
Full Changelog: 4.4.1...4.4.2
4.4.1
Patch Release to add the new list of supported Verify V2 supported Locales.
What's Changed
- New Verify V2 Locales by @SecondeJK in #445
Full Changelog: 4.4.0...4.4.1
4.4.0
This minor release covers minor bug fixes and a new reworking/feature in that JWTs for Keypair
objects now use vonage/jwt
.
What's Changed
- add permissions to take out write-all in CI by @SecondeJK in #439
- make keyword nullable in InboundSMS.php by @SecondeJK in #440
- Refactor to JWT library by @SecondeJK in #441
- Add null check for appId getter on Number model by @erickskrauch in #443
New Contributors
- @erickskrauch made their first contribution in #443
Full Changelog: 4.3.2...4.4.0
4.3.2
Periodic patch to fix a number of minor bugs or introduce enhancements.
What's Changed
- Reintroduce phpstan, add baseline by @SecondeJK in #433
- Add v1 to meetings Client by @SecondeJK in #436
- Add checkURL into fixture for test by @SecondeJK in #437
- Network code optional in DeliveryReceipt by @SecondeJK in #438
Full Changelog: 4.3.1...4.3.2