Releases: ChaoticTempest/near-fetch
Releases · ChaoticTempest/near-fetch
0.6.0
- 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
What's Changed
- fix unreachable when calling into
status.await
by @ChaoticTempest in #25
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- feat: upgrade to NEAR version 1.40 by @ChaoticTempest in #23
- release: 0.5.0 by @ChaoticTempest in #24
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- feat: Upgrade to node-1.39 by @ChaoticTempest in #21
- release: 0.4.0 by @ChaoticTempest in #22
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- chore: Make cargo workspace resolver=2 by @ChaoticTempest in #19
- release: 0.3.1 by @ChaoticTempest in #20
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- chore(deps): Upgrade dependencies to latest by @r-near in #13
- this only includes
0.21.*
updates fornear-*
dependencies.
- this only includes
- 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
0.1.2
0.1.1
Added
release in error. use 0.1.2 instead for the above changes
0.1
Added
Changed
Breaking from 0.0.12:
- Client::view and Client::view_block function signatures changed.
- Renamed Error::SerializeError to Error::Serialization.