Releases: GetStream/stream-chat-php
Releases · GetStream/stream-chat-php
2.10.0
2.10.0 (2022-04-05)
Features
Bug Fixes
2.9.0
2.9.0 (2022-02-04)
Features
Bug Fixes
- fix invitation and channel update logic (#74) (ccf956c)
2.8.0
2.8.0 (2022-01-18)
Features
2.7.0
- 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
- Add support for updating channel ownership for Deleted Users
2.6.1
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
- Add async delete users API support (#62)
- Add async delete channels API support (#63)
2.5.0
- Add exportChannels API support (#60)
2.4.0
- Add Permissions API support and update dev dependencies (#59)
2.3.1
- Fixed type validation for issuedAt JWT field (#56)
- Fixed license field in composer.json
2.3.0
- Add support for new search improvements