Releases: near/near-jsonrpc-client-rs
Releases · near/near-jsonrpc-client-rs
v0.15.1
Other
- fixed test compilation (#165)
v0.15.0
Other
- [breaking] updates near-* dependencies to 0.28 release (#163)
v0.14.0
Added
- added http errors 400, 408, 503, 500 (#160)
Other
- [breaking] updates near-* dependencies to 0.27 release (#161)
v0.13.0
Other
- [breaking] updates near-* dependencies to 0.26 release (#157)
v0.12.0
Other
- updated near-* to 0.25.0 (#154)
v0.11.0
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)
Other
- updated near-* crates to allow 0.24.0 in addition to all the previously supported versions (#151)
v0.10.1
Other
- Updated near-deps to 0.23.0 (#148)
v0.10.0
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
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)