Releases: WalletConnect/WalletConnectKotlinV2
Releases · WalletConnect/WalletConnectKotlinV2
BOM-1.7.0
What's Changed
- fix: increase account_address length to follow CAIP-10 by @jakubuid in #712
- fix: mapping of the JsonRpcError by @jakubuid in #711
- feat: Extract keyserver to core by @Elyniss in #708
- Add Push to the W3W wallet sample by @Talhaali00 in #697
- feat: Extract identities from chat by @Elyniss in #716
- fix: revert chains validation by @jakubuid in #720
- created release-scripts.gradle.kts and added it to root build.gradle.… by @Talhaali00 in #723
- feat: Extract did jwt use cases from chat by @Elyniss in #729
- fix:invalid URI format by @jakubuid in #734
- fix: Comply with CAIP10 regex by @Elyniss in #733
- feat:web3wallet: optional namespaces support by @jakubuid in #736
- feat: Remove legacy android view by @Elyniss in #728
- ci: update to latest version of checkout action by @michaeltchuang in #735
- feat: Add W3I SDK to W3W by @Elyniss in #738
- BOM-1.7.0, Core-1.12.0, Sign-2.10.0, Auth-1.10.0, Chat-1.0.0-beta04, Web3Wallet-1.5.0, Web3Inbox-1.0.0-alpha04 by @Talhaali00 in #737
New Contributors
- @michaeltchuang made their first contribution in #735
Full Changelog: BOM_1.6.1...BOM_1.7.0
BOM-1.6.1
What's Changed
- fix: Add missing subscribe to invite topic by @Elyniss in #676
- fix: fix chat reject by @Elyniss in #682
- feat: Disable inviting the same accounts by @Elyniss in #681
- feat: Use prod keyserver by @Elyniss in #680
- feat: Verify cacao on resolve identity by @Elyniss in #679
- feat: Add option to not sign message by @Elyniss in #678
- feat: Update invite events by @Elyniss in #677
- Added clientId to echo registration by @Talhaali00 in #684
- feat: W3I SDK by @Elyniss in #683
- fix:base64 error by @jakubuid in #691
- Feature/push/add push record by @Talhaali00 in #688
- made MessageRepository internal by @Talhaali00 in #693
- BOM 1.6.1 by @Talhaali00 in #692
Full Changelog: BOM_1.6.0...BOM_1.6.1
BOM-1.6.0
What's Changed
- feat: Rename invite events by @Elyniss in #666
- feat: Add Web3Inbox SDK and sample modules by @Elyniss in #667
- Added new exception for status code 401 and moved ProjectIdDNE except… by @Talhaali00 in #664
- feat: batch subcribe by @jakubuid in #671
- feat: onSuccess callback in the init methods by @jakubuid in #654
- add generation of new JWT when old JWT is expired by @Talhaali00 in #672
- BOM 1.6.0 by @Talhaali00 in #674
Full Changelog: BOM_1.5.0...BOM_1.6.0
BOM-1.5.0
What's Changed
- feat: Implement new Keyserver API by @Elyniss in #600
- feat: remove namespaces extensions by @jakubuid in #610
- Added storage for Threads in Chat SDK by @Talhaali00 in #613
- feat: caip-25 optional namespaces by @jakubuid in #619
- Feature/update push per specs update by @Talhaali00 in #615
- feat: caip-25 chain indexing by @jakubuid in #620
- feat: Chat API with did jwt by @Elyniss in #621
- Added nullable requestId to Sign.Params.Request to allow users to kno… by @Talhaali00 in #624
- feat: Chat API with did jwt by @Elyniss in #630
- feat: include pairing topic in the session objects by @jakubuid in #632
- Added user defined expiry logic and validation of user defined expiry by @Talhaali00 in #603
- feat: caip-25 db migrations by @jakubuid in #627
- feat: change type of get pending session requests method by @jakubuid in #640
- feat: Add Invite storage by @Elyniss in #633
- refactor: Contacts cleanup by @Elyniss in #635
- refactor: Jwt Utils by @Elyniss in #638
- feat: Add Message Storage by @Elyniss in #639
- feat: Add account storage by @Elyniss in #641
- feat: Add Invite requests by @Elyniss in #642
- feat: session proposal storage by @jakubuid in #648
- feat: Persistent listening and Identities by @Elyniss in #647
- feat: CAIP-25 by @jakubuid in #645
- added abiFilters to Core sdk by @Talhaali00 in #662
- feat: Change blocking mechanism by @Elyniss in #655
- feat: Register identity once by @Elyniss in #659
- feat: Add missing unsubscribe by @Elyniss in #661
- fix: Fix faulty sha256 hashing by @Elyniss in #660
- migrated connect and disconnect to use Core.Model.Error by @Talhaali00 in #663
- Feature/push/add cast by @Talhaali00 in #658
- BOM 1.5.0 by @Talhaali00 in #668
Full Changelog: BOM_1.4.1...BOM_1.5.0
Bom-1.4.1
What's Changed
- fix: Change push db declaration by @Elyniss in #609
- updated Core, Sign, and Push to use the new dataExtractionRules by @Talhaali00 in #607
- BOM 1.4.1 by @Talhaali00 in #611
Full Changelog: BOM_1.4.0...BOM_1.4.1
Bom-1.4.0
What's Changed
- setup push skeleton by @Talhaali00 in #524
- Feature/push/setup wallet engine by @Talhaali00 in #531
- ✨Implement basic success callbacks by @mitsinsar in #558
- Feature/push/setup dapp engine by @Talhaali00 in #547
- Fix Sign references by @jakubuid in #565
- feat: Remove Relay UI by @Elyniss in #566
- The PairingParams classes were passed to the JsonRpcSerializer instea… by @Talhaali00 in #568
- Add onSuccess callback to auth and web3wallet by @jakubuid in #567
- Add the pairing topic to session proposal by @jakubuid in #576
- Ensure empty required namespaces by @jakubuid in #574
- fix: Allow and Decline buttons corrected by @Elyniss in #578
- fix: class duplication error by @jakubuid in #580
- Feature/push/add echo client by @Talhaali00 in #549
- refactor: Extract Cacao to android-core by @Elyniss in #579
- fix: reset shared prefs when InvalidProtocolBufferException by @jakubuid in #591
- Feature/update push per specs update by @Talhaali00 in #602
- fix:connectivity state detection by @jakubuid in #581
- fix: workaround for error in tink lib by @jakubuid in #595
- Setup push by @Talhaali00 in #604
- fix:crash when approving the auth request on release variant by @jakubuid in #606
- Bom-1.4.0, Core-1.9.0, Sign-2.7.0, Auth-1.7.0, Chat-1.0.0-alpha08, Web3Wallet-1.2.0 by @Talhaali00 in #608
New Contributors
- @mitsinsar made their first contribution in #558
Full Changelog: BOM_1.3.0...BOM_1.4.0
Bom-1.3.0
What's Changed
- feat: Web3Wallet app by @Elyniss in #543
- Consolidate android-impl into android-core by @jakobuid in #546
- Release BOM 1.3.0, Core 1.8.0, Web3Wallet 1.1.0, Sign 2.6.0, Auth 1.6.0, Chat 1.0.0-alpha07 by @Talhaali00 in #562
Full Changelog: BOM_1.2.0...BOM_1.3.0
Bom-1.2.0
What's Changed
- fix: Make deep link compatible with intent filters by @jakobuid in #537
- web3wallet by @jakobuid in #535
- Develop by @jakobuid in #551
Full Changelog: android-bom_1.1.0...BOM_1.2.0
Bom-1.1.0
What's Changed
- fix: Change minimal width by @Elyniss in #468
- refactor: Consolidated sdkVersion by @Elyniss in #467
- Add a new extra field for an artifact description by @jakobuid in #465
- refactor: Auth obsolete TODOs cleanup by @Elyniss in #477
- fix: update maven urls by @jakobuid in #481
- Fix ReadMe License path. by @biranyucel in #479
- refactor: Remove unwanted methods validation code by @Elyniss in #487
- Improve error handling in keychain by @jakobuid in #485
- Fix path for getting android sources by @jakobuid in #496
- Add PairingHandler to hide internal methods of Pairing API by @jakobuid in #489
- Core 1.4.0, Sign. 2.2.0, Auth 1.2.0, Chat 1.0.0-alpha03 by @Talhaali00 in #503
- Add fix to avoid breaking data flow when exception occurs by @jakobuid in #505
- fix: allow logs in debug mode by @jakobuid in #506
- fix: wrong aud in jwt by @jakobuid in #508
- Fix logger duplications by @jakobuid in #509
- Feature/core/create bom by @Talhaali00 in #510
- Updated root ReadMe.md to explain how to use the BOM dependency by @Talhaali00 in #511
- develop merge by @Talhaali00 in #512
- Fix for deserializing string numbers in array by @jakobuid in #514
- Bump versions by @jakobuid in #515
- Develop by @jakobuid in #516
- Feature/core/add proguard by @Talhaali00 in #480
- Remove unused dependencies by @stosabon in #518
- feat: auth multi account by @jakobuid in #526
- Crash fix by @vcoolish in #533
- Develop by @jakobuid in #534
New Contributors
- @biranyucel made their first contribution in #479
- @stosabon made their first contribution in #518
- @vcoolish made their first contribution in #533
Full Changelog: Android-Core-Impl_1.3.0...android-bom_1.1.0
BOM 1.0.0
What's Changed
- fix: Change minimal width by @Elyniss in #468
- refactor: Consolidated sdkVersion by @Elyniss in #467
- Add a new extra field for an artifact description by @jakobuid in #465
- refactor: Auth obsolete TODOs cleanup by @Elyniss in #477
- fix: update maven urls by @jakobuid in #481
- Fix ReadMe License path. by @biranyucel in #479
- refactor: Remove unwanted methods validation code by @Elyniss in #487
- Improve error handling in keychain by @jakobuid in #485
- Fix path for getting android sources by @jakobuid in #496
- Add PairingHandler to hide internal methods of Pairing API by @jakobuid in #489
- Core 1.4.0, Sign. 2.2.0, Auth 1.2.0, Chat 1.0.0-alpha03 by @Talhaali00 in #503
- Add fix to avoid breaking data flow when exception occurs by @jakobuid in #505
- fix: allow logs in debug mode by @jakobuid in #506
- fix: wrong aud in jwt by @jakobuid in #508
- Fix logger duplications by @jakobuid in #509
- Feature/core/create bom by @Talhaali00 in #510
- Updated root ReadMe.md to explain how to use the BOM dependency by @Talhaali00 in #511
- develop merge by @Talhaali00 in #512
New Contributors
- @biranyucel made their first contribution in #479
Full Changelog: Android-Core-Impl_1.3.0...BOM_1.0.0