Skip to content

Commit 32b5ea2

Browse files
AUTOMATION: CHANGELOG Update
1 parent 200ef75 commit 32b5ea2

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

CHANGELOG.md

Lines changed: 1 addition & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
# UNRELEASED CHANGELOG
2-
## Common changes for all artifacts
3-
### 🐞 Fixed
4-
5-
### ⬆️ Improved
6-
7-
### ✅ Added
8-
9-
### ⚠️ Changed
10-
11-
### ❌ Removed
12-
1+
# December 12th, 2025 - 6.30.0
132
## stream-chat-android-client
14-
### 🐞 Fixed
15-
16-
### ⬆️ Improved
17-
183
### ✅ Added
194
- Add `ChatClient.queryReactions(String, FilterObject?, Int?, String?, QuerySorter<Reaction>?)` operation for querying reactions with filtering, sorting, and pagination support. [#6040](https://github.com/GetStream/stream-chat-android/pull/6040)
205
- Add `ChatClient.markUnread(String, String, Date)` for marking a channel as unread from a given timestamp. [#6027](https://github.com/GetStream/stream-chat-android/pull/6027)
@@ -28,76 +13,13 @@
2813
- Deprecate `ChannelClient.markThreadUnread(String, String)` because marking a thread as unread from a given message is currently not supported. [#6027](https://github.com/GetStream/stream-chat-android/pull/6027)
2914
- Deprecate `ChannelClient.getReactions(messageId: String, firstReactionId: String, limit: Int)` because it is no longer supported. [#6039](https://github.com/GetStream/stream-chat-android/pull/6039)
3015

31-
### ❌ Removed
32-
33-
## stream-chat-android-offline
34-
### 🐞 Fixed
35-
36-
### ⬆️ Improved
37-
38-
### ✅ Added
39-
40-
### ⚠️ Changed
41-
42-
### ❌ Removed
43-
44-
## stream-chat-android-state
45-
### 🐞 Fixed
46-
47-
### ⬆️ Improved
48-
49-
### ✅ Added
50-
51-
### ⚠️ Changed
52-
53-
### ❌ Removed
54-
55-
## stream-chat-android-ui-common
56-
### 🐞 Fixed
57-
58-
### ⬆️ Improved
59-
60-
### ✅ Added
61-
62-
### ⚠️ Changed
63-
64-
### ❌ Removed
65-
66-
## stream-chat-android-ui-components
67-
### 🐞 Fixed
68-
69-
### ⬆️ Improved
70-
71-
### ✅ Added
72-
73-
### ⚠️ Changed
74-
75-
### ❌ Removed
76-
7716
## stream-chat-android-compose
7817
### 🐞 Fixed
7918
- Ensure `isAppInForegroundAsState` lifecycle observer removal occurs on the main thread. [#6033](https://github.com/GetStream/stream-chat-android/pull/6033)
8019

8120
### ⬆️ Improved
8221
- Fix `StrictMode` violations in the `AttachmentsPicker`. [#6029](https://github.com/GetStream/stream-chat-android/pull/6029)
8322

84-
### ✅ Added
85-
86-
### ⚠️ Changed
87-
88-
### ❌ Removed
89-
90-
## stream-chat-android-markdown-transformer
91-
### 🐞 Fixed
92-
93-
### ⬆️ Improved
94-
95-
### ✅ Added
96-
97-
### ⚠️ Changed
98-
99-
### ❌ Removed
100-
10123
# November 28th, 2025 - 6.29.0
10224
## stream-chat-android-client
10325
### 🐞 Fixed

0 commit comments

Comments
 (0)