Skip to content

Releases: alfatraining/alfaview-php-sdk

v2.4.4

04 Nov 08:57
Compare
Choose a tag to compare
  • Updates to latest proto version
  • Adds deprecation notice for userCreate and userInvite calls. Including their request classes

v2.4.3

27 Mar 10:11
Compare
Choose a tag to compare
  • 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

10 Oct 13:22
Compare
Choose a tag to compare
  • Removes support for PHP versions older than 8.0
  • Update PHPUnit dependency

v2.4.1

05 May 11:51
Compare
Choose a tag to compare
  • Accept unknown enum values for forwards compatibility with alfaview services

v2.4.0

25 Oct 12:39
Compare
Choose a tag to compare
  • 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

21 Apr 12:12
Compare
Choose a tag to compare

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

02 Jun 15:42
Compare
Choose a tag to compare
  • recompile latest API definitions
  • add settings service
  • add helper functions for inviting external members and listing of available room types
  • extend test suite

v2.1.1

16 Oct 15:34
Compare
Choose a tag to compare

Add limit to roomList request

v2.1.0

28 Sep 15:28
Compare
Choose a tag to compare

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

14 Nov 11:29
Compare
Choose a tag to compare

Migrate from gRPC to HTTP API