Skip to content

Releases: WalletConnect/WalletConnectKotlinV2

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

1.0.0-beta02

21 Jan 16:13
66a0373
Compare
Choose a tag to compare
1.0.0-beta02 Pre-release
Pre-release

This release incorporates community feedback, and has several improvements.

What's Changed

  • Min API changed to 23 to reflect latest change by @mobilekosmos in #5
  • Feature/layers re-architecture by @jakobuid in #36
  • added Kodein as DI library. Also added modifiers to classes and funct… by @Talhaali00 in #48
  • Feature/add require init logic by @Talhaali00 in #50
  • Feature/add second init function by @Talhaali00 in #51
  • The implementation of PreSettlement logic for Proposer by @jakobuid in #52
  • Read me update by @jakobuid in #56

New Contributors

Full Changelog: 1.0.0-beta01...1.0.0-beta02