mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
82c775f14f
* chore(master): release marine-rs-sdk-test 0.10.0 * chore: Bump version to 0.10.0
3.2 KiB
3.2 KiB
Changelog
0.10.0 (2023-05-05)
⚠ BREAKING CHANGES
- use only config to load modules, deprecate modules_dir parameter (#78)
Features
0.9.1 (2023-04-13)
Bug Fixes
0.9.0 (2023-03-17)
⚠ BREAKING CHANGES
- runtime: update marine (#64)
Features
0.8.2 (2023-02-21)
Bug Fixes
- deps: update rust crate fluence-app-service to 0.23.1 (#50) (1167214)
- deps: update rust crate marine-it-parser to 0.11.1 (#41) (0baeb86)
Version 0.4.0 (2021-10-18)
- multi-service
marine_test
can now be applied to amod
instead of afn
- added
generate_marine_test_env
function for generatingmarine_test_env
inbuild.rs
. It generates the samemarine_test_env
as the multi-servicemarine_test
does and has similar interface. This will allow IDE support. - added
include_test_env!
declarative macro for including generatedmarine_test_env
in the project
Version 0.3.0 (2021-10-04)
Implemented the first part of Issue 57: marine_test
now can take several named services in attributes, then define interface to the services in marine_test_env
.
Version 0.2.0 (2021-09-01)
- previously test function accessed module interfaces through externally defined variables, now module interfaces are passed as arguments.
- introduced generated module
marine_test_env
which provides interface for generated structs and functions.