Skip to content

Releases: WalletConnect/WalletConnectKotlinV2

2.0.0-rc.5

20 Sep 12:39
c9695c3
Compare
Choose a tag to compare
2.0.0-rc.5 Pre-release
Pre-release

What's Changed

  • Feature/create foundation module by @Talhaali00 in #326
  • feature/create_android_code_module by @jakobuid in #325
  • feat: AuthSDK skeleton by @Elyniss in #327
  • fix: Unable to build auth module by @Elyniss in #329
  • feature/core/add-jwt-repo by @Talhaali00 in #330
  • Feature/add network and common modules by @jakobuid in #333
  • Feature/remaining di files by @jakobuid in #335
  • Fix for manual connection mode by @jakobuid in #345
  • Feature/copy json rpc files to android core by @jakobuid in #341
  • Feature/auth/sdk skeleton by @Elyniss in #346
  • Feature/core/copy crypto files by @Talhaali00 in #342
  • Feature/core/copy core to android core by @Talhaali00 in #343
  • Feature/fundation and core by @jakobuid in #350
  • feat: Add signature verifying using eip191 and cacao by @Elyniss in #352
  • feat: Responder and Requester sample apps for Auth SDK by @Elyniss in #356
  • Setup di and classes skeleton for Auth SDK by @jakobuid in #353
  • Created BaseStorageModule. Also updated serialization of request params by @Talhaali00 in #364
  • Feature/auth/pairing by @jakobuid in #358
  • Added test case for ethSignTransaction by @Talhaali00 in #369
  • Feature/auth/request and respond rebased by @Elyniss in #374
  • Auth/feature/get requests by @jakobuid in #371
  • Updated PeerErrors to match specs doc by @Talhaali00 in #372
  • feat: Relay Integration tests by @Elyniss in #376
  • Merge develop by @Elyniss in #379
  • Column adapter was not available in release builds by @Talhaali00 in #381
  • RC.3 by @Talhaali00 in #382
  • moved logic to load some modules into init of parent Protocol by @Talhaali00 in #384
  • Master to develop by @jakobuid in #391
  • version bump for android security by @Talhaali00 in #394
  • Auth/testing cross platform by @jakobuid in #395
  • Updated publishing to use Maven Central instead of Jitpack by @Talhaali00 in #277
  • Feature/core/shared relay client instance by @jakobuid in #398
  • Fix/relay tests by @jakobuid in #406
  • Fix for session request parsing by @jakobuid in #407
  • feature: Requester design polished by @Elyniss in #408
  • Auth ReadMe.md by @jakobuid in #410
  • Feature/core/create multiple artifacts by @Talhaali00 in #411
  • fix: Add connection check before connecting by @Elyniss in #412
  • feature: Improve responder design by @Elyniss in #413
  • RC.5 by @Talhaali00 in #415

Full Changelog: 2.0.0-rc.4...2.0.0-rc.5

2.0.0-rc.4

05 Sep 19:31
f6dff52
Compare
Choose a tag to compare
2.0.0-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-rc.2...2.0.0-rc.4

2.0.0-rc.2

11 Aug 14:16
027a55c
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-rc.1...2.0.0-rc.2

2.0.0-rc.1

04 Aug 14:54
c570a78
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-rc.0...2.0.0-rc.1

2.0.0-rc.0

18 Jul 11:15
2e6a566
Compare
Choose a tag to compare
2.0.0-rc.0 Pre-release
Pre-release

What's Changed

  • Invite added by @Elyniss in #241
  • Fix session request params deserialisation by @jakobuid in #251
  • Add missing release storage dependencies by @jakobuid in #253
  • Updating Chat Sample by @Talhaali00 in #252
  • Feature/granular tags by @jakobuid in #254
  • Added user agent by @Talhaali00 in #255
  • Updated User Agent logic by @Talhaali00 in #257
  • Wallet and Dapp usage urls fix by @jakobuid in #256
  • Changed rc from 1 to 0 by @Elyniss in #260
  • Add missing subcribe by @jakobuid in #261
  • feat: serializes builds and cancels redundant PR checks by @arein in #263
  • RC0 by @Elyniss in #264

