Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.34.0"}
{".":"4.35.0"}
14 changes: 14 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.35.0](https://github.com/unraid/api/compare/v4.34.0...v4.35.0) (2026-05-29)


### Features

* Add read-only network metrics API ([#2003](https://github.com/unraid/api/issues/2003)) ([a1d1eea](https://github.com/unraid/api/commit/a1d1eea56861f7c441d3ae1c844146dce407467b))


### Bug Fixes

* **cpu:** add legacy telemetry fallbacks ([#2011](https://github.com/unraid/api/issues/2011)) ([97f5425](https://github.com/unraid/api/commit/97f54251f5d59c2265554e0859aa3d2046f53039))
* forked plugin publish workflow ([#2014](https://github.com/unraid/api/issues/2014)) ([eb60d4d](https://github.com/unraid/api/commit/eb60d4d1535a322f14b7ad28c5c2cdb75a3ab819))
* **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))

## [4.34.0](https://github.com/unraid/api/compare/v4.33.0...v4.34.0) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.34.0",
"version": "4.35.0",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.34.0",
"version": "4.35.0",
"scripts": {
"build": "pnpm -r build",
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.34.0",
"version": "4.35.0",
"private": true,
"dependencies": {
"commander": "14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion unraid-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.34.0",
"version": "4.35.0",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.34.0",
"version": "4.35.0",
"private": true,
"type": "module",
"license": "GPL-2.0-or-later",
Expand Down