Skip to content

Releases: GetStream/stream-chat-php

3.0.0

29 Aug 12:11
a4e4893

Choose a tag to compare

3.0.0 (2022-08-29)

Features

2.11.1

29 Aug 11:45
d7d428f

Choose a tag to compare

2.11.1 (2022-08-29)

Bug Fixes

  • bump guzzle for security and add 8.2 (#97) (947155e)

2.11.0

30 May 11:33
fa76a02

Choose a tag to compare

2.11.0 (2022-05-30)

Features

2.10.0

11 Apr 14:40
3d9ebc0

Choose a tag to compare

2.10.0 (2022-04-05)

Features

Bug Fixes

2.9.0

04 Feb 13:58
62b38a7

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

Choose a tag to compare

2.8.0 (2022-01-18)

Features

2.7.0

17 Nov 13:48

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

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

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

Choose a tag to compare

  • Add exportChannels API support (#60)