New Contributors

Full Changelog: 1.0.0-beta102...2.0.0-rc.0

1.0.0-beta102

07 Jul 04:58
2cc314a
Compare
Choose a tag to compare
1.0.0-beta102 Pre-release
Pre-release

What's Changed

  • Master-Develop merge by @Talhaali00 in #137
  • Updated Dapp to with sending deeplinks. Wallet now opens up on deepli… by @Talhaali00 in #140
  • Feature/Add Relay to Init Params by @Elyniss in #142
  • Update issue templates by @chadyj in #144
  • Feature/Added ChaChaPolyCodec tests by @Elyniss in #145
  • Feature/No network and public API refactor by @Elyniss in #153
  • Feature/manual wss connection controll by @jakobuid in #152
  • Feature/namespaces refactor by @jakobuid in #141
  • Added MetaData upsert by @Elyniss in #157
  • Naming clean up by @jakobuid in #158
  • Add Polygon and Ethereum main nets by @jakobuid in #159
  • Add session requets by @jakobuid in #164
  • Renamed WalletConnect object to Sign by @Elyniss in #165
  • Improve eth send transaction payload by @jakobuid in #169
  • Added migration for Beta04 storage by @Talhaali00 in #167
  • Added sessionUpdate, emitEvent to sample apps. by @Elyniss in #166
  • Beta100 read me update by @jakobuid in #168
  • ReadMe update by @jakobuid in #172
  • Updated migration statement by @Talhaali00 in #181
  • Refactor SignClient Singleton to enable multiple internal instances by @Elyniss in #184
  • added try-catches around database operations by @Talhaali00 in #182
  • Feature/client synchronization by @Talhaali00 in #185
  • Support/add cha cha poly support below sdk 28 by @jakobuid in #187
  • Updated error codes by @Elyniss in #188
  • Master by @Elyniss in #203
  • Feature/proposal namespaces support by @jakobuid in #202
  • Updated repo to include chat modules by @Talhaali00 in #210
  • Change waku to iridium by @jakobuid in #215
  • Chat SDK setup by @Elyniss in #218
  • Added onError callback to delegates by @Talhaali00 in #214
  • Feature/added all internal jvmsynt by @Talhaali00 in #222
  • Feature/envelope types by @jakobuid in #221
  • Feature/support android sdk 23 by @jakobuid in #216
  • Feature/global read me by @jakobuid in #227
  • Bug/split keys order by @jakobuid in #234
  • KeyServer API by @Elyniss in #223
  • Client ID by @Talhaali00 in #220
  • Chat Skeleton by @Elyniss in #228
  • Feature/chat json rpc methods by @jakobuid in #235
  • Feature/update jwt by @Talhaali00 in #236
  • Feature/add sdk tag by @Talhaali00 in #237
  • Force light theme by @jakobuid in #240
  • Master by @jakobuid in #239
  • Jitpack fix by @Talhaali00 in #242
  • merge into master by @Talhaali00 in #245

New Contributors

Full Changelog: 1.0.0-beta100...1.0.0-beta102

1.0.0-beta101

09 Jun 14:37
564d6c9
Compare
Choose a tag to compare
1.0.0-beta101 Pre-release
Pre-release

