aquavm/crates/data-store/CHANGELOG.md
2024-02-22 14:05:33 +03:00

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

  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.28.2 to 0.28.3
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.28.3 to 0.28.4
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.28.4 to 0.28.5
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.29.0 to 0.29.1
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.29.1 to 0.29.2
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.29.2 to 0.29.3
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.29.3 to 0.30.0
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.30.0 to 0.31.0
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.31.0 to 0.31.1
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.31.1 to 0.31.2
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.31.2 to 0.32.0
  • The following workspace dependencies were updated

    • dependencies
      • avm-interface bumped from 0.32.0 to 0.32.1

0.7.0 (2023-08-17)

⚠ BREAKING CHANGES

  • update marine-rs-sdk minor version

Features

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

0.6.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)

0.5.0 (2023-02-21)

⚠ BREAKING CHANGES

  • avm: improve anomaly detection

Features

  • avm: improve anomaly detection (5e6863d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • avm-interface bumped from 0.28.1 to 0.28.2

[Unreleased]

[0.4.1] - 2022-09-13

Other

  • Introduce length functor (#314)
  • Update all non-major Rust dependencies (#309)
  • Get rid of unsafe code in the interpreter (#303)
  • make clippy happy (#291)