Skip to content

Commit

Permalink
chore: release 3.0.33 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnestarLee authored Jul 18, 2024
1 parent b14ce0d commit 0da245a
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 59 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/BuildAutomation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Approve by automation

on:
workflow_dispatch:
jobs:
approve-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'approve a pull request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr review ${{ env.PR_NUMBER }} --approve --body "approved by automation"
121 changes: 62 additions & 59 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
# v3.0.33 (Jul 18, 2024)
* Updated request header

# v3.0.32 (Apr 9, 2024)
* Added SendbirdChatPrivacyInfo.xcprivacy for Apple Privacy Manifest

Expand All @@ -10,7 +13,7 @@ Changelog
* Support Websocket TLS 1.2

# v3.0.29 (Oct. 12, 2021)
* Fix SetFile() Bug.
* Fixed SetFile() Bug

# v3.0.28 (July 16, 2021)
* Add Public Interface For Emoji
Expand All @@ -20,57 +23,57 @@ Changelog
* Bug Fix

# v3.0.27 (Jun 14, 2021)
* Add operator list query.
* Added operator list query

# v3.0.26 (May 25, 2021)
* Add operator related methods.
* Added operator related methods

# v3.0.25 (May 14, 2021)
* Monior bug fix.
* Monior bug fix

# v3.0.24 (May 7, 2021)
* Add public group channel name search.
* Added public group channel name search

# v3.0.23 (Apr 20, 2021)
* Add missing method for UserMessageParams.
* Stability improvement.
* Added missing method for UserMessageParams
* Stability improvement

# v3.0.22 (Mar 31, 2021)
* Add ApplicationUserListQuery.
* Statbility improvement.
* Added ApplicationUserListQuery
* Statbility improvement

# v3.0.21 (Mar 10, 2021)
* Bug fix.
* Bug fix

# v3.0.20 (Mar 9, 2021)
* Bug fix.
* Bug fix

# v3.0.19 (Jan 9, 2021)
* Fix FileMessage.GetSender() thrown an exception in some cases.
* UserMessage.Sender property is deprecated. Use UserMessage.GetSender() instead.
* Fixed FileMessage.GetSender() thrown an exception in some cases
* UserMessage.Sender property is deprecated. Use UserMessage.GetSender() instead

# v3.0.18 (Oct 22, 2020)
* File encryption support.
* File encryption support

# v3.0.17 (Jun 19, 2020)
* Chat history reset feature added.
* User mention feature added.
* User event handler added.
* Performance improved.
* Chat history reset feature added
* User mention feature added
* User event handler added
* Performance improved

# v3.0.16 (Jun 1, 2020)
* Retrieval of banned/unmuted user list added.
* Channel hide/archive feature added.
* User/message reporting feature added.
* Retrieval of banned/unmuted user list added
* Channel hide/archive feature added
* User/message reporting feature added

# v3.0.15 (May 15, 2020)
* Introduced group channel invitation feature.
* Introduced message update feature.
* Added channel creation custom URL option.
* Introduced group channel invitation feature
* Introduced message update feature
* Added channel creation custom URL option

# v3.0.14 (NOV 30, 2019)
* Added `BanUser`, `UnbanUser` in GroupChannel
* Added creating and updating GroupChannel with operators.
* Added creating and updating GroupChannel with operators

# v3.0.13 (JUL 25, 2019)
* Improved ConnectionHandler.
Expand All @@ -82,68 +85,68 @@ Changelog
* Added CustomTypesFilter in GroupChannelListQuery to search channels based on CustomType.

# v3.0.10 (May 23, 2018)
* Updated WebSocket lib version.
* Updated WebSocket lib version

# v3.0.9 (Jan 26, 2018)
* Fixed signing assembly issue on Windows build.
* Fixed signing assembly issue on Windows build

# v3.0.8 (Jan 24, 2018)
* Reconnect() method added for explicit reconnection.
* Application ID re-initialization added.
* Reconnect() method added for explicit reconnection
* Application ID re-initialization added

# v3.0.7 (Jan 18, 2018)
* Improved stability.
* Improved stability

# v3.0.6 (Apr 17, 2017)
* Fixed message deletion issue on Unity 3d.
* Fixed message deletion issue on Unity 3d

# v3.0.5 (Jan 20, 2017)
* Speed up initial loading on some platforms.
* Speed up initial loading on some platforms

# v3.0.4 (Jan 17, 2017)
* Improved stability.
* Fixed read receipt reset issue.
* Improved stability
* Fixed read receipt reset issue

