Releases: alfatraining/alfaview-php-sdk
Releases · alfatraining/alfaview-php-sdk
v2.4.4
v2.4.3
- Regenerates all files based on latest proto
- Removes deprecated BusinessLogicService inviteExternalMembers function and the test for it.
\Alfaview\Alfaview::createGuestLink
should be used instead to invite guests.
v2.4.2
- Removes support for PHP versions older than 8.0
- Update PHPUnit dependency
v2.4.1
- Accept unknown enum values for forwards compatibility with alfaview services
v2.4.0
- Adds new Swagger definitions from proto files
- Adds new helper functions for guest and group link creation
- Updates test cases to use new guest service
v2.3.0
Updates guzzlehttp/guzzle package which requires a regeneration of the swagger files.
Also updates phpunit so the tests can be run using PHP 8. Which requires the test files to be updated to use correct class and function declarations.
v2.2.0
v2.1.1
Add limit to roomList request
v2.1.0
Updates API_HOST to https://apis.alfaview.com/json/v1
Checks for CommonReplyStatusCode::OK in ReplyInfo-StatusCode in addition to checking for null to catch errors
v2.0
Migrate from gRPC to HTTP API