Skip to content

Commit

Permalink
changelog and bump version for v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Mar 12, 2021
1 parent 3504d36 commit c8e9e23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/rust/suborbital/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/rust/suborbital/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital"
version = "0.8.0"
version = "0.8.1"
authors = ["cohix <connorjhicks@gmail.com>"]
edition = "2018"
description = "Suborbital Wasm Runnable API"
Expand Down
5 changes: 5 additions & 0 deletions changelogs/v0.8.1.md
@@ -0,0 +1,5 @@
Beta-8.1 brings the ability to set response headers from Wasm Runnables.

Using Rust, `resp::set_header(key, val)` will indicate to the caller that the module wants to set a Response header and the headers will be included in the job response.

This functionality only works when a CoordinatedRequest is mounted on the instance (by passing its JSON as the job data)

0 comments on commit c8e9e23

Please sign in to comment.