2022-09-13 19:08:47 +03:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2023-03-15 17:32:29 +02:00
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.28.2 to 0.28.3
2023-06-23 00:45:40 +03:00
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.28.3 to 0.28.4
2023-08-04 00:18:11 +03:00
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.28.4 to 0.28.5
2023-09-22 00:46:21 +03:00
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.29.0 to 0.29.1
2023-10-16 16:01:49 +03:00
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.29.1 to 0.29.2
2023-12-12 19:15:36 +02:00
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.29.2 to 0.29.3
2023-08-17 16:06:59 +03:00
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.6.3...avm-data-store-v0.7.0) (2023-08-17)
### ⚠ BREAKING CHANGES
* update marine-rs-sdk minor version
### Features
* update marine-rs-sdk minor version ([4b4e3bd ](https://github.com/fluencelabs/aquavm/commit/4b4e3bde839d1167ea559d49b183d1a76bc93439 ))
2023-02-27 16:24:49 +02:00
## [0.6.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.5.0...avm-data-store-v0.6.0) (2023-02-27)
### ⚠ BREAKING CHANGES
* **data_store:** use particle_id + current_peer_id as prev_data key in DataStore ([#485 ](https://github.com/fluencelabs/aquavm/issues/485 ))
### Bug Fixes
* **data_store:** use particle_id + current_peer_id as prev_data key in DataStore ([#485 ](https://github.com/fluencelabs/aquavm/issues/485 )) ([36e1c87 ](https://github.com/fluencelabs/aquavm/commit/36e1c8762c1888f375adacc21907d98a811d28d9 ))
2023-02-21 20:54:12 +02:00
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.4.1...avm-data-store-v0.5.0) (2023-02-21)
### ⚠ BREAKING CHANGES
* **avm:** improve anomaly detection
### Features
* **avm:** improve anomaly detection ([5e6863d ](https://github.com/fluencelabs/aquavm/commit/5e6863d4d59684d4f2b509ece6e597831e648f05 ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.28.1 to 0.28.2
2022-09-13 19:08:47 +03:00
## [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 )