From 8557a3a8d676737840400547a4e7cb5bf76d02b9 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:04:50 +0300 Subject: [PATCH] chore(master): release nox 0.28.0 (#2384) * chore(master): release nox 0.28.0 * chore: Bump nox version to 0.28.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7cfeaa7622..9800444892 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.9" + ".": "0.28.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e49602bc..2fc98d31b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.28.0](https://github.com/fluencelabs/nox/compare/nox-v0.27.9...nox-v0.28.0) (2024-09-23) + + +### ⚠ BREAKING CHANGES + +* **core-distributor:** add cuid cache ([#2381](https://github.com/fluencelabs/nox/issues/2381)) + +### Features + +* **core-distributor:** add cuid cache ([#2381](https://github.com/fluencelabs/nox/issues/2381)) ([7c2ff1a](https://github.com/fluencelabs/nox/commit/7c2ff1a1fe69253db22c976907938ee248fb6402)) +* **metrics:** add chain info metrics ([#2386](https://github.com/fluencelabs/nox/issues/2386)) ([53b7609](https://github.com/fluencelabs/nox/commit/53b760902084aa9544f48f469aa8b4733dafd5c9)) + + +### Bug Fixes + +* **config:** change defaults for batching ([#2383](https://github.com/fluencelabs/nox/issues/2383)) ([d292cf4](https://github.com/fluencelabs/nox/commit/d292cf40e42f5dbcd4d467a2e89b15cb2247d9bb)) +* **logs:** add peer id in run-console log ([#2385](https://github.com/fluencelabs/nox/issues/2385)) ([6ec487f](https://github.com/fluencelabs/nox/commit/6ec487fea2ea35cd12bd84bafd4fbedea10951e0)) + ## [0.27.9](https://github.com/fluencelabs/nox/compare/nox-v0.27.8...nox-v0.27.9) (2024-09-17) diff --git a/Cargo.lock b/Cargo.lock index f65654cc19..f57c704ed5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.9" +version = "0.28.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 0dea53dd6e..fc9cc62177 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.9" +version = "0.28.0" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"