Skip to content

Commit 1eb255e

Browse files
committed
-Updated version to 1.2.3
-Updated the changelog
1 parent 4cc6abb commit 1eb255e

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
# Change Log
1+
# Changelog
2+
## 1.2.3 (2022-07-06)
3+
- Fixed WalletConnect instabilities
4+
```
5+
Always do a full authentication cycle (Connecting,Signing,GetUser) There currently is no way to check if a WalletConnect session is still valid and not broken so we always need to do a full authentication cycle to be sure.
6+
```
7+
- Fixed UnityWebRequest memory leaks
8+
- Fixed WebSocket.jslib naming conflict with Photon
9+
- Improved menu items for better exposure of the AuthenticationKit
10+
- Issue #125 Update MoralisUserService to send signin with username/password from GET to POST
11+
12+
## 1.2.2 (2022-06-20)
13+
⚠️Release skipped due to WalletConnect instabilities ⚠️
14+
- Issue #64 BUG: MoralisLiveQueryController logs runtime warning
15+
- Issue #104 No Response When obj.SaveAsync() Fails
16+
- Issue #105 MoralisWeb3SdkEditor Spelling error in Warning Message
17+
- Issue #107 WebGL - Multiple Livequeries Does not connect
18+
```
19+
The requestId was not being updated properly for WebGL so connections created close together had the same requestId in WebGL.
20+
```
21+
- Issue #112 SignUpAsync always throws an exception
22+
- Improved WalletConnect process in the Authentication Kit to make it more reliable
23+
- Added retry button for connecting and signing on Android and iOS
24+
- Updated WalletConnect to latest version and enable timeout refresh and QR loading animation
25+
- Change State names to better reflect the state
26+
- Fixed Web3 not getting set up on stored session
27+
- Added extra ReadyForUserPrompt check on Android and iOS with 15 seconds timeout to help with unresponsive WalletConnect bridges
28+
- Only download medium wallet images to speed up iOS wallet list
29+
- Updated default server settings
30+
231
## 1.2.1 (2022-05-30)
332
- Issue #84 Web3Api Token Endpoint Missing Operations
433
```

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"com.unity.textmeshpro": "3.0.6",
1818
"com.unity.timeline": "1.4.8",
1919
"com.unity.ugui": "1.0.0",
20-
"io.moralis.web3-unity-sdk": "1.2.2",
20+
"io.moralis.web3-unity-sdk": "1.2.3",
2121
"com.unity.modules.ai": "1.0.0",
2222
"com.unity.modules.androidjni": "1.0.0",
2323
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
},
101101
"io.moralis.web3-unity-sdk": {
102-
"version": "1.2.2",
102+
"version": "1.2.3",
103103
"depth": 0,
104104
"source": "registry",
105105
"dependencies": {

0 commit comments

Comments
 (0)