Skip to content

Releases: near/near-sdk-rs

near-sdk-v5.6.0

15 Nov 13:10
7a8dd79
Compare
Choose a tag to compare

Other

  • updates near-* dependencies to 0.27 release (#1254)
  • freeze 1.81 for near-workspaces paths (temporarily) (#1250)
  • Benchmark near collections and provide the results as the reference in the docs (#1248)
  • Updated near-workspaces to 0.14 version (matching 0.26 near-* release) (#1246)

near-sdk-macros-v5.6.0

15 Nov 13:10
7a8dd79
Compare
Choose a tag to compare
chore: Release package near-sdk-macros version 5.6.0

near-contract-standards-v5.6.0

15 Nov 13:11
7a8dd79
Compare
Choose a tag to compare

Other

  • Updated near-* dependendencies to v0.26.0. Migrated testing blockchain mock to C-unwind (#1244)

near-sdk-v5.5.0

11 Sep 17:29
f5caed2
Compare
Choose a tag to compare

Other

  • Updated near-* dependendencies to v0.26.0. Migrated testing blockchain mock to C-unwind (#1244)

near-sdk-macros-v5.5.0

11 Sep 17:29
f5caed2
Compare
Choose a tag to compare
chore: Release package near-sdk-macros version 5.5.0

near-contract-standards-v5.5.0

11 Sep 17:30
f5caed2
Compare
Choose a tag to compare

Other

  • Updated near-* dependendencies to v0.26.0. Migrated testing blockchain mock to C-unwind (#1244)

near-sdk-v5.4.0

04 Sep 17:46
9c68e71
Compare
Choose a tag to compare

Other

  • updates near-* dependencies to 0.25.0 (#1242)
  • updates near-workspaces-rs (#1239)

near-sdk-macros-v5.4.0

04 Sep 17:46
9c68e71
Compare
Choose a tag to compare
chore: Release package near-sdk-macros version 5.4.0

near-contract-standards-v5.4.0

04 Sep 17:47
9c68e71
Compare
Choose a tag to compare

Fixed

  • Fix storage management error message with proper amount (#1222)

near-sdk-v5.3.0

14 Aug 11:51
4551e43
Compare
Choose a tag to compare

Added

  • Introduced 'remove' method for 'near_sdk::store::Lazy' collection (#1238)
  • Allow store collection iterators to be cloned (this enables standard Iterator methods like cycle()) (#1224)

Fixed

  • Fix storage management error message with proper amount (#1222)
  • Fixed compilation errors after Rust 1.80 latest stable release (#1227)

Other

  • updates near-* dependencies to 0.24.0 (#1237)
  • Include all examples into CI testing suite (#1228)
  • Optimized up to 10% contract binary size by using near_sdk::env::panic_str instead of expect calls (#1220)
  • Fixed Rust 1.80 new warning by adding cargo:rustc-check-cfg for __abi-embed-checked feature in near-sdk-macros build.rs (#1225)