Skip to content

Releases: near/near-jsonrpc-client-rs

v0.15.1

13 Dec 11:47
b7730bd
Compare
Choose a tag to compare

Other

  • fixed test compilation (#165)

v0.15.0

10 Dec 11:43
1f08434
Compare
Choose a tag to compare

Other

  • [breaking] updates near-* dependencies to 0.28 release (#163)

v0.14.0

12 Nov 18:41
6b02c47
Compare
Choose a tag to compare

Added

  • added http errors 400, 408, 503, 500 (#160)

Other

  • [breaking] updates near-* dependencies to 0.27 release (#161)

v0.13.0

11 Sep 16:31
d7ceafd
Compare
Choose a tag to compare

Other

  • [breaking] updates near-* dependencies to 0.26 release (#157)

v0.12.0

21 Aug 15:49
c9b5e57
Compare
Choose a tag to compare

Other

  • updated near-* to 0.25.0 (#154)

v0.11.0

09 Aug 14:20
Compare
Choose a tag to compare

Other

  • updated near-* crates to allow 0.24.0 in addition to all the previously supported versions (#151)

v0.10.2 (yanked and released as 0.11.0)

09 Aug 10:18
5b219f6
Compare
Choose a tag to compare

Other

  • updated near-* crates to allow 0.24.0 in addition to all the previously supported versions (#151)

v0.10.1

19 Jun 09:23
0e63ad1
Compare
Choose a tag to compare

Other

  • Updated near-deps to 0.23.0 (#148)

v0.10.0

07 Jun 14:51
a1248c9
Compare
Choose a tag to compare

Other

  • expose ChunkReference type used in chunk call (#144)
  • [breaking] Upgraded libraries to the latest versions: near-* 0.22 and reqwest 0.12 (#145)

v0.9.0

22 Apr 15:52
54a7510
Compare
Choose a tag to compare

Added

  • Upgrade near-primitives to 0.21.x and refactor the API adding wait_until flag, drop check_tx method (#136)

Other

  • removed array creation for parameters in fn params() implementation for send_tx method (#142)