Skip to content

Commit 3efae69

Browse files
committed
v3.1.6
1 parent 2dcef1b commit 3efae69

File tree

6 files changed

+152
-149
lines changed

6 files changed

+152
-149
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.1.6 (DEC 29, 2021)
4+
- Bug-fix in retrying reconnect with application settings.
5+
- Fixed type definitions to `enum`.
6+
37
## v3.1.5 (DEC 24, 2021)
48
- Fixed pending message not being added to a message collection issue when local cache enabled in React Native.
59
- All properties of `MessageSearchQueryOptions` are now made optional.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,9 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
### v3.1.5 (DEC 24, 2021)
344+
### v3.1.6 (DEC 29, 2021)
345345

346346
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
347347

348-
- Fixed pending message not being added to a message collection issue when local cache enabled in React Native.
349-
- All properties of `MessageSearchQueryOptions` are now made optional.
350-
- Added type definitions `PUSH_TEMPLATE_DEFAULT` and `PUSH_TEMPLATE_ALTERNATIVE` in `SendBird`.
351-
- Added `clearCachedData()` interface in `SendBird` for local caching.
348+
- Bug-fix in retrying reconnect with application settings.
349+
- Fixed type definitions to `enum`.

0 commit comments

Comments
 (0)