Skip to content

Releases: Vonage/vonage-php-sdk-core

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

4.0.10

06 Mar 11:00
24a1c6d
Compare
Choose a tag to compare

This PR has an important behaviour change for sending SMS:
You will now not longer receive a PHP warning if you try and send a GSM-7 charset as Unicode.
You -will- get a logged warning (if you have set a PSR-3 compatible logger when creating the client) if you try and send a unicode charset text that could be set to GSM-7.

We do not want to stop you sending a message - it's your choice what encoding you want to use, but we will warn you if not correct.

GSM-7 is still the default, since unicode creates longer SMS messages that cost more.

What's Changed

Full Changelog: 4.0.9...4.0.10

4.0.9

28 Feb 15:50
7735ca5
Compare
Choose a tag to compare

This patch fixes the Basic Auth query handler which was overwriting existing query parameters when adding Auth.
It also contains a one line fix for a bug left in #379.

What's Changed

Full Changelog: 4.0.8...4.0.9

4.0.8

27 Feb 14:25
dcce996
Compare
Choose a tag to compare

This is a periodic patch to ship some improvements: the most important being a fix for Clients that use the IterableAPI Collection. This is an internal change. The other important aspect to note with this release is the introduction of deprecation notices for the PayNCCO. This feature will be deleted in a future major release, as it is being removed from Vonage APIs.

What's Changed

Full Changelog: 4.0.7...4.0.8

4.0.7

13 Feb 11:11
5a2ac50
Compare
Choose a tag to compare

This release fixes the authorisation handling for the Account API by introducing the new BasicQueryHandler()

What's Changed

  • added missing query string auth, add to account api by @SecondeJK in #372

Full Changelog: 4.0.6...4.0.7

4.0.6

10 Feb 11:25
c4e6688
Compare
Choose a tag to compare

This release is a hotfix for the GSM-7 detection, which contained an incorrect regex.

What's Changed

Full Changelog: 4.0.5...4.0.6