Releases: WalletConnect/walletconnect-monorepo
Releases · WalletConnect/walletconnect-monorepo
2.11.2
2.11.1
What's Changed
- chore: prep for
2.11.0
by @ganchoradkov in #4073 - fix: saves
session
object before sendingsessionSettle
request by @ganchoradkov in #4105 - fix: awaits sending session proposal before returning connection URI by @ganchoradkov in #4106
- refactor: removed required & optional namespaces from
sessionSettle
by @ganchoradkov in #4114 - chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #4117
- feat: provider request set custom expiry by @ganchoradkov in #4119
- feat(github): use OIDC to push images by @arein in #4077
- fix: unique watch label for each topic by @ganchoradkov in #4123
- chore: add section for reference material in "new chain" template by @bkrem in #4129
- fix: handling invalid session state by @ganchoradkov in #4139
- chore(deps): update actions/cache action to v4 by @renovate in #4156
- feat: cloudwatch metrics tags by @heilhead in #4172
- feat(canary): remove artificial delay by @arein in #4174
- fix: synced expiries by @ganchoradkov in #4159
- feat: adds
session_request_expire
&proposal_expire
to w3w by @ganchoradkov in #4180 - fix: undefined namespaces by @ganchoradkov in #4202
- chore: prep for
2.11.1
release by @ganchoradkov in #4128
New Contributors
Full Changelog: 2.11.0...2.11.1
2.11.0
What's Changed
- chore: prep for
2.10.6
release by @ganchoradkov in #3993 - feat: decrypted notifications by @ganchoradkov in #3997
- fix:modal types by @ganchoradkov in #4011
- sendAsync method result response formatted by @kr-nikunj in #3996
- fix: responding to request on disconnected session by @ganchoradkov in #4072
- fix: added extra condition in isBrowser function by @ignaciosantise in #4069
New Contributors
- @kr-nikunj made their first contribution in #3996
Full Changelog: 2.10.6...2.11.0
2.10.6
What's Changed
- chore: prep for
2.10.5
release by @ganchoradkov in #3904 - chore(deps): bump @babel/traverse from 7.22.4 to 7.23.2 by @dependabot in #3788
- chore(deps-dev): bump axios from 1.4.0 to 1.6.2 by @dependabot in #3935
- chore(deps-dev): bump postcss from 8.4.21 to 8.4.31 by @dependabot in #3747
- chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #3839
- feat: deeplink fallback by @ganchoradkov in #3939
- fix:
pair
flow by @ganchoradkov in #3944 - fix: URI validation by @ganchoradkov in #3960
- chore(deps): bump react-devtools-core from 4.27.8 to 4.28.5 by @dependabot in #3901
- feat: expose error types by @Tuditi in #3992
New Contributors
Full Changelog: 2.10.5...2.10.6
2.10.5
What's Changed
- chore: prep for
2.10.4
by @ganchoradkov in #3821 - fix(canary): Canary shouldn't fail if Statuspage is down by @arein in #3841
- fix(deps): update dependency @walletconnect/keyvaluestorage to v1.1.0 by @renovate in #3900
- Fix: modal dependency by @ganchoradkov in #3891
- fix(deps): update dependency @walletconnect/jsonrpc-ws-connection to v1.0.14 by @renovate in #3899
- Feat/send bundleid by @ignaciosantise in #3847
- fix: export module folder by @ignaciosantise in #3907
- chore: added ios/android folders as ignored paths in renovate config by @ignaciosantise in #3915
- chore(deps): update node.js to v21 by @renovate in #3810
- chore: migrate AWS SDK for JavaScript v2 APIs to v3 by @trivikr in #3918
- chore(deps): update actions/setup-node action to v4 by @renovate in #3840
- chore: updates keyvaluestorage to latest by @ganchoradkov in #3934
New Contributors
Full Changelog: 2.10.4...2.10.5
2.10.4
What's Changed
- chore: prep for
2.10.3
release by @ganchoradkov in #3814 - fix: required modal package usage by @ganchoradkov in #3820
Full Changelog: 2.10.3...2.10.4
2.10.3
What's Changed
- chore: prep for
2.10.2
release by @ganchoradkov in #3751 - fix: ethereum provider optional imports by @ganchoradkov in #3777
- feat: locked verify to a list of trusted urls by @ganchoradkov in #3756
- chore(deps): update tspascoal/get-user-teams-membership action to v3 by @renovate in #3753
- chore(deps): update docker/build-push-action action to v5 by @renovate in #3657
- chore(deps): update aws-actions/amazon-ecr-login action to v2 by @renovate in #3749
- fix/strip native schemas from uri by @ganchoradkov in #3806
Full Changelog: 2.10.2...2.10.3
2.10.2
What's Changed
- chore: prep for
2.10.1
release by @ganchoradkov in #3637 - chore: updates Auth to latest by @ganchoradkov in #3647
- Added Near provider by @DamirSQA in #3465
- fix: additional
!isReactNative()
check by @ganchoradkov in #3652 - fix: Bug in README example code by @millsmcilroy in #3707
- chore(deps): update actions/checkout action to v4 by @renovate in #3618
- chore(deps): update aws-actions/configure-aws-credentials action to v4 by @renovate in #3656
- chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #3660
- fix: message on request expiry rejection by @ganchoradkov in #3721
- chore: session extend test for both peers by @ganchoradkov in #3730
- fix:
relayer.subscribe
concurrency by @ganchoradkov in #3731 - feat: adds
customStoragePrefix
option to Core by @bkrem in #3688 - chore: disables setting custom
verifyUrl
by @ganchoradkov in #3750
New Contributors
- @DamirSQA made their first contribution in #3465
- @millsmcilroy made their first contribution in #3707
Full Changelog: 2.10.1...2.10.2
2.10.1
What's Changed
- chore: prep for
2.10.0
release by @ganchoradkov in #3471 - chore(deps): update actions/checkout action to v3 by @renovate in #3505
- feat/expand core tests for issue #2737 by @JonathanConn in #3087
- chore(deps): update aws-actions/configure-aws-credentials action to v3 by @renovate in #3547
- chore: expose EthereumProviderOptions interface by @Jurshsmith in #3553
- refactor: disable retry on fatal errors by @ganchoradkov in #3558
- refactor: adds
eth_sendTransaction
&personal_sign
to default opt… by @ganchoradkov in #3564 - feat: validate topic exists by @HarryET in #3529
- fix: default rpc provider url by @ganchoradkov in #3569
- Feat/pairing idempotency by @ganchoradkov in #3574
- fix:
rejectZero
flag on key derivation by @ganchoradkov in #3579 - refactor: verify logs level by @ganchoradkov in #3626
- feat: added
isScam
to verify by @ganchoradkov in #3613 - feat:
verifyContext
in pending request store by @ganchoradkov in #3632
New Contributors
- @Jurshsmith made their first contribution in #3553
Full Changelog: 2.10.0...2.10.1
2.10.0
What's Changed
- chore: prep for
2.9.2
release by @ganchoradkov in #3330 - fix: compares
metadata.url
origin to verify attestation origin by @ganchoradkov in #3341 - fix: verify api queue by @ganchoradkov in #3349
- feat: user action feedback by @ganchoradkov in #3111
- feat: verify fallback by @ganchoradkov in #3410
- fix: handling multiple requests from mailbox by @ganchoradkov in #3453
- fix: undefined accountsChanged emitted after connection by @ganchoradkov in #3463
- Add validate with swift yml by @llbartekll in #3472
- refactor: request queue by @ganchoradkov in #3481
New Contributors
- @llbartekll made their first contribution in #3472
Full Changelog: 2.9.2...2.10.0