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.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