Skip to content

Latest commit

 

History

History
114 lines (56 loc) · 6.55 KB

CHANGELOG.md

File metadata and controls

114 lines (56 loc) · 6.55 KB

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 to lambda 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 to lambda 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

  • ABI, call-parameters: add worker_id field into CallParameters (#151) (3bdf0c2)

0.10.3 (2023-12-27)

Features

  • call-parameters: optional rkyv support (#148) (22863bc)

0.10.2 (2023-12-12)

Bug Fixes

  • ABI: use correct empty string/vector representation (#146) (d3cade9)

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

  • hide marine ABI exports under marine-abi feature (#129) (7059e84)

0.9.0 (2023-08-16)

⚠ BREAKING CHANGES

  • move SecurityTetraplets from popyplets directly to marine-rs-sdk crate (#127)

Features

  • move SecurityTetraplets from popyplets directly to marine-rs-sdk crate (#127) (add9b91)

0.8.1 (2023-08-09)

Bug Fixes

  • update polyplets to 0.4.0 as part of minor version update process (#125) (88897ba)

0.8.0 (2023-07-24)

⚠ BREAKING CHANGES

  • allow field attibutes (#121)

Features