Skip to content

Commit 1b86c25

Browse files
committed
v3.1.33
1 parent 4e10ee2 commit 1b86c25

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## v3.1.33 (Aug 24, 2023)
3+
> **Thank you everyone for using our SDK v3. This is our final release as we transition to our latest SDK v4 (first released in Apr 2022). Please reach out to our support if you have any questions.**
4+
### Improvements
5+
- Fixed a bug where called `ChangeLogAPI` infinitely
26
## v3.1.32 (JAN 31, 2023)
37
### Improvements
48
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,9 @@ Additionally, migration guide for clients currently using SyncManager will be av
348348

349349
## Changelogs
350350

351-
## v3.1.32 (JAN 31, 2023)
351+
## v3.1.33 (Aug 24, 2023)
352+
> **Thank you everyone for using our SDK v3. This is our final release as we transition to our latest SDK v4 (first released in Apr 2022). Please reach out to our support if you have any questions.**
352353
### Improvements
353-
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access
354+
- Fixed a bug where called `ChangeLogAPI` infinitely
354355

355356
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).

SendBird.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.1.32
2+
* Type Definitions for Sendbird SDK v3.1.33
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/
@@ -2312,6 +2312,8 @@ declare namespace SendBird {
23122312
interface GroupChannelFilter {
23132313
includeEmpty: boolean;
23142314
nicknameContainsFilter: string;
2315+
nicknameStartsWithFilter: string;
2316+
nicknameExactMatchFilter: string;
23152317
channelNameContainsFilter: string;
23162318
memberStateFilter: MemberStateFilter;
23172319
customTypesFilter: string[];

SendBird.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.32",
3+
"version": "3.1.33",
44
"authors": [
55
"Sendbird <support@sendbird.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.32",
3+
"version": "3.1.33",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)