Releases: near/near-api-rs
Releases · near/near-api-rs
near-api-types-v0.6.1
chore: Release package near-api-types version 0.6.1
v0.6.1
v0.6.0
Added
- [breaking] added support for the s Global Contracts (NEP-591) (#56)
- [breaking] add field output_wasm_path to ContractSourceMetadata (#55)
- add issues & prs to devtools project (#52)
Fixed
- allow forks to leverage transfer-to-project workflow (#54)
Other
- [breaking] updates near-* dependencies to 0.30 release (#59)
- (near-contract-standards) deserialize ContractSourceMetadata::standards field so, as if it were optional
v0.5.0
Added
- added
map
method to query builders (#45) - (types::contract) add
BuildInfo
field toContractSourceMetadata
(#46) - [breaking] NEP-413 support (#37)
Other
- [breaking] updates near-* dependencies to 0.29 release (#51)
- added rust backward compatibility job, updated project readme (#48)
- [breaking] documented types (#44)
- added cargo words to supported dictionary (#43)
- [breaking] added spellcheck (#42)
- [breaking] documented all the builders. API changes (#39)
- documented network config (#35)
v0.4.0
Added
- added ability to specify backup rpc for connecting to the network (#28)
- don't retry on critical errors (query, tx) (#27)
Other
- updates near-* dependencies to 0.28 release. Removed Cargo.lock (#33)
- [breaking] added documentation for root level and signer module (#32)
- added CODEOWNERS (#31)
- removed prelude and filtered entries. (#29)
- replaced SecretBuilder with utility functions (#26)
- [breaking] replaced deploy method as a static method (#18)