# v3.0.3 (DEC 14, 2016)
* Improved stability.
* Improved stability

# v3.0.2 (Dec 9, 2016)
* Improved performance.
* Improved stability.
* Added user IDs filters and query type to GroupChannelListQuery.
* Added channel custom type for OpenChannel and GroupChannel.
* Fixed to call ChannelHandler.onChannelChanged when unread message count or last message has been updated.
* Fixed to update last message of group channel when UserMessage or FileMessage is successfully sent.
* Added custom type to messages.
* Added group channel list search by member nicknames and user IDs.
* Added creating and updating channel cover image with binary file.
* Improved performance
* Improved stability
* Added user IDs filters and query type to GroupChannelListQuery
* Added channel custom type for OpenChannel and GroupChannel
* Fixed to call ChannelHandler.onChannelChanged when unread message count or last message has been updated
* Fixed to update last message of group channel when UserMessage or FileMessage is successfully sent
* Added custom type to messages
* Added group channel list search by member nicknames and user IDs
* Added creating and updating channel cover image with binary file

# v3.0.1 (Nov 21, 2016)
* Faster connection time.
* Improved stability.
* Faster connection time
* Improved stability

# v3.0.0 (Nov 7, 2016)
* `SendBird .NET SDK v3`.
* `SendBird .NET SDK v3`

# v2.3.0 (Jul 27, 2016)
* Performance Improvement.
* Unity SDK is separated.
* Now you can set `SendBirdSDK.CommonVar.IS_LOGGING` (`true`, `false`) you can see logs from SendBird SDK.
* Performance Improvement
* Unity SDK is separated
* Now you can set `SendBirdSDK.CommonVar.IS_LOGGING` (`true`, `false`) you can see logs from SendBird SDK

# v2.2.0 (Jun 14, 2016)
* SDK Internal timer logic is changed.
* SDK Internal timer logic is changed
* Performance Improvement
* Fixed a bug `NullReferenceException` in `SendBirdSDK.SendMessage`

# v2.1.2 (Jun 10, 2016)
* SendBirdSDK.GetConnectionState() is added.
* SendBirdSDK.GetConnectionState() is added

# v2.1.1 (May 24, 2016)
* Performance improvement

# v2.0.0 (May 17, 2016)
* Added routing for getting server address
* `websocket-sharp.dll` file is changed, please update your existing dll.
* `websocket-sharp.dll` file is changed, please update your existing dll
* Fixed asynchronous API request bugs

# v1.2.1 (Apr 12, 2016)
Expand All @@ -153,19 +156,19 @@ Changelog
* Updated All Internal API request(asynchronous)

# v1.1.1 (Mar 21, 2016)
* Fixed a bug that `SendBird.Login` fails to login again with different User ID.
* Fixed `SendBird.Model.SystemEvent` data field parsing error.
* Fixed a bug that `SendBird.Login` fails to login again with different User ID
* Fixed `SendBird.Model.SystemEvent` data field parsing error

# v1.1.0 (Mar 17, 2016)
* Added `MemberCountQuery` which returns total member count and online member count.
* Updated `MemberListQuery`. You can select to return all members list or online members list using onlineOnly.
* Added `MemberCountQuery` which returns total member count and online member count
* Updated `MemberListQuery`. You can select to return all members list or online members list using onlineOnly
* Added `ChannelMetaDataQuery`
* Added `ChannelMetaCounterQuery`
* Added `isOnline`, `lastSeenAt` to `User` Model
* Added `isSoftMuted` to `Message`, `FileLink`
* Added `isMuted` to `User`, `Member`, `Sender`
* Added `SystemEvent` and `OnSystemEventReceived` to `SendBirdEventHandler` for system events such as `join` or `leave` to/from `channels`.
* Added `OnMutedMessageReceived/OnMutedFileReceived` to `SendBirdEventHandler` for soft muted user's messages and files.
* Added `SystemEvent` and `OnSystemEventReceived` to `SendBirdEventHandler` for system events such as `join` or `leave` to/from `channels`
* Added `OnMutedMessageReceived/OnMutedFileReceived` to `SendBirdEventHandler` for soft muted user's messages and files
* Deleted `SendBirdNotificationHandler`, all events are moved to `SendBirdEventHandler`

# v1.0.0
Expand Down
Binary file modified SendBird.dll
Binary file not shown.

0 comments on commit 0da245a

Please sign in to comment.