2024-02-22 14:05:33 +03:00

6.7 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.

0.19.0 (2024-02-22)

⚠ BREAKING CHANGES

  • update marine-rs-sdk to 0.14.0, remove all of json_path remains (#820)

Features

  • update marine-rs-sdk to 0.14.0, remove all of json_path remains (#820) (08e8547)

0.18.0 (2024-02-20)

⚠ BREAKING CHANGES

  • preparation,memory: AquaVM preparation step now checks input arguments sizes [fixes VM-425]

Features

  • avm-server: a convenience method to hide implementation from nox and fix for items ordering bug (#818) (2ed1901)
  • execution-engine: Rc-based JSON value (#813) (0d53f2b)
  • preparation,memory: AquaVM preparation step now checks input arguments sizes [fixes VM-425] (5afd5cb)

0.17.2 (2024-01-24)

Bug Fixes

  • deps: update rust crate marine-rs-sdk to 0.10.3 (#782) (a33e853)

0.17.1 (2024-01-11)

Features

  • air,air-cli: pretty-printing binary interpreter data (#794) (d6b1da9)

0.17.0 (2024-01-09)

⚠ BREAKING CHANGES

  • interface: Use MessagePack for calls (#780)

Features

  • interface: Use MessagePack for calls (#780) (325eea7)

0.16.0 (2024-01-03)

⚠ BREAKING CHANGES

  • data: flexible serialization formats (#757)

Features

  • data: flexible serialization formats (#757) (771d42d)

Bug Fixes

  • deps: update rust crate marine-call-parameters to 0.10.2 (#732) (763bbcb)
  • deps: update rust crate marine-call-parameters to 0.10.3 (#781) (518bb95)

0.15.2 (2023-12-12)

Bug Fixes

  • deps: update rust crate marine-rs-sdk to 0.10.2 (#733) (05fda3e)

0.15.1 (2023-09-21)

Bug Fixes

  • deps: update rust crate marine-rs-sdk to 0.10.0 (#640) (b713e44)

0.15.0 (2023-08-17)

⚠ BREAKING CHANGES

  • update marine-rs-sdk minor version

Features

  • update marine-rs-sdk minor version (4b4e3bd)

0.14.0 (2023-06-22)

⚠ BREAKING CHANGES

  • avm-server,air-interpreter,aquavm-air: secret key and particle ID arguments (#593)

Features

  • avm-server,air-interpreter,aquavm-air: secret key and particle ID arguments (#593) (8ce8af3)

Bug Fixes

  • deps: update rust crate fluence-it-types to 0.4.1 (#545) (138501f)

0.13.0 (2023-03-15)

⚠ BREAKING CHANGES

  • avm: integrate Marine 0.26.0 (#461)

Features

[Unreleased]

[0.12.1] - 2022-12-26

  • Remove the new cid field of the InterpreterOutcome as it is not really needed.

[0.12.0] - 2022-12-21

  • New cid field of the InterpreterOutcome contains CID of the data.

[0.11.1] - 2022-09-13

Other

  • Update all non-major Rust dependencies (#323)
  • Update all non-major Rust dependencies (#321)
  • Update all non-major Rust dependencies (#309)
  • Get rid of unsafe code in the interpreter (#303)
  • Refactor avm-server interface mod to new crate (#294)
  • make clippy happy (#291)