Skip to content

Releases: near/near-sdk-rs

near-sys-v0.2.9

07 Apr 16:24
f02dc4b

Choose a tag to compare

chore: Release package near-sys version 0.2.9

near-sdk-v5.26.0

07 Apr 16:25
f02dc4b

Choose a tag to compare

Added

  • make GlobalContractId serialization compatible with near-primitives-core (#1528)

Other

  • update near-* crates to 0.35 (#1527)

near-sdk-macros-v5.26.0

07 Apr 16:24
f02dc4b

Choose a tag to compare

chore: Release package near-sdk-macros version 5.26.0

near-contract-standards-v5.26.0

07 Apr 16:25
f02dc4b

Choose a tag to compare

Added

  • add ext_self() and document cross-contract call patterns (#1504)

Other

  • update to Rust edition 2024 (#1480)

near-sys-v0.2.8

26 Mar 04:41
2a94327

Choose a tag to compare

chore: Release package near-sys version 0.2.8

near-sdk-v5.25.0

26 Mar 04:42
2a94327

Choose a tag to compare

Added

  • allow crypto-related env::* functions for non-contract-usage (#1511)
  • add ext_self() and document cross-contract call patterns (#1504)
  • forward allow attribute (#1508)
  • derive(ParticalOrd, Ord, Hash) (#1494)
  • implement missing standard trait impls for public types (#1495)

Fixed

  • align StateInit JSON serialization with nearcore (#1522)
  • add missing arbitrary/derive feature (#1519)
  • (iterable-map) different asserts for expensive-debug feature in test_show (#1509)
  • IterableSet and UnorderedSet Drain trait (#1501)

Other

  • remove global-contracts feature gates (#1507)
  • add RUSTSEC-2026-0009 to ignore list (time crate) (#1493)
  • add implementation details and host functions for near-macro attributes (#1475)
  • add details for #[ext_contract] macro at the site of re-export (#1474)
  • document auto-generated <ContractType>Ext structs for cross-contract calls (#1476)
  • change documentation links from tree/master to blob/commit permalinks (#1473)
  • update to Rust edition 2024 (#1480)

near-sdk-macros-v5.25.0

26 Mar 04:41
2a94327

Choose a tag to compare

chore: Release package near-sdk-macros version 5.25.0

near-contract-standards-v5.25.0

26 Mar 04:42
2a94327

Choose a tag to compare

Added

  • add ext_self() and document cross-contract call patterns (#1504)

Other

  • update to Rust edition 2024 (#1480)

near-sys-v0.2.7

05 Feb 16:34
4878756

Choose a tag to compare

chore: Release package near-sys version 0.2.7

near-sdk-v5.24.1

05 Feb 16:34
4878756

Choose a tag to compare

Other

  • fix invalid secp256k1 public key in documentation example (#1469)
  • clarify TreeMap iterator order (#1461)
  • enabling msrv in workspace crates via Cargo.toml (#1467)
  • update MSRV to 1.86 (#1465)