aquavm/avm/server/CHANGELOG.md
fluencebot eb55564369
chore: release master (#524)
* chore: release master

* chore: Bump air-interpreter version to 0.38.0
2023-03-15 17:32:29 +02:00

3.3 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.31.0 (2023-03-15)

⚠ BREAKING CHANGES

  • avm: integrate Marine 0.26.0 (#461)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • air-interpreter-interface bumped from 0.12.1 to 0.13.0
      • avm-data-store bumped from 0.6.0 to 0.6.1
      • avm-interface bumped from 0.28.2 to 0.28.3

0.30.1 (2023-03-13)

Bug Fixes

  • deps: update rust crate marine-runtime to 0.25.0 (#498) (8c25dbe)

0.30.0 (2023-02-27)

⚠ BREAKING CHANGES

  • data_store: use particle_id + current_peer_id as prev_data key in DataStore (#485)

Bug Fixes

  • data_store: use particle_id + current_peer_id as prev_data key in DataStore (#485) (36e1c87)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • avm-data-store bumped from 0.5.0 to 0.6.0

0.29.0 (2023-02-21)

⚠ BREAKING CHANGES

  • avm: improve anomaly detection

Features

  • avm: improve anomaly detection (5e6863d)

Bug Fixes

  • deps: update rust crate marine-runtime to 0.24.1 (#478) (c408da8)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • avm-data-store bumped from 0.4.1 to 0.5.0
      • avm-interface bumped from 0.28.0 to 0.28.2

[Unreleased]

[0.28.1] - 2022-12-26

  • Update avm-interface version after air-interpreter-interface version bump.

[0.28.0] - 2022-12-21

  • Update avm-interface version after air-interpreter-interface version bump.

[0.27.0] - 2022-11-22

Changed

  • Move current_peer_id field/argument to the ParticleParameters. It is removed from both AVMConfig and AVMRunner::new, but added to AVMRunner::call/AVMRunner::call_tracing.
  • ParticleParameters now has only single lifetime parameter
  • Update avm-interface version

[0.26.1] - 2022-09-13

Other

  • Update all non-major Rust dependencies (#323)