Releases: Vonage/vonage-php-sdk-core
4.10.3
This release adds support for webhooks in the messages API and includes a bug fix for OwnedNumbers.
Added
- Added webhooks and tests for messages api by @SecondeJK in #517
Fixed
- Fix docs and add nullcheck for ownedNumbers by @SecondeJK in #518
Full Changelog: 4.10.2...4.10.3
4.10.2
This release fixes setting context on WhatsApp objects in the Messages Client, and contains a lot of linting fixes with phpcs.
Fixed
- Update WhatsAppTemplate.php by @Pier-d in #508
- Update WhatsAppVideo.php by @Pier-d in #509
- Update WhatsAppFile.php by @Pier-d in #511
- Update WhatsAppImage.php by @Pier-d in #512
- Update WhatsAppSticker.php by @Pier-d in #510
- Update WhatsAppCustom.php by @Pier-d in #513
- Update WhatsAppAudio.php by @Pier-d in #514
- Linting Scrub by @SecondeJK in #516
New Contributors
Full Changelog: 4.10.1...4.10.2
4.10.1
This release adds some nice-to-have validation to the Messages Client: You now cannot send a Message to the API in the SDK If it fails E.164 validation.
Changed
- Messages API to number validation by @SecondeJK in #507
Full Changelog: 4.10.0...4.10.1
4.10.0
Fixed
- Add nullsafe checks for API response by @SecondeJK in #505
Added
- Feature/typehint hardening by @SecondeJK in #506
Full Changelog: 4.9.0...4.10.0
4.9.0
This minor release contains the functionality for Custom Templates to be used in Verify.
You can find more information about this functionality in the code snippets section here:
https://developer.vonage.com/en/verify/code-snippets/create-template-v2?source=verify
Added
- added test for advanced machine detection by @SecondeJK in #501
- Feature/verify custom templates by @SecondeJK in #502
Fixed
- correct the nullcheck on whatsapp context. by @SecondeJK in #500
Full Changelog: 4.8.8...4.9.0
4.8.8
This fix release is mainly to add the default option in advanced machine detection in the Voice API Client.
Fixed
- small bits from reviewing numbers API by @SecondeJK in #498
- Add default option for Advanced Machine Detection by @SecondeJK in #499
Full Changelog: 4.8.7...4.8.8
4.8.7
This release deprecated the ProactiveConnect and Meetings API Clients, fixes NCCO bug issues and adds the RCS message functionality within the Messages Client.
Added
- Feature/q3 messages additions by @SecondeJK in #497
Fixed
- Fixes NCCO parsing to and from arrays by @itssamtaylor in #495
Deprecated
- Deprecate meetings & proactive connect by @SecondeJK in #496
New Contributors
- @itssamtaylor made their first contribution in #495
Full Changelog: 4.8.6...4.8.7
4.8.6
This release fixes async/sync behaviour of the Record NCCO when using timeouts.
Changed
- Fix Record NCCO Behaviour by @SecondeJK in #493
Full Changelog: 4.8.5...4.8.6
4.8.5
This release tidies up the test suite to refactor using a single trait for mock responses.
Changed
All tests that need mock responses. PSR7 Assertions was also duplicated so that has been removed.
Full Changelog: 4.8.4...4.8.5
4.8.4
This release adds validation for Silent Auth requests to stop developers from sending chargeable invalid requests.
Added
- Added validation for Silent Auth by @SecondeJK in #491
Full Changelog: 4.8.3...4.8.4