Skip to content

Releases: Vonage/vonage-php-sdk-core

4.2.1

13 Jul 10:58
b88a1fe
Compare
Choose a tag to compare

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

Full Changelog: 4.2.0...4.2.1

4.2.0

29 Jun 13:54
Compare
Choose a tag to compare

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

Full Changelog: 4.1.6...4.2.0

4.1.6

01 Jun 10:40
fd72359
Compare
Choose a tag to compare

This routine release importantly fixes the getRecording() method in the Voice client.

What's Changed

New Contributors

Full Changelog: 4.1.5...4.1.6

4.1.5

18 May 09:58
9cc0d27
Compare
Choose a tag to compare

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

Full Changelog: 4.1.4...4.1.5

4.1.4

09 May 10:47
8dc0f5b
Compare
Choose a tag to compare

An important patch release to fix the GSM7 encoding detection

What's Changed

Full Changelog: 4.1.3...4.1.4

4.1.3

18 Apr 10:10
53a204b
Compare
Choose a tag to compare

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

Full Changelog: 4.1.2...4.1.3

4.1.2

06 Apr 09:12
b9d3b25
Compare
Choose a tag to compare

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

Full Changelog: 4.1.1...4.1.2

4.1.1

30 Mar 10:58
a9d0756
Compare
Choose a tag to compare

Routine patch to add getRecording() method to the Voice client.

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0

29 Mar 09:08
09cac4a
Compare
Choose a tag to compare

This release adds the capability to use Vonage's Verify V2 in the SDK.

What's Changed

Full Changelog: 4.0.11...4.1.0

4.0.11

22 Mar 13:02
3c86ebb
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 4.0.10...4.0.11