From 7469a23582aba0b4075a383bd9af8220f3485aa2 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:05:25 +0200 Subject: [PATCH] chore(master): release nox 0.19.0 (#2054) * chore(master): release nox 0.19.0 * chore: Bump nox version to 0.19.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 513fac0e9a..19ee807a90 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.1" + ".": "0.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b1209ec5..e2500a31ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.19.0](https://github.com/fluencelabs/nox/compare/nox-v0.18.1...nox-v0.19.0) (2024-02-15) + + +### ⚠ BREAKING CHANGES + +* **worker_pool:** Shift service creation to the worker pool [Fixes NET-716] ([#2026](https://github.com/fluencelabs/nox/issues/2026)) + +### Features + +* **created-swarm:** Re-export some dependencies in created-swarm for consistency in tests ([#2079](https://github.com/fluencelabs/nox/issues/2079)) ([8f0c04e](https://github.com/fluencelabs/nox/commit/8f0c04e10baa2e7597a433778e7ee471bbfab750)) +* **health:** add kademlia bootstrap healthcheck + fix test span logging ([#2056](https://github.com/fluencelabs/nox/issues/2056)) ([c082231](https://github.com/fluencelabs/nox/commit/c0822317fc532e3f1ce9f0b25a625208c503b829)) +* **worker_pool:** Shift service creation to the worker pool [Fixes NET-716] ([#2026](https://github.com/fluencelabs/nox/issues/2026)) ([d3e4855](https://github.com/fluencelabs/nox/commit/d3e4855671f747ea9815420ebf38d83262fd687d)) + + +### Bug Fixes + +* **deps:** update rust crate decider-distro to v0.5.16 ([#2053](https://github.com/fluencelabs/nox/issues/2053)) ([247f577](https://github.com/fluencelabs/nox/commit/247f5773d58262aeb0d6fe7e4f27dfa4371a7098)) +* **particle-data-store:** use signature in particle data store path name [NET-632] ([#2052](https://github.com/fluencelabs/nox/issues/2052)) ([3065a95](https://github.com/fluencelabs/nox/commit/3065a950246d8a10116095aac64b06d4814e4bd4)) + ## [0.18.1](https://github.com/fluencelabs/nox/compare/nox-v0.18.0...nox-v0.18.1) (2024-01-31) diff --git a/Cargo.lock b/Cargo.lock index 6c30532d8a..fcdccf9b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4750,7 +4750,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.18.1" +version = "0.19.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index ca2be001ae..fda8ff0c94 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.18.1" +version = "0.19.0" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"