mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
7.3 KiB
7.3 KiB
Changelog
-
The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.7.3 to 0.8.0
- marine-module-interface bumped from 0.6.1 to 0.7.0
- marine-utils bumped from 0.4.0 to 0.5.0
- marine-min-it-version bumped from 0.2.1 to 0.3.0
- it-json-serde bumped from 0.3.5 to 0.4.0
- dependencies
-
The following workspace dependencies were updated
- dependencies
- marine-js-backend bumped from 0.3.1 to 0.3.2
- dependencies
0.9.0 (2023-12-14)
⚠ BREAKING CHANGES
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-js-backend bumped from 0.3.0 to 0.3.1
- dependencies
0.8.0 (2023-11-07)
⚠ BREAKING CHANGES
Features
- deps: update rust crate log to 0.4.20 (8a6035f)
- deps: update rust crate serde_json to 1.0.107 (0c1d378)
- propagate errors from linked modules (#388) (a94494b)
Bug Fixes
- marine-js: Add JSONValue return type (#393) (8ea6c3c)
- versions: enforce minor version bumps (#397) (8c217c7)
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-js-backend bumped from 0.2.0 to 0.2.1
- dependencies
0.7.2 (2023-08-04)
Features
0.7.0 (2023-08-03)
⚠ BREAKING CHANGES
- marine-js: update register_module interface to vastly improve performance (#354)
Features
0.6.0 (2023-08-02)
⚠ BREAKING CHANGES
Features
- marine-js: Export wasm file from package.json (#353) (49a095a)
- marine-js: support call parameters (#351) (456521b)
0.5.0 (2023-07-25)
⚠ BREAKING CHANGES
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332)
Features
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332) (a61ddfc)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-js-backend bumped from 0.1.0 to 0.1.1
- dependencies
0.4.1 (2023-04-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.8.0 to 0.8.1
- marine-module-interface bumped from 0.7.0 to 0.7.1
- it-json-serde bumped from 0.4.0 to 0.4.1
- dependencies
0.4.0 (2023-03-14)
⚠ BREAKING CHANGES
- decouple wasmer from Marine, replace it with generic backend interface (#219)