Skip to content

Commit 264ddf0

Browse files
chore(main): release 4.35.0 (#2010)
🤖 I have created a release *beep* *boop* --- ## [4.35.0](v4.34.0...v4.35.0) (2026-05-29) ### Features * Add read-only network metrics API ([#2003](#2003)) ([a1d1eea](a1d1eea)) ### Bug Fixes * **cpu:** add legacy telemetry fallbacks ([#2011](#2011)) ([97f5425](97f5425)) * forked plugin publish workflow ([#2014](#2014)) ([eb60d4d](eb60d4d)) * **parity:** resume continues from saved position instead of restarting ([#2009](#2009)) ([329f66f](329f66f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 97f5425 commit 264ddf0

7 files changed

Lines changed: 20 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.34.0"}
1+
{".":"4.35.0"}

api/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.35.0](https://github.com/unraid/api/compare/v4.34.0...v4.35.0) (2026-05-29)
4+
5+
6+
### Features
7+
8+
* Add read-only network metrics API ([#2003](https://github.com/unraid/api/issues/2003)) ([a1d1eea](https://github.com/unraid/api/commit/a1d1eea56861f7c441d3ae1c844146dce407467b))
9+
10+
11+
### Bug Fixes
12+
13+
* **cpu:** add legacy telemetry fallbacks ([#2011](https://github.com/unraid/api/issues/2011)) ([97f5425](https://github.com/unraid/api/commit/97f54251f5d59c2265554e0859aa3d2046f53039))
14+
* forked plugin publish workflow ([#2014](https://github.com/unraid/api/issues/2014)) ([eb60d4d](https://github.com/unraid/api/commit/eb60d4d1535a322f14b7ad28c5c2cdb75a3ab819))
15+
* **parity:** resume continues from saved position instead of restarting ([#2009](https://github.com/unraid/api/issues/2009)) ([329f66f](https://github.com/unraid/api/commit/329f66f7c14a9b6ccf2bd6b46eaa38e526118038))
16+
317
## [4.34.0](https://github.com/unraid/api/compare/v4.33.0...v4.34.0) (2026-05-11)
418

519

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/api",
3-
"version": "4.34.0",
3+
"version": "4.35.0",
44
"main": "src/cli/index.ts",
55
"type": "module",
66
"corepack": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unraid-monorepo",
33
"private": true,
4-
"version": "4.34.0",
4+
"version": "4.35.0",
55
"scripts": {
66
"build": "pnpm -r build",
77
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/connect-plugin",
3-
"version": "4.34.0",
3+
"version": "4.35.0",
44
"private": true,
55
"dependencies": {
66
"commander": "14.0.0",

unraid-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/ui",
3-
"version": "4.34.0",
3+
"version": "4.35.0",
44
"private": true,
55
"license": "GPL-2.0-or-later",
66
"type": "module",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/web",
3-
"version": "4.34.0",
3+
"version": "4.35.0",
44
"private": true,
55
"type": "module",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)