diff --git a/api/assemblyscript/package.json b/api/assemblyscript/package.json index e76ca2f8..0e5865bd 100644 --- a/api/assemblyscript/package.json +++ b/api/assemblyscript/package.json @@ -1,6 +1,6 @@ { "name": "@suborbital/suborbital", - "version": "0.10.0", + "version": "0.11.0", "types": "assembly/index.ts", "description": "Suborbital's Runnable API for AssemblyScript", "main": "assembly/index.ts", diff --git a/api/rust/suborbital/Cargo.toml b/api/rust/suborbital/Cargo.toml index 2c4616a4..189fbacd 100644 --- a/api/rust/suborbital/Cargo.toml +++ b/api/rust/suborbital/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "suborbital" -version = "0.10.0" +version = "0.11.0" authors = ["cohix "] edition = "2018" description = "Suborbital Wasm Runnable API" diff --git a/changelogs/v0.11.0.md b/changelogs/v0.11.0.md new file mode 100644 index 00000000..0a2643ed --- /dev/null +++ b/changelogs/v0.11.0.md @@ -0,0 +1,5 @@ +## GraphQL support, auth provider, and more! + +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. + +This release is the foudnation for Atmo Beta-3, which is coming soon and will include documentation for the new GraphQL API. \ No newline at end of file