mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
6.7 KiB
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
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
0.17.1 (2024-01-11)
Features
0.17.0 (2024-01-09)
⚠ BREAKING CHANGES
- interface: Use MessagePack for calls (#780)
Features
0.16.0 (2024-01-03)
⚠ BREAKING CHANGES
- data: flexible serialization formats (#757)
Features
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
0.15.1 (2023-09-21)
Bug Fixes
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
Bug Fixes
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 theInterpreterOutcome
as it is not really needed.
[0.12.0] - 2022-12-21
- New
cid
field of theInterpreterOutcome
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)