Skip to content

Commit

Permalink
release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OnestarLee committed Nov 29, 2024
1 parent ff0cc7c commit a910078
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.1.0 (Nov 29, 2024)
### Features
- Added `SetPushTriggerOption` to `SendbirdChatClient`
- Added `GetPushTriggerOption` to `SendbirdChatClient`
- Added `SetMyPushTriggerOption` to `SbGroupChannel`
- Added `GetMyPushTriggerOption` to `SbGroupChannel`
- Added `SbPushTriggerOption`
### Bug Fixes
- Fixed an issue with `SendbirdChat.BlockUser` where 'User not found error' occurs due to URL encoding

## 4.0.1 (Sep 25, 2024)
### Improvements
- Improved WebSocket connection
Expand Down
4 changes: 2 additions & 2 deletions netstandard2.0/SendbirdChat.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"SendbirdChat/4.0.1": {
"SendbirdChat/4.1.0": {
"dependencies": {
"NETStandard.Library": "2.0.3",
"Newtonsoft.Json": "13.0.3"
Expand All @@ -33,7 +33,7 @@
}
},
"libraries": {
"SendbirdChat/4.0.1": {
"SendbirdChat/4.1.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified netstandard2.0/SendbirdChat.dll
Binary file not shown.
Binary file modified netstandard2.0/SendbirdChat.pdb
Binary file not shown.

0 comments on commit a910078

Please sign in to comment.