Skip to content

Commit

Permalink
Describe versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jun 7, 2024
1 parent 96b9c47 commit 1c28ac2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ We know that your time is precious and, therefore, deeply value any effort to co

Check out our [development guidelines](/docs/dev/development-guidelines.md) and [tips for local development](/docs/dev/local-development.md) to get started.

## Versions

Restate follows [Semantic Versioning](https://semver.org/).

You can safely upgrade from a Restate `x.y` to `x.(y+1)` release without performing any manual data migration, as Restate performs an automatic data migration for you.

To check the compatibility with the SDKs, check the respective READMEs:

* [SDK-Java](https://github.com/restatedev/sdk-java/?tab=readme-ov-file#versions)
* [SDK-Typescript](https://github.com/restatedev/sdk-typescript/?tab=readme-ov-file#versions)

### Building Restate locally

In order to build Restate locally [follow the build instructions](https://github.com/restatedev/restate/blob/main/docs/dev/local-development.md#building-restate).
Expand Down

0 comments on commit 1c28ac2

Please sign in to comment.