-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs for Restate 1.1.0 #451
Conversation
Deploying documentation with Cloudflare Pages
|
@slinkydeveloper I'll hold off merging this until the latest SDK releases are done. |
You can merge on main i think, we then merge it to production when everything is ready |
Can you run the pre-release script again for java sdk 1.1? It should update the javadocs. |
@@ -1,6 +1,6 @@ | |||
{ | |||
"RESTATE_VERSION": "1.0", | |||
"RESTATE_VERSION": "1.1", | |||
"TYPESCRIPT_SDK_VERSION": "1.3.0", | |||
"JAVA_SDK_VERSION": "1.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is now 1.1
Updated for Restate 1.1, Java SDK 1.1, and Python SDK 0.3. |
docs/develop/rust/overview.mdx
Outdated
The Restate Rust SDK is open source and can be found on GitHub: ([sdk-python repo](https://github.com/restatedev/sdk-rust)). | ||
|
||
<Admonition type="info" icon="🚧" title="Work in progress"> | ||
The Rust SDK documentation is still under construction. Please refer to the [restate-sdk crate](https://docs.rs/restate-sdk/latest/restate_sdk/) to get started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to the hello world example too: https://github.com/restatedev/examples/tree/main/templates/rust
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Bumped Restate and Go SDK versions in config, and re-ran
generate.sh
.