Releases: mutable-org/mutable
Releases · mutable-org/mutable
v0.0.225: [UTest] Remove `wasm::Scan` test for V8.
These tests crash due to a very strange error when enabling the memory64 extension. For the time being, we remove them. However, the same test cases are still executed using the Wasm interpreter.
v0.0.224
[CI] Fix tagging and increase output verbosity
v0.0.223
[CI] Fix coverage by disabling `ccache`
v0.0.222
[Benchmark] Add index access strategies evaluation
v0.0.221: [CI] Remove `PYTHON_VERSION`
Python version is already specified in `Pipfile`.
v0.0.220
[ITest] Add test cases for prefix and suffix expressions in `LIKE`.
v0.0.219
[Wasm] Add CLI argument to choose indexes for `IndexScan`
v0.0.218
[Doc] Remove comment on Graphviz gvc.h
v0.0.217
[WasmDSL][V8] Add support for printing memory consumption.
v0.0.216
[UTest][V8] Fix missing `read_result_set` reference in global environ…