github stellar/rs-soroban-sdk v26.1.0
26.1.0

5 hours ago

What's Changed

Deprecations

  • Deprecate and ignore export for spec generation in spec shaking v2 — When experimental_spec_shaking_v2 is enabled, the export argument on contracttype, contracterror, and contractevent is ignored. A deprecation warning is emitted if used. (#1876)

Improvements

  • Fix cfg handling for contracttrait and contractimpl blocks#[contractimpl] methods with cfg attributes now correctly gate their generated args helpers and testutils registration. cfg-gated override methods in #[contractimpl(contracttrait)] blocks are also properly supported. Both cfg and cfg_attr result in compiler errors when used on #[contracttrait] default functions. (#1871)

All Changes

Full Changelog: v26.0.1...v26.1.0

Don't miss a new rs-soroban-sdk release

NewReleases is sending notifications on new releases.