diff --git a/docs/releases.mdx b/docs/releases.mdx index 1fb272339..adaf884e8 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 90 title: Releases --- @@ -20,21 +20,23 @@ network passphrase changes. [Futurenet]: networks/futurenet -## Preview 5 (December 6th, 2022) +## Preview 5 (December 8th, 2022) ### Software | Software | Version | | -------- | ------- | | XDR | [026c9cd074bdb28ddde8ee52f2a4502d9e518a09](https://github.com/stellar/stellar-xdr/tree/026c9cd074bdb28ddde8ee52f2a4502d9e518a09) | -| Soroban Environment | `v0.0.10` | +| Soroban Environment | `v0.0.11` | | Stellar Core | `stellar-core_19.5.1-1137.b3a6bc281.focal~soroban` | -| Soroban Rust SDK | `v0.3.1` | -| Soroban CLI | `v0.3.1` | +| Soroban Rust SDK | `v0.3.2` | +| Soroban CLI | `v0.3.3` | | Soroban RPC | `0.3.1-32` | | Stellar Horizon | `stellar-horizon:2.22.0~soroban-318` | | Stellar Friendbot | `soroban-v0.0.2-alpha` | | Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:8046391718f8e58b2b88b9c379abda3587bb874689fa09b2ed4871a764ebda27` | +| Stellar JS Stellar Base | `8.0.1-soroban.5` | +| Stellar JS Soroban Client | `v0.2.0` | | Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` | ### Changelog @@ -50,25 +52,28 @@ See https://github.com/stellar/stellar-xdr/compare/48d5e17ae63bba0aa9725cd9d18d7 #### Soroban Environment +- Upgrade crate-git-revision to 0.0.4 (contribution by [@brson]) - Add Host::with_artificial_test_contract_frame - Restructure benchmark framework, add calibration code for all CostTypes - Disable budget costs for object cmp - Env changes to decouple contract instance from source - Remove BigInt, switch everything to u128 and i128 -See https://github.com/stellar/rs-soroban-env/releases v0.0.10 for more details. +See https://github.com/stellar/rs-soroban-env/releases v0.0.10, v0.0.11 for more details. #### Soroban Rust SDK +- Rename data to storage by @leighmcculloch in #786 +- Add ability to get current Budget from env in tests by @leighmcculloch in #789 - Add Env::as_contract for testutils by @leighmcculloch in #761 - Update contract deployment to match the Env changes by @dmkozh in #766 - Make contract_id public in contract clients. by @dmkozh in #768 - Remove BigInt by @sisuresh in #770 - Add soroban-ledger-snapshot - Change gen JSON output from stream to array (contribution by [@vinamogit]) -- Contributions from @vinamogit +- Contributions from [@vinamogit] -See https://github.com/stellar/rs-soroban-sdk/releases v0.3.0, v0.3.1 for more details. +See https://github.com/stellar/rs-soroban-sdk/releases v0.3.0, v0.3.1, v0.3.2 for more details. #### Soroban RPC @@ -80,14 +85,15 @@ See https://github.com/stellar/soroban-tools/releases v0.3.0, v0.3.1 for more de #### Soroban CLI -- Added type description to errors when using --arg (contribution by @waldmatias) +- Fix apt-get install in publish workflow +- Added type description to errors when using --arg (contribution by [@waldmatias]) - Additional CLI support for the contract deployment changes - Adds support for soroban deploy --wasm-hash, as well as soroban install --wasm - Add xdr and env version to version subcommand output -- Fix that the footpoint was not set correctly when deploying the wrapped token contract (contribution by @overcat) +- Fix that the footpoint was not set correctly when deploying the wrapped token contract (contribution by [@overcat]) - Contributions from [@waldmatias], [@willemneal], [@overcat], [@brson] -See https://github.com/stellar/soroban-tools/releases v0.3.0, v0.3.1 for more details. +See https://github.com/stellar/soroban-tools/releases v0.3.0, v0.3.1, 0.3.3 for more details. ## Preview 4 (November 15th, 2022)