Skip to content

Releases: GetStream/stream-chat-php

2.10.0

11 Apr 14:40
3d9ebc0
Compare
Choose a tag to compare

2.10.0 (2022-04-05)

Features

Bug Fixes

2.9.0

04 Feb 13:58
62b38a7
Compare
Choose a tag to compare

2.9.0 (2022-02-04)

Features

Bug Fixes

  • fix invitation and channel update logic (#74) (ccf956c)

2.8.0

18 Jan 11:36
dbe2502
Compare
Choose a tag to compare

2.8.0 (2022-01-18)

Features

2.7.0

17 Nov 13:48
Compare
Choose a tag to compare
  • Add support for shadow banning user
    • shadow_ban
    • remove_shadow_ban
  • Add support for pinning messages
    • pin_message
    • unpin_message
  • Add support for partial updating messages
    • update_message_partial
  • Add support for updating channel ownership for Deleted Users

2.6.1

04 Nov 21:28
Compare
Choose a tag to compare
  • UpdateUser and UpdateUsers are deprecated in favor of UpsertUser and UpsertUsers respectively (#64) and will be dropped in the next major release. There is no change in the implementation, simple renaming for what they really do. Kudos @mahboubii

2.6.0

01 Nov 21:38
Compare
Choose a tag to compare
  • Add async delete users API support (#62)
  • Add async delete channels API support (#63)

2.5.0

06 Oct 15:12
Compare
Choose a tag to compare
  • Add exportChannels API support (#60)

2.4.0

04 Oct 15:19
Compare
Choose a tag to compare
  • Add Permissions API support and update dev dependencies (#59)

2.3.1

04 Oct 08:20
Compare
Choose a tag to compare
  • Fixed type validation for issuedAt JWT field (#56)
  • Fixed license field in composer.json

2.3.0

28 Jun 12:40
Compare
Choose a tag to compare
  • Add support for new search improvements