Releases: opentok/OpenTok-PHP-SDK
Release v4.0.0
Release v4.0.0 Alpha 1
This is the alpha release of OpenTok PHP SDK v4. It primarily features the upgrade of the guzzle dependency from guzzle3 to guzzlehttp6. Although the API does not change in this version, the change has affected every method and has a chance to break SDK users in subtle and unexpected ways which is why the major version number has been incremented.
#132 - Move to Guzzle 6 (#201)
Please use this chance to test your applications and report if you find any problems. If there are no glaring issues the final v4.0.0 will be released in 1 week time.
Release v3.1.1
Release v3.1.0
Release v3.0.0
This release brings along full PHP 7 support and increases our minimum PHP version to 5.6 which aligns with PHP's own support schedule: http://php.net/supported-versions.php
Because of this change we've decided to bump the major version to 3 to respect semver.
We can now increase our dependency versions, particularly phpunit which was necessary to run our tests in PHP 7.
Unfortunately we have not been able to upgrade our version of guzzle yet, see #132
Thanks for using OpenTok-PHP-SDK
Release v2.5.1
#187 Don't parse 204 No Content
responses because of a change in PHP 7's json_decode()
This will be the final version that supports PHP 5.3, 5.4 and 5.5.
Although this version should work with PHP 7 you may have issues with incompatible dependencies such as phpunit which require a lower PHP version. The next version will be v3 and will have complete support for PHP 7.
Release v2.5.0
Feature: #184 Force Disconnect API, thanks @Taracque!
#186 and #181 Fixed namespace references, thanks @bklima-ss and @valeriitropin!
#180 Update API URL from /partner to /project
#182 Updated JS samples to use latest JS API
Fixed #168 Fix payload format when calling Dial API
Fixed #167 Update firebase/php-jwt dependency version to v4
Release v2.4.0
Release v2.3.1
Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
archiveMode
option of theopentok.createSession()
method and the\OpenTok\ArchiveMode
class. - Audio-only or video-only archives -- See the
hasAudio
andhasVideo
options of theopentok.startArchive()
method. - Individual archiving -- See the
outputMode
option of theopentok.startArchive()
method and the\OpenTok\OutputMode
class. (#52) - Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See
\OpenTok\Archive.status
.