Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Add release notes #232

Merged
merged 10 commits into from
Dec 2, 2022
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 147 additions & 0 deletions docs/releases.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
---
sidebar_position: 1
title: Preview Releases
---

The following Soroban releases are preview releases.

We’re releasing early versions of Soroban because we believe it’s important to
share the development process, and we want Stellar ecosystem developers and
smart contract developers from other ecosystems to have a chance to experiment
and provide feedback.

:::caution
Preview releases are software releases that are also released to the [FutureNet]
test network. Software releases may occur between FutureNet releases. If you're
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FutureNet or Futurenet. I've been using Futurenet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, fixed in 937fa45.

interacting with FutureNet the recommended software versions to use in
development are below. Releases to FutureNet may include network resets and
network passphrase changes.
:::

[FutureNet]: networks/futurenet

## Preview 3 (December 6th, 2022)

### Software

| Software | Version |
| -------- | ------- |
| XDR | https://github.com/stellar/stellar-xdr/tree/026c9cd074bdb28ddde8ee52f2a4502d9e518a09 |
| Soroban Environment | `v0.0.10` |
| Stellar Core | `` |
| Soroban Rust SDK | `` |
| Soroban CLI | `` |
| Soroban RPC | `` |
| Stellar Horizon | `` |
| Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:...` |
| FutureNet Network Passphrase | `Test SDF Future Network ; October 2022` |

### Changelog

#### XDR

* ...

#### Soroban Environment

* ...

See https://github.com/stellar/rs-soroban-env/releases v... for more details.

#### Soroban Rust SDK

* ...

See https://github.com/stellar/rs-soroban-sdk/releases v... for more details.

#### Soroban RPC

* ...

See https://github.com/stellar/soroban-tools/releases v... for more details.

#### Soroban CLI

* ...

See https://github.com/stellar/soroban-tools/releases v... for more details.

## Preview 2 (November 15th, 2022)

### Software

| Software | Version |
| -------- | ------- |
| XDR | https://github.com/stellar/stellar-xdr-next/tree/48d5e17ae63bba0aa9725cd9d18d7438f44c07b1 |
| Soroban Environment | `v0.0.9` |
| Stellar Core | `19.5.1-1111.eba1d3de9.focal~soroban` |
| Soroban Rust SDK | `v0.2.1` |
| Soroban CLI | `v0.2.1` |
| Soroban RPC | ??? |
| Stellar Horizon | `2.22.0~soroban-304` |
| Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:0993d3350148af6ffeab5dc8f0b835236b28dade6dcae77ff8a09317162f768d` |
| FutureNet Network Passphrase | `Test SDF Future Network ; October 2022` |

### Changelog

#### XDR

* Trivial whitespace changes

#### Soroban Environment

* Vm tuning
* Add token events
* Catch panics from native contracts in try_call
* Improved built-in token error reporting
* Add missing conversion from Status->ScStatus for the ContractError variant
* Capture user panic-strings in native builds, avoid spurious NoContractRunning error
* Few small fixes to error debug events

See https://github.com/stellar/rs-soroban-env/releases v0.0.7, v0.0.8, v0.0.9 for more details.

#### Soroban Rust SDK

* Add Logger::print in testutils
* Add conversion from Address to Identifier
* Remove deprecated functions
* Remove panic-catching and fix tests that use newly-working native try_call
* Reintroduce an optimized aborting unwrap
* Add assert_with_error! macro
* Rename panic_error! to panic_with_error!

See https://github.com/stellar/rs-soroban-sdk/releases v0.2.0, v0.2.1 for more details.

#### Soroban RPC

* Initial Release

#### Soroban CLI

* Strings and symbols are rendered as text in JSON output
* Bytes are rendered as hex in JSON output
* Accounts in invocations are created in sandbox
* Add optimize sub-command that optimizes contracts
* Fix the bin name in the completion command
* Fix jsonrpc compliance issue

See https://github.com/stellar/soroban-cli/releases v0.2.0, v0.2.1 for more details.

## Preview 1 (October 11th, 2022)

### Software

| Software | Version |
| -------- | ------- |
| XDR | https://github.com/stellar/stellar-xdr-next/tree/161e2e5b64425a49f9ccfef7f732ae742ed5eec4 |
| Soroban Environment | `v0.0.6` |
| Stellar Core | `19.4.1-1097.4e813f20e.focal~soroban` |
| Soroban Rust SDK | `v0.1.1` |
| Soroban CLI | `v0.1.2` |
| Soroban RPC | ??? |
| Stellar Horizon | `2.22.0~soroban-304` |
| Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:e58d83f92a61f43406087f488dd1cba110a92646dca85f14b3a416163609e853` |
| FutureNet Network Passphrase | `Test SDF Future Network ; October 2022` |

### Changelog
- Initial Preview Release