What's Changed

  • Feature/Add Relay to Init Params by @Elyniss in #142
  • Feature/Added ChaChaPolyCodec tests by @Elyniss in #145
  • Feature/No network and public API refactor by @Elyniss in #153
  • Feature/manual wss connection controll by @jakobuid in #152
  • Feature/namespaces refactor by @jakobuid in #141
  • Feature/client synchronization by @Talhaali00 in #185
  • Updated Dapp to with sending deeplinks. Wallet now opens up on deepli… by @Talhaali00 in #140
  • Added MetaData upsert by @Elyniss in #157
  • Naming clean up by @jakobuid in #158
  • Add Polygon and Ethereum main nets by @jakobuid in #159
  • Add session requets by @jakobuid in #164
  • Renamed WalletConnect object to Sign by @Elyniss in #165
  • Improve eth send transaction payload by @jakobuid in #169
  • Added migration for Beta04 storage by @Talhaali00 in #167
  • Added sessionUpdate, emitEvent to sample apps. by @Elyniss in #166
  • Updated migration statement by @Talhaali00 in #181
  • Updated error codes by @Elyniss in #188
  • Refactor SignClient Singleton to enable multiple internal instances by @Elyniss in #184
  • added try-catches around database operations by @Talhaali00 in #182
  • Support/add cha cha poly support below sdk 28 by @jakobuid in #187

Full Changelog: 1.0.0-beta100...1.0.0-beta101

v1.0.0-beta.100

25 May 15:06
2d85ed0
Compare
Choose a tag to compare
v1.0.0-beta.100 Pre-release
Pre-release

What's Changed

  • Feature/event driven communication between engine and relay by @jakobuid in #87
  • Feature/add dapp mobile linking by @Talhaali00 in #101
  • Feature/Added WalletConnectRelayer tests by @Elyniss in #127
  • Feature/Commented nondeterministic code by @Elyniss in #131
  • Feature/update wallet sample by @Talhaali00 in #120
  • Feature/new session proposal and settlement flow by @jakobuid in #100
  • Feature/ChaChaPoly support by @jakobuid in #113
  • Feature/update methods protocol refactor by @jakobuid in #130
  • Moved serialization cleansing into SessionRequestVOJsonAdapter by @Talhaali00 in #102
  • Bug/handle events after connection turn off by @jakobuid in #104
  • Swift sync by @jakobuid in #108
  • Moved and renamed test class and added unit tests for key removal from KeyStore by @Elyniss in #122
  • Read me update by @jakobuid in #133

Full Changelog: 1.0.0-beta04...1.0.0-beta100

Migration guide: https://gist.github.com/jakobuid/d425a77fc2cc88d39c994f44931d925f

1.0.0-beta04

18 Feb 14:20
7a85b5e
Compare
Choose a tag to compare
1.0.0-beta04 Pre-release
Pre-release

What's Changed

  • Feature/publish notification support by @jakobuid in #76
  • Feature/update all public proposer methods by @jakobuid in #60
  • Added logic to save JSON RPC history to DB. Also made listeners in Wa… by @Talhaali00 in #65
  • Feature/handle proposer internal calls by @jakobuid in #61
  • Feature/behavioral logic connect and init method by @jakobuid in #67
  • Feature/get json rpc history by @Talhaali00 in #68
  • Validation check for all public methods in terms of Behavioral Logic by @jakobuid in #71
  • Added SqlCipher encryption to DB by @Talhaali00 in #75
  • Feature/internal methods validation by @jakobuid in #74
  • Check expiry when fetching sequence from DB by @jakobuid in #77
  • Feature/add timeouts by @jakobuid in #79
  • Create android.yml by @Talhaali00 in #55

Full Changelog: 1.0.0-beta03...1.0.0-beta04

1.0.0-beta03

04 Feb 22:11
c12dfa2
Compare
Choose a tag to compare
1.0.0-beta03 Pre-release
Pre-release

What's Changed

  • Feature/update all public proposer methods by @jakobuid in #60
  • Feature/handle proposer internal calls by @jakobuid in #61
  • Feature/behavioral logic connect and init method by @jakobuid in #67
  • Feature/get json rpc history by @Talhaali00 in #68
  • Added logic to save JSON RPC history to DB. Also made listeners in Wa… by @Talhaali00 in #65
  • Create android.yml by @Talhaali00 in #55

There is a known issue with database migration from Beta 2. Quick solution is to reinstall app. We are working on adding a migration from Beta 2 to Beta 3

Full Changelog: 1.0.0-beta02...1.0.0-beta03