Skip to content

Releases: ChaoticTempest/near-fetch

0.6.0

09 Oct 09:11
6ffee40
Compare
Choose a tag to compare
  • Updates near dependencies to 2.3.0 (otherwise known as near-** 0.26.*)

BREAKING

  • near related dependencies changed near-crypto Signer trait into an enum so the SignerExt had to be changed to reflect this. Without much friction, the SignerExt trait had to adopt the methods that Signer dropped

0.5.1

05 Sep 06:09
d5dd602
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

08 Jul 03:08
3449411
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

13 Jun 19:18
9c8b497
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4.0

0.3.1

05 Jun 00:35
e8bf694
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

04 Jun 00:58
bc39cf0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Upgrade dependencies to latest by @r-near in #13
    • this only includes 0.21.* updates for near-* dependencies.
  • fix: wait_until parameter defaults for TxExecutionStatus by @ChaoticTempest in #15
  • fix: Batch API should only take signer and receiver_id. Breaking change by @ChaoticTempest in #16
  • chore: make wait_until parameter optional by @ChaoticTempest in #17
  • release: 0.3.0 by @ChaoticTempest in #18

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

01 Dec 21:11
26cd663
Compare
Choose a tag to compare

Added

  • #5
    • breaking return type of Client::view is now different with an async builder to parameterize additional arguments.
  • #7
  • #8
  • #9
    • breaking Client::send_tx no longer defaults to retrying. Need to explicitly call .retry or .retry_exponential after Client::send_tx now.
  • #10

0.1.2

01 Dec 03:37
Compare
Choose a tag to compare

0.1.1

01 Dec 03:18
cb818ea
Compare
Choose a tag to compare

Added

release in error. use 0.1.2 instead for the above changes

0.1

30 Nov 02:39
0e6e1e9
Compare
Choose a tag to compare
0.1

Added

Changed

Breaking from 0.0.12:

  • Client::view and Client::view_block function signatures changed.
  • Renamed Error::SerializeError to Error::Serialization.