Releases: stellar/rs-soroban-sdk
Releases · stellar/rs-soroban-sdk
22.0.0-rc.3
What's Changed
- Filter events the env exposes in test snapshots to contracts to contract events by @leighmcculloch in #1361
- Fix breaking changes in latest stable and nightly rust by @leighmcculloch in #1375
- Prevent use with rust 1.82+ by @leighmcculloch in #1371
- expose
Fr
into its own type by @jayz22 in #1373 - Bump env version to 22.0.0-rc.3 by @anupsdf in #1378
- Add test demonstrating issue with using Option inside an enum by @leighmcculloch in #1380
- Bump version to 22.0.0-rc.3 by @github-actions in #1381
Full Changelog: v22.0.0-rc.2.1...v22.0.0-rc.3
21.7.6
21.7.5
What's Changed
- Add infallible From conversions for types to ScVal (#1338)
Full Changelog: v21.7.4...v21.7.5
22.0.0-rc.2.1
What's Changed
- Add &Bytes->Val conversions. by @dmkozh in #1362
- Fix importing contract crates into other crates for testing by @leighmcculloch in #1364
- Deprecate fuzz_catch_panic by @leighmcculloch in #1365
- Bump version to 22.0.0-rc.2.1 by @github-actions in #1366
Full Changelog: v22.0.0-rc.2...v22.0.0-rc.2.1
21.7.4
What's Changed
- Fix importing contract crates into other crates for testing by @leighmcculloch in #1364 (cherry-picked in #1367)
- Bump version to 21.7.4 by @github-actions in #1367
Full Changelog: v21.7.3...v21.7.4
22.0.0-rc.2
What's Changed
Full Changelog: v22.0.0-rc.1.1...v22.0.0-rc.2
22.0.0-rc.1.1
What's Changed
- Update env and xdr by @leighmcculloch in #1357
- Bump version to 22.0.0-rc.1.1 by @github-actions in #1358
Full Changelog: v22.0.0-rc.1...v22.0.0-rc.1.1
22.0.0-rc.1
What's Changed
- Support for constructor-related functionality in Soroban SDK. by @dmkozh in #1327
- Add Address::from_str by @leighmcculloch in #1342
- Support calling ctors with tuples by @leighmcculloch in #1340
- Fix warnings on contract and contractimpl macros by @leighmcculloch in #1344
- Add
register
andregister_at
fns to replaceregister_contract
,register_contract_with_constructor
,register_contract_wasm
,register_contract_wasm_with_constructor
by @leighmcculloch in #1343 - Add infallible From conversions for types to ScVal by @leighmcculloch in #1338
- Remove need for Copy on error enums by @leighmcculloch in #1292
- Update env, xdr by @leighmcculloch in #1351
- implement bls12-381 functions by @jayz22 in #1345
- Use ConstructorArgs trait for args on deploy with constructor by @leighmcculloch in #1349
- Add compile errors when built with unsupported wasm features by @leighmcculloch in #1353
- Update dependencies to 22.0.0-rc.1 by @sisuresh in #1356
Full Changelog: v21.7.1...v22.0.0-rc.1
21.7.3
What's Changed
- Add compile errors when built with unsupported wasm features by @leighmcculloch in #1353
- Bump version to 21.7.3 by @github-actions in #1354
Full Changelog: v21.7.2...v21.7.3
21.7.2
What's Changed
- Fix warnings on contract and contractimpl macros (#1344) by @leighmcculloch in #1344 (cherry-picked in #1346)
- Bump version to 21.7.2 by @github-actions by @github-actions in #1346
Full Changelog: v21.7.1...v21.7.2