You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
+
## v0.17.0
2
+
3
+
* Add new WASM runtime based on [wasmtime](https://github.com/bytecodealliance/wasmtime). More information in a dedicated update [article](https://trailbase.io/blog/switching_to_a_wasm_runtime).
4
+
* This is a transitional release containing both the V8 and WASM runtime. The plan is to eventually remove V8.
5
+
* We expect WASM to unlock a lot of opportunities going forward, from increased performance (though JS is slower), strict state isolation, flexible guets language choice, more extensibility... check the [article](https://trailbase.io/blog/switching_to_a_wasm_runtime).
6
+
* Update JavaScript and Rust dependencies.
7
+
1
8
## v0.16.9
2
9
3
-
* Add support for non-transactional bulk edits to experimental "transacation record API" and expose it in the JS/TS client. Thanks so much @ibilux 🙏.
10
+
* Add support for non-transactional bulk edits to experimental "transaction record API" and expose it in the JS/TS client. Thanks so much @ibilux 🙏.
0 commit comments