Releases: Vonage/vonage-php-sdk-core
4.2.1
This minor release adds extra functionality to the Meetings API when creating a room, so that options can be passed through to the request.
What's Changed
- Meetings API logic changes by @SecondeJK in #419
Full Changelog: 4.2.0...4.2.1
4.2.0
This minor release adds three new APIs to the SDK:
- The Subaccounts API which is documented here
- The Meetings API which is documented here
- The ProActiveConnect API. This is in Beta, so is not officially supported yet.
What's Changed
- Output typo for backend when using AMD by @SecondeJK in #415
- Subaccounts API by @SecondeJK in #414
- Meetings API Support by @SecondeJK in #417
- Feature/proactive connect by @SecondeJK in #402
Full Changelog: 4.1.6...4.2.0
4.1.6
This routine release importantly fixes the getRecording()
method in the Voice client.
What's Changed
- Hardened the GSM-7 tests by @SecondeJK in #409
- Upgrade the laminas/laminas-diactoros package by @martio in #410
- Fix getRecording for Voice, URL Override by @SecondeJK in #413
New Contributors
Full Changelog: 4.1.5...4.1.6
4.1.5
This incremental patch includes new features for Verify v2 - importantly the abilty to set fraud_check
and Voice now has advanced machine detection.
What's Changed
- Feature/voice machine detection by @SecondeJK in #404
- Added fraud check by @SecondeJK in #406
- Added ability to cancel request by @SecondeJK in #405
- Redefine fraud_check rendering by @SecondeJK in #407
Full Changelog: 4.1.4...4.1.5
4.1.4
An important patch release to fix the GSM7 encoding detection
What's Changed
- Fix small cedilla test + encoding by @SecondeJK in #403
Full Changelog: 4.1.3...4.1.4
4.1.3
This release adds BYOP (Bring Your Own PIN) to Verify V2 (i.e. you can give an alphanumeric string of your choice to be sent to the customer. It also adds a bugfix by @ash-jc-allen who spotted the ClientFactory
for the mapper was incorrectly coded like the test suite using Prophecy.
What's Changed
- Feature/verify v2 byop by @SecondeJK in #400
- Fix
Verify2
bug that prevents verifications from being sent by @ash-jc-allen in #397
Full Changelog: 4.1.2...4.1.3
4.1.2
The Auth handler rollout broke Verify v1, which needs the api_key and api_secret to be passed into the body. This meant changing the auth to TokenBodyHandler()
which has not been used before, and subsequently needed to be fixed.
Verify v1 should now be working correct with auth, and tests have been added to stop repeats of this.
What's Changed
- Fix TokenBodyHandler and add it to Verify v1 by @SecondeJK in #394
Full Changelog: 4.1.1...4.1.2
4.1.1
Routine patch to add getRecording()
method to the Voice client.
What's Changed
- Add ability for Voice to get Recording by @SecondeJK in #393
Full Changelog: 4.1.0...4.1.1
4.1.0
This release adds the capability to use Vonage's Verify V2 in the SDK.
What's Changed
- Verify v2 by @SecondeJK in #389
- Verify v2 webhook modifications by @SecondeJK in #392
Full Changelog: 4.0.11...4.1.0
4.0.11
This routine patch release is to primarily remove unsupported Message types in the Message API (as these are no longer available on the Vonage API, they are technically not a backwards-compatible breaking change). There are also some new types of Message supported, notably ViberVideo.
What's Changed
- Remove unsupported message types by @SecondeJK in #385
- New Message Types by @SecondeJK in #388
- Add type to possibleParameters for Number context by @stronglab in #390
New Contributors
- @stronglab made their first contribution in #390
Full Changelog: 4.0.10...4.0.11