mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-03 19:20:19 +00:00
30aaa28d72
* chore: release master * chore: Bump marine-js version to 0.14.0
13 KiB
13 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
The following workspace dependencies were updated
- dependencies
- marine-wasmtime-backend bumped from 0.2.0 to 0.2.1
- dependencies
-
The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.11.1 to 0.11.2
- dependencies
0.31.0 (2024-04-10)
⚠ BREAKING CHANGES
Features
Bug Fixes
0.30.0 (2024-02-22)
⚠ BREAKING CHANGES
- rework wasi mapped dirs handing, relax restrictions (#421)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.14.0 to 0.14.1
- marine-it-parser bumped from 0.15.1 to 0.15.2
- marine-it-generator bumped from 0.16.0 to 0.16.1
- marine-wasm-backend-traits bumped from 0.5.1 to 0.6.0
- marine-wasmtime-backend bumped from 0.5.1 to 0.6.0
- dependencies
0.29.0 (2024-02-21)
⚠ BREAKING CHANGES
- support marine-rs-sdk 0.14
Features
- support marine-rs-sdk 0.14 (b20a27f)
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.13.0 to 0.14.0
- marine-it-generator bumped from 0.15.0 to 0.16.0
- dependencies
0.28.0 (2024-02-20)
⚠ BREAKING CHANGES
- support particle parameters in CallParameters (__marine_host_api_v2) (#417)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.12.0 to 0.13.0
- marine-it-generator bumped from 0.14.0 to 0.15.0
- dependencies
0.27.0 (2024-02-08)
⚠ BREAKING CHANGES
- ABI: support marine-rs-sdk host api versions, support worker_id in CallParamaters (#409)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.11.2 to 0.12.0
- marine-it-generator bumped from 0.13.1 to 0.14.0
- dependencies
0.26.1 (2024-01-07)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.11.0 to 0.11.1
- marine-it-interfaces bumped from 0.9.0 to 0.9.1
- marine-it-parser bumped from 0.15.0 to 0.15.1
- marine-it-generator bumped from 0.13.0 to 0.13.1
- marine-module-interface bumped from 0.8.0 to 0.8.1
- marine-utils bumped from 0.5.0 to 0.5.1
- marine-min-it-version bumped from 0.3.1 to 0.3.2
- marine-wasm-backend-traits bumped from 0.5.0 to 0.5.1
- marine-wasmtime-backend bumped from 0.5.0 to 0.5.1
- dependencies
0.26.0 (2023-12-14)
⚠ BREAKING CHANGES
Features
Bug Fixes
0.25.0 (2023-11-07)
⚠ BREAKING CHANGES
Features
- deps: update rust crate anyhow to 1.0.75 (#372) (44b8e96)
- deps: update rust crate log to 0.4.20 (8a6035f)
- deps: update rust crate paste to 1.0.14 (e75dafe)
- deps: update rust crate semver to 1.0.20 (7b666ae)
- deps: update rust crate thiserror to 1.0.50 (0b88b23)
- propagate errors from linked modules (#388) (a94494b)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.10.0 to 0.9.0
- marine-min-it-version bumped from 0.3.0 to 0.3.1
- marine-wasmtime-backend bumped from 0.3.0 to 0.4.0
- dependencies
0.24.0 (2023-09-13)
⚠ BREAKING CHANGES
- deps: update marine-rs-sdk-to 0.10.0 (#364)
Features
0.23.0 (2023-08-09)
⚠ BREAKING CHANGES
- versions: enforce minor version bump on minor dependency update (#362)
Bug Fixes
0.22.0 (2023-08-04)
⚠ BREAKING CHANGES
- update versions to comply with semver (#357)
Bug Fixes
0.21.0 (2023-07-25)
⚠ BREAKING CHANGES
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332)
- wasm-backend: split Function trait, improve naming (#347)
- wasm-backend, app-service: use String for wasi env vars + require Clone for Function trait (#333)
Features
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332) (a61ddfc)
- wasm-backend, app-service: use String for wasi env vars + require Clone for Function trait (#333) (aeae703)
- wasm-backend: split Function trait, improve naming (#347) (0f9979a)
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.6.1 to 0.6.2
- marine-it-parser bumped from 0.12.1 to 0.12.2
- marine-it-generator bumped from 0.10.1 to 0.10.2
- marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0
- marine-wasmtime-backend bumped from 0.2.2 to 0.3.0
- dependencies
0.20.3 (2023-04-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.6.0 to 0.6.1
- marine-it-interfaces bumped from 0.8.0 to 0.8.1
- marine-it-parser bumped from 0.12.0 to 0.12.1
- marine-it-generator bumped from 0.10.0 to 0.10.1
- marine-module-interface bumped from 0.7.0 to 0.7.1
- marine-wasm-backend-traits bumped from 0.2.0 to 0.2.1
- marine-wasmtime-backend bumped from 0.2.1 to 0.2.2
- dependencies
0.20.1 (2023-03-22)
Bug Fixes
0.20.0 (2023-03-14)
⚠ BREAKING CHANGES
- decouple wasmer from Marine, replace it with generic backend interface (#219)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-module-info-parser bumped from 0.5.1 to 0.6.0
- marine-it-interfaces bumped from 0.7.3 to 0.8.0
- marine-it-parser bumped from 0.11.1 to 0.12.0
- marine-it-generator bumped from 0.9.5 to 0.10.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
- marine-wasm-backend-traits bumped from 0.1.0 to 0.2.0
- marine-wasmtime-backend bumped from 0.1.0 to 0.2.0
- dependencies
[Unreleased]
[0.19.0] - 2022-12-06
Fixed
- [breaking] bump minor versions where it was required in #189 (#212)
- fix tests after renaming (#174)
Other
- (deps) update all non-major rust dependencies (#211)
- Add marine e2e (#230)
- (build) fix clippy warnings (#213)
- Update Rust crate semver to v1 (#198)
- Update all non-major Rust dependencies (#204)
- Update all non-major Rust dependencies (#189)
- bump crate versions that used marine-rs-sdk-main 0.6.15 (#185)
- Support marine-rs-sdk 0.7.0 (#180)
- Fix value after table problem in TomlMarineNamedModuleConfig(#175)
- Rename
FaaS
toMarine
,Runtime
toCore
(#172)