Skip to content

Commit 25e4e22

Browse files
committed
added changelog and bumped versions for Beta-11
1 parent 25a1415 commit 25e4e22

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

api/assemblyscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suborbital/suborbital",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"types": "assembly/index.ts",
55
"description": "Suborbital's Runnable API for AssemblyScript",
66
"main": "assembly/index.ts",

api/rust/suborbital/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "suborbital"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["cohix <[email protected]>"]
55
edition = "2018"
66
description = "Suborbital Wasm Runnable API"

changelogs/v0.11.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## GraphQL support, auth provider, and more!
2+
3+
Beta-11 of Reactr brings some awesome new capabilities for Wasm Runnables. There is a new GraphQL capability, allowing Wasm modules to query GraphQL endpoints, and a new `AuthProvider` capability that allows the Reactr host to add authorization headers to outgoing HTTP/GraphQL calls in order to make applications more secure and flexible.
4+
5+
This release is the foudnation for Atmo Beta-3, which is coming soon and will include documentation for the new GraphQL API.

0 commit comments

Comments
 (0)