1
1
Changelog
2
2
=========
3
+ # v3.0.33 (Jul 18, 2024)
4
+ * Updated request header
5
+
3
6
# v3.0.32 (Apr 9, 2024)
4
7
* Added SendbirdChatPrivacyInfo.xcprivacy for Apple Privacy Manifest
5
8
@@ -10,7 +13,7 @@ Changelog
10
13
* Support Websocket TLS 1.2
11
14
12
15
# v3.0.29 (Oct. 12, 2021)
13
- * Fix SetFile() Bug.
16
+ * Fix SetFile() Bug
14
17
15
18
# v3.0.28 (July 16, 2021)
16
19
* Add Public Interface For Emoji
@@ -20,57 +23,57 @@ Changelog
20
23
* Bug Fix
21
24
22
25
# v3.0.27 (Jun 14, 2021)
23
- * Add operator list query.
26
+ * Add operator list query
24
27
25
28
# v3.0.26 (May 25, 2021)
26
- * Add operator related methods.
29
+ * Add operator related methods
27
30
28
31
# v3.0.25 (May 14, 2021)
29
- * Monior bug fix.
32
+ * Monior bug fix
30
33
31
34
# v3.0.24 (May 7, 2021)
32
- * Add public group channel name search.
35
+ * Add public group channel name search
33
36
34
37
# v3.0.23 (Apr 20, 2021)
35
- * Add missing method for UserMessageParams.
36
- * Stability improvement.
38
+ * Add missing method for UserMessageParams
39
+ * Stability improvement
37
40
38
41
# v3.0.22 (Mar 31, 2021)
39
- * Add ApplicationUserListQuery.
40
- * Statbility improvement.
42
+ * Add ApplicationUserListQuery
43
+ * Statbility improvement
41
44
42
45
# v3.0.21 (Mar 10, 2021)
43
- * Bug fix.
46
+ * Bug fix
44
47
45
48
# v3.0.20 (Mar 9, 2021)
46
- * Bug fix.
49
+ * Bug fix
47
50
48
51
# v3.0.19 (Jan 9, 2021)
49
- * Fix FileMessage.GetSender() thrown an exception in some cases.
50
- * UserMessage.Sender property is deprecated. Use UserMessage.GetSender() instead.
52
+ * Fix FileMessage.GetSender() thrown an exception in some cases
53
+ * UserMessage.Sender property is deprecated. Use UserMessage.GetSender() instead
51
54
52
55
# v3.0.18 (Oct 22, 2020)
53
- * File encryption support.
56
+ * File encryption support
54
57
55
58
# v3.0.17 (Jun 19, 2020)
56
- * Chat history reset feature added.
57
- * User mention feature added.
58
- * User event handler added.
59
- * Performance improved.
59
+ * Chat history reset feature added
60
+ * User mention feature added
61
+ * User event handler added
62
+ * Performance improved
60
63
61
64
# v3.0.16 (Jun 1, 2020)
62
- * Retrieval of banned/unmuted user list added.
63
- * Channel hide/archive feature added.
64
- * User/message reporting feature added.
65
+ * Retrieval of banned/unmuted user list added
66
+ * Channel hide/archive feature added
67
+ * User/message reporting feature added
65
68
66
69
# v3.0.15 (May 15, 2020)
67
- * Introduced group channel invitation feature.
68
- * Introduced message update feature.
69
- * Added channel creation custom URL option.
70
+ * Introduced group channel invitation feature
71
+ * Introduced message update feature
72
+ * Added channel creation custom URL option
70
73
71
74
# v3.0.14 (NOV 30, 2019)
72
75
* Added ` BanUser ` , ` UnbanUser ` in GroupChannel
73
- * Added creating and updating GroupChannel with operators.
76
+ * Added creating and updating GroupChannel with operators
74
77
75
78
# v3.0.13 (JUL 25, 2019)
76
79
* Improved ConnectionHandler.
@@ -82,68 +85,68 @@ Changelog
82
85
* Added CustomTypesFilter in GroupChannelListQuery to search channels based on CustomType.
83
86
84
87
# v3.0.10 (May 23, 2018)
85
- * Updated WebSocket lib version.
88
+ * Updated WebSocket lib version
86
89
87
90
# v3.0.9 (Jan 26, 2018)
88
- * Fixed signing assembly issue on Windows build.
91
+ * Fixed signing assembly issue on Windows build
89
92
90
93
# v3.0.8 (Jan 24, 2018)
91
- * Reconnect() method added for explicit reconnection.
92
- * Application ID re-initialization added.
94
+ * Reconnect() method added for explicit reconnection
95
+ * Application ID re-initialization added
93
96
94
97
# v3.0.7 (Jan 18, 2018)
95
- * Improved stability.
98
+ * Improved stability
96
99
97
100
# v3.0.6 (Apr 17, 2017)
98
- * Fixed message deletion issue on Unity 3d.
101
+ * Fixed message deletion issue on Unity 3d
99
102
100
103
# v3.0.5 (Jan 20, 2017)
101
- * Speed up initial loading on some platforms.
104
+ * Speed up initial loading on some platforms
102
105
103
106
# v3.0.4 (Jan 17, 2017)
104
- * Improved stability.
105
- * Fixed read receipt reset issue.
107
+ * Improved stability
108
+ * Fixed read receipt reset issue
106
109
107
110
# v3.0.3 (DEC 14, 2016)
108
- * Improved stability.
111
+ * Improved stability
109
112
110
113
# v3.0.2 (Dec 9, 2016)
111
- * Improved performance.
112
- * Improved stability.
113
- * Added user IDs filters and query type to GroupChannelListQuery.
114
- * Added channel custom type for OpenChannel and GroupChannel.
115
- * Fixed to call ChannelHandler.onChannelChanged when unread message count or last message has been updated.
116
- * Fixed to update last message of group channel when UserMessage or FileMessage is successfully sent.
117
- * Added custom type to messages.
118
- * Added group channel list search by member nicknames and user IDs.
119
- * Added creating and updating channel cover image with binary file.
114
+ * Improved performance
115
+ * Improved stability
116
+ * Added user IDs filters and query type to GroupChannelListQuery
117
+ * Added channel custom type for OpenChannel and GroupChannel
118
+ * Fixed to call ChannelHandler.onChannelChanged when unread message count or last message has been updated
119
+ * Fixed to update last message of group channel when UserMessage or FileMessage is successfully sent
120
+ * Added custom type to messages
121
+ * Added group channel list search by member nicknames and user IDs
122
+ * Added creating and updating channel cover image with binary file
120
123
121
124
# v3.0.1 (Nov 21, 2016)
122
- * Faster connection time.
123
- * Improved stability.
125
+ * Faster connection time
126
+ * Improved stability
124
127
125
128
# v3.0.0 (Nov 7, 2016)
126
- * ` SendBird .NET SDK v3 ` .
129
+ * ` SendBird .NET SDK v3 `
127
130
128
131
# v2.3.0 (Jul 27, 2016)
129
- * Performance Improvement.
130
- * Unity SDK is separated.
131
- * Now you can set ` SendBirdSDK.CommonVar.IS_LOGGING ` (` true ` , ` false ` ) you can see logs from SendBird SDK.
132
+ * Performance Improvement
133
+ * Unity SDK is separated
134
+ * Now you can set ` SendBirdSDK.CommonVar.IS_LOGGING ` (` true ` , ` false ` ) you can see logs from SendBird SDK
132
135
133
136
# v2.2.0 (Jun 14, 2016)
134
- * SDK Internal timer logic is changed.
137
+ * SDK Internal timer logic is changed
135
138
* Performance Improvement
136
139
* Fixed a bug ` NullReferenceException ` in ` SendBirdSDK.SendMessage `
137
140
138
141
# v2.1.2 (Jun 10, 2016)
139
- * SendBirdSDK.GetConnectionState() is added.
142
+ * SendBirdSDK.GetConnectionState() is added
140
143
141
144
# v2.1.1 (May 24, 2016)
142
145
* Performance improvement
143
146
144
147
# v2.0.0 (May 17, 2016)
145
148
* Added routing for getting server address
146
- * ` websocket-sharp.dll ` file is changed, please update your existing dll.
149
+ * ` websocket-sharp.dll ` file is changed, please update your existing dll
147
150
* Fixed asynchronous API request bugs
148
151
149
152
# v1.2.1 (Apr 12, 2016)
@@ -153,19 +156,19 @@ Changelog
153
156
* Updated All Internal API request(asynchronous)
154
157
155
158
# v1.1.1 (Mar 21, 2016)
156
- * Fixed a bug that ` SendBird.Login ` fails to login again with different User ID.
157
- * Fixed ` SendBird.Model.SystemEvent ` data field parsing error.
159
+ * Fixed a bug that ` SendBird.Login ` fails to login again with different User ID
160
+ * Fixed ` SendBird.Model.SystemEvent ` data field parsing error
158
161
159
162
# v1.1.0 (Mar 17, 2016)
160
- * Added ` MemberCountQuery ` which returns total member count and online member count.
161
- * Updated ` MemberListQuery ` . You can select to return all members list or online members list using onlineOnly.
163
+ * Added ` MemberCountQuery ` which returns total member count and online member count
164
+ * Updated ` MemberListQuery ` . You can select to return all members list or online members list using onlineOnly
162
165
* Added ` ChannelMetaDataQuery `
163
166
* Added ` ChannelMetaCounterQuery `
164
167
* Added ` isOnline ` , ` lastSeenAt ` to ` User ` Model
165
168
* Added ` isSoftMuted ` to ` Message ` , ` FileLink `
166
169
* Added ` isMuted ` to ` User ` , ` Member ` , ` Sender `
167
- * Added ` SystemEvent ` and ` OnSystemEventReceived ` to ` SendBirdEventHandler ` for system events such as ` join ` or ` leave ` to/from ` channels ` .
168
- * Added ` OnMutedMessageReceived/OnMutedFileReceived ` to ` SendBirdEventHandler ` for soft muted user's messages and files.
170
+ * Added ` SystemEvent ` and ` OnSystemEventReceived ` to ` SendBirdEventHandler ` for system events such as ` join ` or ` leave ` to/from ` channels `
171
+ * Added ` OnMutedMessageReceived/OnMutedFileReceived ` to ` SendBirdEventHandler ` for soft muted user's messages and files
169
172
* Deleted ` SendBirdNotificationHandler ` , all events are moved to ` SendBirdEventHandler `
170
173
171
174
# v1.0.0
0 commit comments