Skip to content

Commit

Permalink
added changelog and bumped versions for Beta-11
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Jul 29, 2021
1 parent 25a1415 commit 25e4e22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion api/rust/suborbital/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital"
version = "0.10.0"
version = "0.11.0"
authors = ["cohix <connorjhicks@gmail.com>"]
edition = "2018"
description = "Suborbital Wasm Runnable API"
Expand Down
5 changes: 5 additions & 0 deletions 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.

0 comments on commit 25e4e22

Please sign in to comment.