Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:AgoraIO/Doc-Source-Private into …
Browse files Browse the repository at this point in the history
…staging
  • Loading branch information
atovpeko committed Nov 12, 2024
2 parents 49f8be1 + 8e74cc9 commit ee04e0d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shared/chat-sdk/reference/release-notes/unity.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<PlatformWrapper platform="unity">

## v1.2.2

v1.2.2 was released on November 12, 2024.

#### Fixed issues

- The SDK could sometimes execute `Clear_Resource` twice when the app closed, occasionally leading to crashes.
- Log retrieval issues for Windows and MacOS.
- In iOS, `FetchHistoryMessagesFromServerBy` failed to retrieve message history if the option was empty.
- An issue with unreasonable server time values for Windows and MacOS when calling `FetchHistoryMessagesFromServerBy`.

#### Improvements

- Modified the error code for fetching chatroom info from the server: Changed `SERVER_NOT_REACHABLE` to `EXCEED_SERVICE_LIMIT` when meeting the QPS limit for Windows and Mac.

## v1.2.1

v1.2.1 was released on February 8, 2024.
Expand Down

0 comments on commit ee04e0d

Please sign in to comment.