Skip to content

Releases: hashgraph/hedera-wallet-connect

v1.4.2

03 Dec 16:22
d301015
Compare
Choose a tag to compare

What's Changed

This release upgrades hedera wallet connect to play a more active role in session management. It will automatically remove invalid sessions when making calls in order to improve the overall user experience.

  • feat: active session management for stale / removed sessions by @kantorcodes in #356

Full Changelog: v1.4.1...v1.4.2

v1.4.1

03 Dec 15:05
197895d
Compare
Choose a tag to compare

What's Changed

Per discussion our changes to signTransaction were potentially breaking for existing dApps. We've updated this method to enable passing a base64 string in the original implementation with a depreciation notice.

  • fix: enable signTransaction to be backwards compatible by @kantorcodes in #363

Full Changelog: v1.3.8...v1.4.1

Improves signTransaction in dAppConnector

02 Dec 15:58
5060afa
Compare
Choose a tag to compare

What's Changed

signTransaction in dAppConnector has been adjusted to utilize signTransaction from DAppSigner under the hood. This ensures that this method behaves the same in both cases, ensuring a better experience when signing transactions.

Full Changelog: v1.3.7...v1.3.8

Improves receipt handling for transactions with multiple signatures

25 Nov 19:33
0051091
Compare
Choose a tag to compare

This release has significant improves on the handling of receipts and improvements to transactions with multiple signatures, e.g. account creation.

What's Changed

  • build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in #343
  • fix: improves receipt handling for transactions with multiple signatures by @kantorcodes in #339
  • docs: minor fix enable demo forms by @kantorcodes in #336

Full Changelog: v.1.3.6...v1.3.7

Session and logging improvements

13 Nov 21:00
cb75b86
Compare
Choose a tag to compare

What's Changed

Huge improvements in session management and logging to ensure transactions land properly and expire signers are removed promptly

New Contributors

Full Changelog: v1.3.4...v.1.3.6

Handle session disconnect errors

18 Oct 18:22
2f622a9
Compare
Choose a tag to compare

This is a small release that catches errors when a dapp tries to close an error that doesn't exist.

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

16 Oct 18:43
77b8d52
Compare
Choose a tag to compare

What's Changed

This release includes a number of dependabot updates in additional to updates to core packages. In addition, it offers support for a transaction record query in the signer.

New Contributors

Full Changelog: v1.3.2...v1.3.3

Update build process for easier library consumption in different environements

29 Jul 17:31
fedbf19
Compare
Choose a tag to compare

There have been a number of issues reported in importing this library in different environments. Prior to this release, esbuild has been used to bundle the library code for consumption by clients. However, this has lead to complexity and incompatibility with popular frameworks such as NextJS 14. This release removes esbuild for bundling the library code. A user of this library using a modern bundler or framework can now more easily import this library and rely on their tool chain to prepare their code for the environments they live in, such as a nodejs back end or a NextJS 14 front end or backend.

The majority of the changes are highlighted by this PR - #224

What's Changed

Full Changelog: v1.3.1...v1.3.2

Preview release for application testing of different library build

24 Jul 19:38
b61fdee
Compare
Choose a tag to compare

This is a preview release to test #224

v1.3.2-0

24 Jul 18:02
e19e7a2
Compare
Choose a tag to compare
v1.3.2-0 Pre-release
Pre-release

This is a preview release to test #224

Full Changelog: v1.3.1...v1.3.2-0