|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.24.0](https://github.com/fluencelabs/nox/compare/nox-v0.23.6...nox-v0.24.0) (2024-05-27) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* **runtime:** use async marine [fixes VM-365,NET-758,NET-757] ([#2206](https://github.com/fluencelabs/nox/issues/2206)) |
| 9 | +* **core-manager:** use hex format for CUIDs [fixes NET-804] ([#2188](https://github.com/fluencelabs/nox/issues/2188)) |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +* **config:** expose config via http endpoint ([#2190](https://github.com/fluencelabs/nox/issues/2190)) ([04862bb](https://github.com/fluencelabs/nox/commit/04862bbf229c23eb3259f5d89e2565e8e3cfc218)) |
| 14 | +* **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)) |
| 15 | +* **log:** custom log format ([41faf0b](https://github.com/fluencelabs/nox/commit/41faf0b89076282b22b95508654b0a33afefcaa7)) |
| 16 | +* **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)) |
| 17 | +* **metrics:** add metrics in chain-listener [NET-806] ([#2208](https://github.com/fluencelabs/nox/issues/2208)) ([3f17b11](https://github.com/fluencelabs/nox/commit/3f17b114352962087e50125897459bf1231cadaa)) |
| 18 | +* **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)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* add block number value to the metrics ([#2219](https://github.com/fluencelabs/nox/issues/2219)) ([39f71d7](https://github.com/fluencelabs/nox/commit/39f71d7a8a02f1ebce5bba6125769d119e96ac42)) |
| 24 | +* **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)) |
| 25 | +* **chain-connector:** make connector generic ([#2229](https://github.com/fluencelabs/nox/issues/2229)) ([90957a6](https://github.com/fluencelabs/nox/commit/90957a67a9b64f20b2ed6ec42a996bf5787d2890)) |
| 26 | +* **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)) |
| 27 | +* **core-manager:** add range check + clippy fixes ([#2250](https://github.com/fluencelabs/nox/issues/2250)) ([a873a69](https://github.com/fluencelabs/nox/commit/a873a69e1316cfb44feb8052e2ca0b32271d6cfe)) |
| 28 | +* **core-manager:** reassignment ([#2252](https://github.com/fluencelabs/nox/issues/2252)) ([d903f2a](https://github.com/fluencelabs/nox/commit/d903f2a791124cdecc32ed75cdeb1d9585a0ec4c)) |
| 29 | +* **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)) |
| 30 | +* **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)) |
| 31 | +* **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)) |
| 32 | +* **listener:** fixed core acquire ([#2247](https://github.com/fluencelabs/nox/issues/2247)) ([7f96659](https://github.com/fluencelabs/nox/commit/7f9665988f62f1588e92d47eed6d847f3dfcffb3)) |
| 33 | + |
3 | 34 | ## [0.23.6](https://github.com/fluencelabs/nox/compare/nox-v0.23.5...nox-v0.23.6) (2024-03-18)
|
4 | 35 |
|
5 | 36 |
|
|
0 commit comments