Skip to content

Commit

Permalink
add changelog and update testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Sep 3, 2021
1 parent af4578b commit 7260b90
Show file tree
Hide file tree
Showing 26 changed files with 15 additions and 8 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.

7 changes: 7 additions & 0 deletions changelogs/v0.12.0.md
@@ -0,0 +1,7 @@
## Improved WASI support, Redis cache, and more!

Beta-12 of Reactr brings some improvements and some new abilities:
- Improved compatibility with standard WASI modules by calling the standard `_start` function to initialize the module (the now-deprecated `init` is still called if `_start` is not present).
- Added support for Redis as a cache backend for the cache capability. Use `CacheConfig` when creating the Reactr instance to configure the Redis connection, and it will be used for all Wasm Runnables.
- Added the ability to autoscale the work threads used to handle Reactr jobs. This makes Reactr much more flexible when working with large spikes in traffic.
- Updated the internal Wasm runtime to latest avaialble.
2 changes: 1 addition & 1 deletion rwasm/testdata/content-type/Cargo.lock

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

Binary file modified rwasm/testdata/content-type/content-type.wasm
Binary file not shown.
Binary file modified rwasm/testdata/fetch-swift/fetch-swift.wasm
Binary file not shown.
Binary file modified rwasm/testdata/fetch/fetch.wasm
Binary file not shown.
Binary file modified rwasm/testdata/get-static-swift/get-static-swift.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rwasm/testdata/get-static/Cargo.lock

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

Binary file modified rwasm/testdata/get-static/get-static.wasm
Binary file not shown.
Binary file modified rwasm/testdata/hello-echo/hello-echo.wasm
Binary file not shown.
Binary file modified rwasm/testdata/hello-swift/hello-swift.wasm
Binary file not shown.
Binary file modified rwasm/testdata/legacy/legacy.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rwasm/testdata/log/Cargo.lock

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

Binary file modified rwasm/testdata/log/log.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rwasm/testdata/return-err/Cargo.lock

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

Binary file modified rwasm/testdata/return-err/return-err.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rwasm/testdata/rs-graphql/Cargo.lock

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

Binary file modified rwasm/testdata/rs-graphql/rs-graphql.wasm
Binary file not shown.
Binary file modified rwasm/testdata/runnables.wasm.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion rwasm/testdata/rust-get/Cargo.lock

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

Binary file modified rwasm/testdata/rust-get/rust-get.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rwasm/testdata/rust-set/Cargo.lock

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

Binary file modified rwasm/testdata/rust-set/rust-set.wasm
Binary file not shown.
Binary file modified rwasm/testdata/swift-get/swift-get.wasm
Binary file not shown.
Binary file modified rwasm/testdata/swift-log/swift-log.wasm
Binary file not shown.
Binary file modified rwasm/testdata/swift-set/swift-set.wasm
Binary file not shown.

0 comments on commit 7260b90

Please sign in to comment.