Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

### v3.0.127 (Apr 21, 2020)
* Improved stability.
* Added flag `show_delivery_receipt` for channel GET API endpoints
* Following endpoints will now have `show_delivery_receipt`

```
GET https://api-{application_id}.sendbird.com/v3/group_channels
GET https://api-{application_id}.sendbird.com/v3/group_channels/{channel_url}
GET https://api-{application_id}.sendbird.com/v3/group_channels/{channel_url}/members
```

* Changed the parameter key of `read_receipt`
* `read_receipt` key value being used in the `buildParameterForGettingGroupChannelWithMember` function has been deprececated.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in "deprececated"

* It should be changed to the key value of `show_read_receipt`

### v3.0.126 (Mar 31, 2020)
* Stabilize connection state.
Expand Down