Skip to content

Commit

Permalink
chore(master): release nox 0.24.0 (#2187)
Browse files Browse the repository at this point in the history
* chore(master): release nox 0.24.0

* chore: Bump nox version to 0.24.0
  • Loading branch information
fluencebot authored May 27, 2024
1 parent 20410b5 commit a86aab5
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
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.23.6"
".": "0.24.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.24.0](https://github.com/fluencelabs/nox/compare/nox-v0.23.6...nox-v0.24.0) (2024-05-27)


### ⚠ BREAKING CHANGES

* **runtime:** use async marine [fixes VM-365,NET-758,NET-757] ([#2206](https://github.com/fluencelabs/nox/issues/2206))
* **core-manager:** use hex format for CUIDs [fixes NET-804] ([#2188](https://github.com/fluencelabs/nox/issues/2188))

### Features

* **config:** expose config via http endpoint ([#2190](https://github.com/fluencelabs/nox/issues/2190)) ([04862bb](https://github.com/fluencelabs/nox/commit/04862bbf229c23eb3259f5d89e2565e8e3cfc218))
* **core-manager:** add dev core manager to support any number of CUs [fixes NET-799] ([#2167](https://github.com/fluencelabs/nox/issues/2167)) ([e061413](https://github.com/fluencelabs/nox/commit/e06141398959c5ba15612eecae542c41e0a96ef0))
* **log:** custom log format ([41faf0b](https://github.com/fluencelabs/nox/commit/41faf0b89076282b22b95508654b0a33afefcaa7))
* **log:** custom log format [fixes NET-724 NET-725] ([#2218](https://github.com/fluencelabs/nox/issues/2218)) ([41faf0b](https://github.com/fluencelabs/nox/commit/41faf0b89076282b22b95508654b0a33afefcaa7))
* **metrics:** add metrics in chain-listener [NET-806] ([#2208](https://github.com/fluencelabs/nox/issues/2208)) ([3f17b11](https://github.com/fluencelabs/nox/commit/3f17b114352962087e50125897459bf1231cadaa))
* **runtime:** use async marine [fixes VM-365,NET-758,NET-757] ([#2206](https://github.com/fluencelabs/nox/issues/2206)) ([3994299](https://github.com/fluencelabs/nox/commit/399429934f2704698b188f4e592ad7d1fb278e90))


### Bug Fixes

* add block number value to the metrics ([#2219](https://github.com/fluencelabs/nox/issues/2219)) ([39f71d7](https://github.com/fluencelabs/nox/commit/39f71d7a8a02f1ebce5bba6125769d119e96ac42))
* **cc:** Continue CCP calculation if cpu_cores < cu_number [fixes NET-808] ([#2207](https://github.com/fluencelabs/nox/issues/2207)) ([d3d5f27](https://github.com/fluencelabs/nox/commit/d3d5f27146ec29505f5f63bfd0615f61b69a2375))
* **chain-connector:** make connector generic ([#2229](https://github.com/fluencelabs/nox/issues/2229)) ([90957a6](https://github.com/fluencelabs/nox/commit/90957a67a9b64f20b2ed6ec42a996bf5787d2890))
* **chain-listener:** reset proof counters on new epoch in refresh [NET-813] ([#2246](https://github.com/fluencelabs/nox/issues/2246)) ([da8f4c7](https://github.com/fluencelabs/nox/commit/da8f4c7fc38391279ef57843edd8eab6836d5a0a))
* **core-manager:** add range check + clippy fixes ([#2250](https://github.com/fluencelabs/nox/issues/2250)) ([a873a69](https://github.com/fluencelabs/nox/commit/a873a69e1316cfb44feb8052e2ca0b32271d6cfe))
* **core-manager:** reassignment ([#2252](https://github.com/fluencelabs/nox/issues/2252)) ([d903f2a](https://github.com/fluencelabs/nox/commit/d903f2a791124cdecc32ed75cdeb1d9585a0ec4c))
* **core-manager:** use hex format for CUIDs [fixes NET-804] ([#2188](https://github.com/fluencelabs/nox/issues/2188)) ([415f917](https://github.com/fluencelabs/nox/commit/415f917b37a89c0d9212d6e1f16c42645bfce152))
* **core-mapping:** start cpus_range from 1 on 8+ cores ([#2189](https://github.com/fluencelabs/nox/issues/2189)) ([14d37b3](https://github.com/fluencelabs/nox/commit/14d37b37fc4bad5f2c534d4b39b61159e6c0af52))
* **deps:** update rust crate decider-distro to v0.6.12 ([#2251](https://github.com/fluencelabs/nox/issues/2251)) ([895c0be](https://github.com/fluencelabs/nox/commit/895c0bef87048d3c2a2bb6dfb54dfa9560e5f4b8))
* **listener:** fixed core acquire ([#2247](https://github.com/fluencelabs/nox/issues/2247)) ([7f96659](https://github.com/fluencelabs/nox/commit/7f9665988f62f1588e92d47eed6d847f3dfcffb3))

## [0.23.6](https://github.com/fluencelabs/nox/compare/nox-v0.23.5...nox-v0.23.6) (2024-03-18)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion nox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nox"
version = "0.23.6"
version = "0.24.0"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit a86aab5

Please sign in to comment.