mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-14 14:00:49 +00:00
6.5 KiB
6.5 KiB
Changelog
0.14.0 (2024-02-21)
⚠ BREAKING CHANGES
- rename lambda to lens (#159)
Features
0.13.0 (2024-02-20)
⚠ BREAKING CHANGES
- host api: rename
json_path
field in SecurityTetraplet tolambda
to follow AquaVM naming (#158) - host api: add particle parameters into CallParameters (#156)
Features
- host api: add particle parameters into CallParameters (#156) (8c7352e)
- host api: rename
json_path
field in SecurityTetraplet tolambda
to follow AquaVM naming (#158) (4a9e72e)
0.12.0 (2024-02-08)
⚠ BREAKING CHANGES
- introduce host import API versions (#154)
Features
0.11.0 (2024-02-05)
⚠ BREAKING CHANGES
- ABI, call-parameters: add worker_id field into CallParameters (#151)
Features
0.10.3 (2023-12-27)
Features
0.10.2 (2023-12-12)
Bug Fixes
0.10.1 (2023-10-24)
Features
- deps: update rust crate chrono to 0.4.31 (#119) (69d04d1)
- deps: update rust crate log to 0.4.20 (#118) (b08bcf1)
- deps: update rust crate pretty_assertions to 1.4.0 (#137) (00f745f)
- deps: update rust crate proc-macro2 to 1.0.69 (#111) (7cd6d86)
- deps: update rust crate quote to 1.0.33 (0e4cb4b)
- deps: update rust crate serde to 1.0.189 (#136) (9827098)
- deps: update rust crate serde_json to 1.0.107 (#117) (513a80a)
0.10.0 (2023-09-13)
⚠ BREAKING CHANGES
- hide marine ABI exports under
marine-abi
feature (#129)
Features
0.9.0 (2023-08-16)
⚠ BREAKING CHANGES
- move SecurityTetraplets from popyplets directly to marine-rs-sdk crate (#127)
Features
0.8.1 (2023-08-09)
Bug Fixes
0.8.0 (2023-07-24)
⚠ BREAKING CHANGES
- allow field attibutes (#121)