|
1 | | -## Upcoming |
2 | | - |
3 | | -✅ Added |
4 | | - |
5 | | -- Added support for `Read.lastDeliveredAt` and `Read.lastDeliveredMessageId` fields to track message |
6 | | - delivery receipts. |
7 | | - |
8 | 1 | ## 9.19.0 |
9 | 2 |
|
10 | 3 | - Updated `stream_chat` dependency to [`9.19.0`](https://pub.dev/packages/stream_chat/changelog). |
|
133 | 126 |
|
134 | 127 | ## 7.2.0-hotfix.1 |
135 | 128 |
|
136 | | -- Updated `stream_chat` dependency to [ |
137 | | - `7.2.0-hotfix.1`](https://pub.dev/packages/stream_chat/changelog). |
| 129 | +- Updated `stream_chat` dependency to [`7.2.0-hotfix.1`](https://pub.dev/packages/stream_chat/changelog). |
138 | 130 |
|
139 | 131 | ## 7.2.0 |
140 | 132 |
|
|
155 | 147 | ## 7.0.0 |
156 | 148 |
|
157 | 149 | - Updated minimum supported `SDK` version to Flutter 3.13/Dart 3.1 |
158 | | -- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use |
159 | | - `getChannelStates.channelStateSort` instead. |
| 150 | +- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use `getChannelStates.channelStateSort` instead. |
160 | 151 |
|
161 | 152 | ## 6.10.0 |
162 | 153 |
|
|
173 | 164 |
|
174 | 165 | ## 6.7.0 |
175 | 166 |
|
176 | | -- [[#1683]](https://github.com/GetStream/stream-chat-flutter/issues/1683) Fixed SqliteException no |
177 | | - such column `messages.state`. |
| 167 | +- [[#1683]](https://github.com/GetStream/stream-chat-flutter/issues/1683) Fixed SqliteException no such column `messages.state`. |
178 | 168 | - Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog). |
179 | 169 |
|
180 | 170 | ## 6.6.0 |
|
195 | 185 |
|
196 | 186 | ## 6.2.0 |
197 | 187 |
|
198 | | -- Added support for `StreamChatPersistenceClient.isConnected` for checking if the client is |
199 | | - connected to the database. |
| 188 | +- Added support for `StreamChatPersistenceClient.isConnected` for checking if the client is connected to the database. |
200 | 189 | - [[#1422]](https://github.com/GetStream/stream-chat-flutter/issues/1422) Removed default values |
201 | 190 | from `UserEntity` `createdAt` and `updatedAt` fields. |
202 | 191 | - Updated `stream_chat` dependency to [`6.2.0`](https://pub.dev/packages/stream_chat/changelog). |
203 | 192 | - Added support for `StreamChatPersistenceClient.openPersistenceConnection` |
204 | | - and `StreamChatPersistenceClient.closePersistenceConnection` for opening and closing the database |
205 | | - connection. |
| 193 | + and `StreamChatPersistenceClient.closePersistenceConnection` for opening and closing the database connection. |
206 | 194 |
|
207 | 195 | ## 6.1.0 |
208 | 196 |
|
|
230 | 218 |
|
231 | 219 | ## 5.0.0-beta.1 |
232 | 220 |
|
233 | | -- Updated `stream_chat` dependency to [ |
234 | | - `5.0.0-beta.1`](https://pub.dev/packages/stream_chat/changelog). |
| 221 | +- Updated `stream_chat` dependency to [`5.0.0-beta.1`](https://pub.dev/packages/stream_chat/changelog). |
235 | 222 |
|
236 | 223 | ## 4.4.0 |
237 | 224 |
|
|
263 | 250 |
|
264 | 251 | ## 4.0.0-beta.0 |
265 | 252 |
|
266 | | -- Updated `stream_chat` dependency to [ |
267 | | - `4.0.0-beta.0`](https://pub.dev/packages/stream_chat/changelog). |
| 253 | +- Updated `stream_chat` dependency to [`4.0.0-beta.0`](https://pub.dev/packages/stream_chat/changelog). |
268 | 254 |
|
269 | 255 | ## 3.1.0 |
270 | 256 |
|
|
273 | 259 | ## 3.0.0 |
274 | 260 |
|
275 | 261 | - Updated `stream_chat` dependency to [`3.0.0`](https://pub.dev/packages/stream_chat/changelog). |
276 | | -- [[#604]](https://github.com/GetStream/stream-chat-flutter/issues/604) Fix cascade deletion by |
277 | | - enabling `pragma foreign_keys`. |
278 | | -- Added a new table `PinnedMessageReactions` and dao `PinnedMessageReactionDao` specifically for |
279 | | - pinned messages. |
| 262 | +- [[#604]](https://github.com/GetStream/stream-chat-flutter/issues/604) Fix cascade deletion by enabling `pragma foreign_keys`. |
| 263 | +- Added a new table `PinnedMessageReactions` and dao `PinnedMessageReactionDao` specifically for pinned messages. |
280 | 264 |
|
281 | 265 | ## 2.2.0 |
282 | 266 |
|
|
0 commit comments