Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release marine-rs-sdk-test 0.17.0 #137

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.1"
".": "0.17.0"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [0.17.0](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.16.1...marine-rs-sdk-test-v0.17.0) (2024-09-04)


### ⚠ BREAKING CHANGES

* update to fluence-app-service 0.35.0 ([#121](https://github.com/fluencelabs/marine-rs-sdk-test/issues/121))
* update sdk and marine ([#117](https://github.com/fluencelabs/marine-rs-sdk-test/issues/117))
* update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2 ([#115](https://github.com/fluencelabs/marine-rs-sdk-test/issues/115))
* update marine-rs-sdk to 0.12.0 and marine, support worker_id in CallParameters ([#113](https://github.com/fluencelabs/marine-rs-sdk-test/issues/113))
* **deps:** update to marine runtime with memory limits ([#98](https://github.com/fluencelabs/marine-rs-sdk-test/issues/98))
* **deps:** update fluence-app-service to 0.29.0 ([#99](https://github.com/fluencelabs/marine-rs-sdk-test/issues/99))
* use only config to load modules, deprecate modules_dir parameter ([#78](https://github.com/fluencelabs/marine-rs-sdk-test/issues/78))
* **runtime:** update marine ([#64](https://github.com/fluencelabs/marine-rs-sdk-test/issues/64))

### Features

* **deps:** update fluence-app-service to 0.29.0 ([#99](https://github.com/fluencelabs/marine-rs-sdk-test/issues/99)) ([c870fa7](https://github.com/fluencelabs/marine-rs-sdk-test/commit/c870fa7716c77f8ff68b031275fd999726ef1ffd))
* **deps:** update rust crate proc-macro2 to 1.0.69 [[#84](https://github.com/fluencelabs/marine-rs-sdk-test/issues/84)](https://github.com/fluencelabs/marine-rs-sdk-test/pull/84) ([fd6b6c0](https://github.com/fluencelabs/marine-rs-sdk-test/commit/fd6b6c0d52e787f5c443c826e3573b4b088d6271))
* **deps:** update to marine runtime with memory limits ([#98](https://github.com/fluencelabs/marine-rs-sdk-test/issues/98)) ([f772635](https://github.com/fluencelabs/marine-rs-sdk-test/commit/f772635ccc24f81d1e82da733324e98eebd454c7))
* **runtime:** update marine ([#64](https://github.com/fluencelabs/marine-rs-sdk-test/issues/64)) ([68e86c7](https://github.com/fluencelabs/marine-rs-sdk-test/commit/68e86c7bdb1ddc69d562bbd34b3f8d94de902bd5))
* update marine runtime ([#91](https://github.com/fluencelabs/marine-rs-sdk-test/issues/91)) ([9cd7f83](https://github.com/fluencelabs/marine-rs-sdk-test/commit/9cd7f834cb6648973a2cf49efb88e5df594930c2))
* update marine runtime ([#93](https://github.com/fluencelabs/marine-rs-sdk-test/issues/93)) ([749429d](https://github.com/fluencelabs/marine-rs-sdk-test/commit/749429ddcbc890808a20235530ddd32e61d4dd5d))
* update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2 ([#115](https://github.com/fluencelabs/marine-rs-sdk-test/issues/115)) ([7d61884](https://github.com/fluencelabs/marine-rs-sdk-test/commit/7d6188418832cbae14623f687fc03d577fcad191))
* update marine-rs-sdk to 0.12.0 and marine, support worker_id in CallParameters ([#113](https://github.com/fluencelabs/marine-rs-sdk-test/issues/113)) ([3d0b62b](https://github.com/fluencelabs/marine-rs-sdk-test/commit/3d0b62bc93e2484dc6b1f33c2fa3a2acc66932f6))
* update sdk and marine ([#117](https://github.com/fluencelabs/marine-rs-sdk-test/issues/117)) ([467cc1c](https://github.com/fluencelabs/marine-rs-sdk-test/commit/467cc1c1ef3e5abd42670c686022f3b2c688c5c3))
* update to fluence-app-service 0.35.0 ([#121](https://github.com/fluencelabs/marine-rs-sdk-test/issues/121)) ([eebcac8](https://github.com/fluencelabs/marine-rs-sdk-test/commit/eebcac8223df06d6d27ec1a3605286c27448bfac))
* use only config to load modules, deprecate modules_dir parameter ([#78](https://github.com/fluencelabs/marine-rs-sdk-test/issues/78)) ([b57fcc4](https://github.com/fluencelabs/marine-rs-sdk-test/commit/b57fcc4ab1b06396e3c3f28a8aa3a7157c98a71e))


### Bug Fixes

* allow unused imports in marine-test-env ([#111](https://github.com/fluencelabs/marine-rs-sdk-test/issues/111)) ([05321fe](https://github.com/fluencelabs/marine-rs-sdk-test/commit/05321fe7b0e09fd95f2b190e08a10fb278f83779))
* **deps:** update rust crate fluence-app-service to 0.23.1 ([#50](https://github.com/fluencelabs/marine-rs-sdk-test/issues/50)) ([1167214](https://github.com/fluencelabs/marine-rs-sdk-test/commit/11672142621d79293ec17f6ae56e4d48fc4ec835))
* **deps:** update rust crate marine-it-parser to 0.11.1 ([#41](https://github.com/fluencelabs/marine-rs-sdk-test/issues/41)) ([0baeb86](https://github.com/fluencelabs/marine-rs-sdk-test/commit/0baeb863cc066cb5efb72e28986aac1408e08c9b))
* expose ParticleParameters ([#119](https://github.com/fluencelabs/marine-rs-sdk-test/issues/119)) ([ba2c87b](https://github.com/fluencelabs/marine-rs-sdk-test/commit/ba2c87bab6e4b0adee6f30143050b228a6bef923))
* remove warnings in marine_test_env + update marine ([#73](https://github.com/fluencelabs/marine-rs-sdk-test/issues/73)) ([c055e6d](https://github.com/fluencelabs/marine-rs-sdk-test/commit/c055e6de90d139e4dffad258af7512ae50483d91))
* **runtime:** use marine with mounted binaries for v3 fix ([#122](https://github.com/fluencelabs/marine-rs-sdk-test/issues/122)) ([4fc5932](https://github.com/fluencelabs/marine-rs-sdk-test/commit/4fc59325f6ddf8ecbdffbf565832547b266d7624))

## [0.16.1](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.16.0...marine-rs-sdk-test-v0.16.1) (2024-02-29)


Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-rs-sdk-test"
version = "0.16.1"
version = "0.17.0"
description = "Backend SDK that allows testing modules for the Marine runtime"
documentation = "https://docs.rs/marine-rs-sdk-test"
repository = "https://github.com/fluencelabs/marine-rs-sdk-test"
Expand All @@ -21,8 +21,8 @@ doctest = false
trybuild = "1.0"

[dependencies]
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.16.1" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.16.1" }
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.17.0" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.17.0" }
fluence-app-service = { version = "0.35.1", features = ["raw-module-api"] }

serde = { version = "1.0.162", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/marine-build-rs-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-build-rs-generator"
version = "0.16.1"
version = "0.17.0"
edition = "2018"
description = "Tools for generating marine_test_env in build scripts"
documentation = "https://docs.rs/marine-build-rs-generator"
Expand All @@ -17,4 +17,4 @@ all-features = true
doctest = false

[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.17.0" }
2 changes: 1 addition & 1 deletion crates/marine-test-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-test-macro-impl"
version = "0.16.1"
version = "0.17.0"
edition = "2018"
description = "Implementation of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro-impl"
Expand Down
4 changes: 2 additions & 2 deletions crates/marine-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-test-macro"
version = "0.16.1"
version = "0.17.0"
edition = "2018"
description = "Definition of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro"
Expand All @@ -18,7 +18,7 @@ proc-macro = true
doctest = false

[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.17.0" }

quote = "1.0.26"
proc-macro2 = "1.0.69"
Expand Down
2 changes: 1 addition & 1 deletion examples/build_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-rs-example"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/build_rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-service-example"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "consumer"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "producer"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/single-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "single-service-example"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting"
Expand Down
Loading