0.16.1 (2024-02-29)
0.16.0 (2024-02-22)
- update to fluence-app-service 0.35.0 (#121)
0.15.0 (2024-02-21)
- update sdk and marine (#117)
0.14.0 (2024-02-20)
- update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2 (#115)
0.13.0 (2024-02-13)
- update marine-rs-sdk to 0.12.0 and marine, support worker_id in CallParameters (#113)
0.12.1 (2023-12-20)
0.12.0 (2023-12-14)
- deps: update to marine runtime with memory limits (#98)
0.11.1 (2023-11-21)
0.11.0 (2023-10-24)
- deps: update fluence-app-service to 0.29.0 (#99)
0.10.2 (2023-08-09)
0.10.1 (2023-08-07)
0.10.0 (2023-05-05)
- use only config to load modules, deprecate modules_dir parameter (#78)
0.9.1 (2023-04-13)
0.9.0 (2023-03-17)
- runtime: update marine (#64)
0.8.2 (2023-02-21)
- 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)
- 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
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
.
- 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.