|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -All notable changes to this project will be documented in this file. |
4 |
| - |
5 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 |
| -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | + |
| 5 | +## [5.0.0](https://github.com/GetStream/stream-chat-go/compare/v4.0.1...v5.0.0) (2022-02-03) |
| 6 | + |
| 7 | + |
| 8 | +### ⚠ BREAKING CHANGES |
| 9 | + |
| 10 | +- `PartialUpdateMessage` method has a new signature |
| 11 | +- `Truncatechannel` method has a new signature |
| 12 | +- `AddMembers` method has a new signature |
| 13 | +- `MarkRead` method has a new signature |
| 14 | +- `UpdateCommand` method has a new signature |
| 15 | +- `PartialUpdateMessage` method has a new signature |
| 16 | +- `MuteUser` method has a new signature |
| 17 | +- `MuteUsers` method has a new signature |
| 18 | +- `FlagUser` method has a new signature |
| 19 | +- `ExportUser` method has a new signature |
| 20 | +- `DeactivateUser` method has a new signature |
| 21 | +- `ReactivateUser` method has a new signature |
| 22 | +- `DeleteUser` method has a new signature |
| 23 | +- `BanUser` methods have a new signature |
| 24 | +- `UnbanUser` methods have a new signature |
| 25 | +- `ShadowBan` methods have a new signature |
| 26 | + |
| 27 | +### Features |
| 28 | + |
| 29 | +* add grants to channeltype ([#166](https://github.com/GetStream/stream-chat-go/issues/166)) ([0a1a824](https://github.com/GetStream/stream-chat-go/commit/0a1a8242d61e4a96084d11bebb0f8e92b79b66ea)) |
| 30 | +* add import endpoint ([#172](https://github.com/GetStream/stream-chat-go/issues/172)) ([1dd3eba](https://github.com/GetStream/stream-chat-go/commit/1dd3eba5beb5a0b6559cda5a90b48bd9e4c0e2db)) |
| 31 | +* add offset and limit to listimports ([#174](https://github.com/GetStream/stream-chat-go/issues/174)) ([8c5702b](https://github.com/GetStream/stream-chat-go/commit/8c5702b170b7e5322f761a2b5b8f2feed95613ac)) |
| 32 | +* enhance connection pooling ([#171](https://github.com/GetStream/stream-chat-go/issues/171)) ([a78a42a](https://github.com/GetStream/stream-chat-go/commit/a78a42afed6e928b255364d64a713351d585b50f)) |
| 33 | +* extend app config with upload configs ([#170](https://github.com/GetStream/stream-chat-go/issues/170)) ([f4466ca](https://github.com/GetStream/stream-chat-go/commit/f4466ca4e506fec9e2e162757000b0a42e438a43)) |
| 34 | +* full feature parity ([#168](https://github.com/GetStream/stream-chat-go/issues/168)) ([6cac452](https://github.com/GetStream/stream-chat-go/commit/6cac452969917b7cbd2c8cfe34ca149b90046377)) |
| 35 | +* improved some apis ([#169](https://github.com/GetStream/stream-chat-go/issues/169)) ([ac44302](https://github.com/GetStream/stream-chat-go/commit/ac443025f2e27ddaa7a849e78b12d6e95da56991)) |
| 36 | +* swappable http client ([#173](https://github.com/GetStream/stream-chat-go/issues/173)) ([328e767](https://github.com/GetStream/stream-chat-go/commit/328e7677ac5c32496c7cedaf7ca51e8fcf2dbed3)) |
7 | 37 |
|
8 | 38 | ## [4.0.1] 2021-12-23
|
9 | 39 |
|
|
0 commit comments