From 25e4e222a2b43754f1e18f0fc7a796ed0c3e9426 Mon Sep 17 00:00:00 2001 From: cohix Date: Thu, 29 Jul 2021 11:41:04 -0400 Subject: [PATCH] added changelog and bumped versions for Beta-11 --- api/assemblyscript/package.json | 2 +- api/rust/suborbital/Cargo.toml | 2 +- changelogs/v0.11.0.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 changelogs/v0.11.0.md 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