All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2025-03-16
- added
mapmethod to query builders (#45) - (types::contract) add
BuildInfofield toContractSourceMetadata(#46) - [breaking] NEP-413 support (#37)
- [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)
0.4.0 - 2024-12-19
- added ability to specify backup rpc for connecting to the network (#28)
- don't retry on critical errors (query, tx) (#27)
- 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)
0.3.0 - 2024-11-19
- [breaking] updated near-* dependencies to 0.27 release (#13)
0.2.1 - 2024-10-25
- added retry to querying. Simplified retry logic. (#7)
- Update README.md