11# Changelog
22
3+ ## v4.8.0 (May 03, 2023)
4+ ### ** Features**
5+ ### PinnedMessageListQuery
6+ You can now retrieve all pinned messages in a GroupChannel by the ` PinnedMessageListQuery ` .
7+
8+ - Added ` PinnedMessage `
9+ - Added ` PinnedMessageListQuery ` , ` PinnedMessageListQueryParams `
10+ - Added ` groupChannel.createPinnedMessageListQuery() `
11+
12+ ```
13+ const query = groupChannel.createPinnedMessageListQuery(params);
14+ const pinnedMessages = await query.next();
15+ ```
16+
17+ ### ** Improvements**
18+ - Improvements stability
19+
320## v4.7.2 (Apr 19, 2023)
421### ** Improvements**
5- - Fixed a bug where ` MessageCollection.initialize() ` would throw an Error in some cases\n
22+ - Fixed a bug where ` MessageCollection.initialize() ` would throw an Error in some cases
23+
624## v4.7.1 (Apr 18, 2023)
725### ** Improvements**
8- - Fixed a bug on ` AbortController ` import\n
26+ - Fixed a bug on ` AbortController ` import
27+
928## v4.7.0 (Apr 17, 2023)
1029### Features
1130### (Moderation) Automatically detect when user is unmuted
@@ -18,11 +37,12 @@ Note that this is a `MessageCollections` only feature! We recommend all of our c
1837- Added ` collection.close() ` when ` disconnect() ` is called
1938- Added support for ` AbortController ` compatibility
2039- Improved stability
40+
2141## v4.6.2 (Apr 05, 2023)
2242### ** Improvements**
2343- Fixed a bug where ` GroupChannelCollection ` could not handle ` EVENT_MESSAGE_SENT `
24- ## v4.6.1 (Mar 29, 2023)
2544
45+ ## v4.6.1 (Mar 29, 2023)
2646### ** Improvements**
2747- Added ` fetch ` polyfill with ` AbortController ` support
2848- Fixed a bug where messages in ` MessageCollection ` not carrying ` parentMessage ` value when they should
0 commit comments