From bfc51873254d5fab284181d35abe4a6152b03acd Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 12:24:56 +0000 Subject: [PATCH 1/7] Add OpenHands Enterprise 0.71.1 release notes - Add comprehensive release notes for version 0.71.1 - Includes budget management overhaul with 14 fixes - Runtime improvements and desktop enhancements - Breaking change: SQLite support removed, PostgreSQL required - 51 merged pull requests across enterprise-server, agent-server, and agent-canvas Co-authored-by: openhands --- enterprise/release-notes/0.71.1.mdx | 124 ++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 enterprise/release-notes/0.71.1.mdx diff --git a/enterprise/release-notes/0.71.1.mdx b/enterprise/release-notes/0.71.1.mdx new file mode 100644 index 000000000..7fee07d73 --- /dev/null +++ b/enterprise/release-notes/0.71.1.mdx @@ -0,0 +1,124 @@ +--- +title: OpenHands Enterprise 0.71.1 +description: Release notes for OpenHands Enterprise version 0.71.1 +--- + +# OpenHands Enterprise 0.71.1 + +Released September 23, 2026. + +## Highlights + +- **Budget Management Overhaul** — Comprehensive improvements to budget handling with 14 fixes addressing edge cases in spend tracking, cycle management, member financial listings, and UI clarity. +- **Runtime Improvements** — Better Docker runtime management with idle eviction, improved npm bundling, and enhanced MCP compatibility across major versions. +- **Desktop & UI Enhancements** — Universal macOS DMG support with per-architecture bundled runtimes, new Light+ and Solarized Light themes, and improved chat rendering performance. +- **Developer Experience** — Added shared VSCode debugger config and local SaaS dev workflow, plus Agent Canvas now served at /canvas in local development. +- **Breaking Change** — SQLite support removed; PostgreSQL now required for all installations. + +## Features + +#### Enterprise Server + +* feat(frontend): serve Agent Canvas at /canvas in local dev by @tofarr in https://github.com/OpenHands/enterprise/pull/462 +* feat: separate budget error messages for credits vs org budgets by @lilagrc in https://github.com/OpenHands/enterprise/pull/355 +* feat: add shared VSCode debugger config and local SaaS dev workflow by @tofarr in https://github.com/OpenHands/enterprise/pull/485 + +#### Software Agent SDK + +* feat(desktop): universal macOS DMG with per-arch bundled runtimes by @harsh-batheja in https://github.com/OpenHands/OpenHands/pull/17225 +* feat: Support Light+ and Solarized Light theme by @davideuler in https://github.com/OpenHands/OpenHands/pull/16632 +* feat: tag Agent Canvas telemetry by deployment kind (OSS-13530) by @malhotra5 in https://github.com/OpenHands/OpenHands/pull/17529 + +## Bug Fixes + +#### Enterprise Server - Budget Management (PLTF-3562) + +* fix(budgets): keep the once-per-cycle alert latch across a threshold edit by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/416 +* fix(budgets): clamp the cycle reset day to the month's length by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/414 +* fix(budgets): page the member financial listing past its first page by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/410 +* fix(budgets): escape the member search filter before it reaches ILIKE by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/411 +* fix(budgets): stop reporting an unread member spend as zero by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/412 +* fix(budgets): never write a member cap below their cycle baseline by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/415 +* fix(budgets): create the settings row once when two requests race by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/417 +* fix(budgets): remove the confusing Reset button by @ak684 in https://github.com/OpenHands/enterprise/pull/469 +* fix(budgets): reject personal workspaces in get_user_budget_row by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/413 +* fix(budgets): roll the spend cycle once per period under a row lock by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/403 +* fix(budgets): preserve spending when saving budget settings by @ak684 in https://github.com/OpenHands/enterprise/pull/473 +* fix(budgets): OHE-3326 remove the organization budget disable toggle by @hieptl in https://github.com/OpenHands/enterprise/pull/479 +* fix(budgets): explain why the team cap can exceed the monthly limit by @hieptl in https://github.com/OpenHands/enterprise/pull/477 +* fix(budgets): OHE-3331 update budget terminology and default-budget copy by @hieptl in https://github.com/OpenHands/enterprise/pull/478 + +#### Enterprise Server - Other Fixes + +* fix: OHE-3276 make managed LLM key rotation concurrency-safe by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/440 +* fix(frontend): OHE-3181 clarify org vs personal scope in the settings nav and integrations page by @hieptl in https://github.com/OpenHands/enterprise/pull/456 + +#### Software Agent SDK + +* fix: PLTF-3529 install tini on rpm/zypper base images by @aivong-openhands in https://github.com/OpenHands/software-agent-sdk/pull/5215 +* fix(sdk): normalize LLM usage telemetry through a typed adapter by @Charlie-Wang-03 in https://github.com/OpenHands/software-agent-sdk/pull/5029 +* fix(sdk): preserve opaque base64 tool payloads by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5227 +* fix(sdk): tolerate orphaned tool observations by @hsusul in https://github.com/OpenHands/software-agent-sdk/pull/4932 +* fix(typescript): forward ACP data-dir isolation flag by @onatozmenn in https://github.com/OpenHands/software-agent-sdk/pull/5172 +* fix(llm): route gpt-6 family through /v1/responses by default by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5228 +* fix(deps): keep cryptography <49 on x86_64 macOS by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5090 +* fix(agent-server): evict idle Docker runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5197 +* fix(mcp): read persisted MCP tools written under either mcp major by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5258 +* fix: write and read installation metadata as utf-8 by @naumanAhmed3 in https://github.com/OpenHands/software-agent-sdk/pull/3336 +* fix(agent-server): upgrade bundled npm runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5262 +* fix(ci): let triage and repository writers own readiness by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5212 +* fix: refresh Canvas image packages by @neubig in https://github.com/OpenHands/OpenHands/pull/17633 +* fix(chat): restore 11px mode label on the change-agent button by @Harsh23Kashyap in https://github.com/OpenHands/OpenHands/pull/17616 +* fix(test): drain MSW's in-flight requests instead of 30 event-loop turns by @alanhuangyoo in https://github.com/OpenHands/OpenHands/pull/16890 +* fix(chat): avoid re-rendering unchanged historical Markdown by @Jokasa7 in https://github.com/OpenHands/OpenHands/pull/17015 +* fix: load logs for script automation runs and show their script by @hieptl in https://github.com/OpenHands/OpenHands/pull/17519 +* fix(chat): clear a "Failed to send" bubble once its message is echoed back by @hieptl in https://github.com/OpenHands/OpenHands/pull/17639 +* fix: show conversation tag keys in sidebar chips by @mvanhorn in https://github.com/OpenHands/OpenHands/pull/16853 +* fix(ci): let triage and repository writers own readiness by @neubig in https://github.com/OpenHands/OpenHands/pull/17598 + +## Maintenance + +#### Enterprise Server + +* refactor: drop sqlite support and require postgres by @jlav in https://github.com/OpenHands/enterprise/pull/346 +* test: add backend budget readiness suite by @saurya in https://github.com/OpenHands/enterprise/pull/360 +* test(budgets): PLTF-3562 guard durable override write when LiteLLM sync fails by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/443 +* chore(deps): bump openhands-sdk/tools/agent-server to 1.49.5 by @juanmichelini in https://github.com/OpenHands/enterprise/pull/484 + +#### Software Agent SDK + +* chore(tests): remove deprecated gpt-5.2-codex from tests by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5233 +* docs(review): require live evidence for runtime bug fixes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5255 +* chore(deps): update unmanaged runtime dependencies by @all-hands-bot in https://github.com/OpenHands/software-agent-sdk/pull/5256 +* chore(agent-server): use three-day Debian snapshot window by @all-hands-bot in https://github.com/OpenHands/software-agent-sdk/pull/5198 +* chore: remove merged PR artifacts by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/17591 +* chore: consume SDK 1.49.5 and Automation 1.15.0 by @juanmichelini in https://github.com/OpenHands/OpenHands/pull/17650 + +## Breaking Changes + +* **Enterprise Server:** SQLite support removed, PostgreSQL now required by @jlav in https://github.com/OpenHands/enterprise/pull/346 + +## Component Versions + +| Component | Version | +|-----------|---------| +| enterprise-server | 1.64.0 | +| agent-server | 1.49.5-python | +| agent-canvas | 1.23.0 | +| automation | 1.14.0 | +| runtime-api | 0.10.0 | + +## New Contributors + +* @Charlie-Wang-03 made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/5029 +* @hsusul made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/4932 +* @naumanAhmed3 made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/3336 +* @harsh-batheja made their first contribution in https://github.com/OpenHands/OpenHands/pull/17225 +* @davideuler made their first contribution in https://github.com/OpenHands/OpenHands/pull/16632 +* @Jokasa7 made their first contribution in https://github.com/OpenHands/OpenHands/pull/17015 + +## Full Changelog + +- [Enterprise Server v1.63.0...v1.64.0](https://github.com/OpenHands/enterprise/compare/1.63.0...1.64.0) +- [Software Agent SDK v1.49.4...v1.49.5](https://github.com/OpenHands/software-agent-sdk/compare/v1.49.4...v1.49.5) +- [Agent Canvas v1.22.0...v1.23.0](https://github.com/OpenHands/OpenHands/compare/v1.22.0...v1.23.0) From 908cf14ecbba025bb572e00584c7134a93c48ca1 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 12:42:00 +0000 Subject: [PATCH 2/7] Add 0.71.1 to release notes navigation - Add enterprise/release-notes/0.71.1 to docs.json navigation - Position it at the top of the release notes list as the newest version --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index a89a8c8e2..4d2a562ea 100644 --- a/docs.json +++ b/docs.json @@ -554,6 +554,7 @@ "group": "Release Notes", "icon": "rocket", "pages": [ + "enterprise/release-notes/0.71.1", "enterprise/release-notes/0.70.0", "enterprise/release-notes/0.64.0", "enterprise/release-notes/0.55.0", From e03256c0c812407b7e304b87d16ef81086fe2e2e Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 12:49:40 +0000 Subject: [PATCH 3/7] Trigger Mintlify rebuild for 0.71.1 --- enterprise/release-notes/0.71.1.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/release-notes/0.71.1.mdx b/enterprise/release-notes/0.71.1.mdx index 7fee07d73..083d61ac8 100644 --- a/enterprise/release-notes/0.71.1.mdx +++ b/enterprise/release-notes/0.71.1.mdx @@ -122,3 +122,4 @@ Released September 23, 2026. - [Enterprise Server v1.63.0...v1.64.0](https://github.com/OpenHands/enterprise/compare/1.63.0...1.64.0) - [Software Agent SDK v1.49.4...v1.49.5](https://github.com/OpenHands/software-agent-sdk/compare/v1.49.4...v1.49.5) - [Agent Canvas v1.22.0...v1.23.0](https://github.com/OpenHands/OpenHands/compare/v1.22.0...v1.23.0) + From 2cfc18862f0b535c01fe1aa2f71e789ec848bd04 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 12:51:20 +0000 Subject: [PATCH 4/7] Remove 0.71.1 to force rebuild --- enterprise/release-notes/0.71.1.mdx | 125 ---------------------------- 1 file changed, 125 deletions(-) delete mode 100644 enterprise/release-notes/0.71.1.mdx diff --git a/enterprise/release-notes/0.71.1.mdx b/enterprise/release-notes/0.71.1.mdx deleted file mode 100644 index 083d61ac8..000000000 --- a/enterprise/release-notes/0.71.1.mdx +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: OpenHands Enterprise 0.71.1 -description: Release notes for OpenHands Enterprise version 0.71.1 ---- - -# OpenHands Enterprise 0.71.1 - -Released September 23, 2026. - -## Highlights - -- **Budget Management Overhaul** — Comprehensive improvements to budget handling with 14 fixes addressing edge cases in spend tracking, cycle management, member financial listings, and UI clarity. -- **Runtime Improvements** — Better Docker runtime management with idle eviction, improved npm bundling, and enhanced MCP compatibility across major versions. -- **Desktop & UI Enhancements** — Universal macOS DMG support with per-architecture bundled runtimes, new Light+ and Solarized Light themes, and improved chat rendering performance. -- **Developer Experience** — Added shared VSCode debugger config and local SaaS dev workflow, plus Agent Canvas now served at /canvas in local development. -- **Breaking Change** — SQLite support removed; PostgreSQL now required for all installations. - -## Features - -#### Enterprise Server - -* feat(frontend): serve Agent Canvas at /canvas in local dev by @tofarr in https://github.com/OpenHands/enterprise/pull/462 -* feat: separate budget error messages for credits vs org budgets by @lilagrc in https://github.com/OpenHands/enterprise/pull/355 -* feat: add shared VSCode debugger config and local SaaS dev workflow by @tofarr in https://github.com/OpenHands/enterprise/pull/485 - -#### Software Agent SDK - -* feat(desktop): universal macOS DMG with per-arch bundled runtimes by @harsh-batheja in https://github.com/OpenHands/OpenHands/pull/17225 -* feat: Support Light+ and Solarized Light theme by @davideuler in https://github.com/OpenHands/OpenHands/pull/16632 -* feat: tag Agent Canvas telemetry by deployment kind (OSS-13530) by @malhotra5 in https://github.com/OpenHands/OpenHands/pull/17529 - -## Bug Fixes - -#### Enterprise Server - Budget Management (PLTF-3562) - -* fix(budgets): keep the once-per-cycle alert latch across a threshold edit by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/416 -* fix(budgets): clamp the cycle reset day to the month's length by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/414 -* fix(budgets): page the member financial listing past its first page by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/410 -* fix(budgets): escape the member search filter before it reaches ILIKE by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/411 -* fix(budgets): stop reporting an unread member spend as zero by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/412 -* fix(budgets): never write a member cap below their cycle baseline by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/415 -* fix(budgets): create the settings row once when two requests race by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/417 -* fix(budgets): remove the confusing Reset button by @ak684 in https://github.com/OpenHands/enterprise/pull/469 -* fix(budgets): reject personal workspaces in get_user_budget_row by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/413 -* fix(budgets): roll the spend cycle once per period under a row lock by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/403 -* fix(budgets): preserve spending when saving budget settings by @ak684 in https://github.com/OpenHands/enterprise/pull/473 -* fix(budgets): OHE-3326 remove the organization budget disable toggle by @hieptl in https://github.com/OpenHands/enterprise/pull/479 -* fix(budgets): explain why the team cap can exceed the monthly limit by @hieptl in https://github.com/OpenHands/enterprise/pull/477 -* fix(budgets): OHE-3331 update budget terminology and default-budget copy by @hieptl in https://github.com/OpenHands/enterprise/pull/478 - -#### Enterprise Server - Other Fixes - -* fix: OHE-3276 make managed LLM key rotation concurrency-safe by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/440 -* fix(frontend): OHE-3181 clarify org vs personal scope in the settings nav and integrations page by @hieptl in https://github.com/OpenHands/enterprise/pull/456 - -#### Software Agent SDK - -* fix: PLTF-3529 install tini on rpm/zypper base images by @aivong-openhands in https://github.com/OpenHands/software-agent-sdk/pull/5215 -* fix(sdk): normalize LLM usage telemetry through a typed adapter by @Charlie-Wang-03 in https://github.com/OpenHands/software-agent-sdk/pull/5029 -* fix(sdk): preserve opaque base64 tool payloads by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5227 -* fix(sdk): tolerate orphaned tool observations by @hsusul in https://github.com/OpenHands/software-agent-sdk/pull/4932 -* fix(typescript): forward ACP data-dir isolation flag by @onatozmenn in https://github.com/OpenHands/software-agent-sdk/pull/5172 -* fix(llm): route gpt-6 family through /v1/responses by default by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5228 -* fix(deps): keep cryptography <49 on x86_64 macOS by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5090 -* fix(agent-server): evict idle Docker runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5197 -* fix(mcp): read persisted MCP tools written under either mcp major by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5258 -* fix: write and read installation metadata as utf-8 by @naumanAhmed3 in https://github.com/OpenHands/software-agent-sdk/pull/3336 -* fix(agent-server): upgrade bundled npm runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5262 -* fix(ci): let triage and repository writers own readiness by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5212 -* fix: refresh Canvas image packages by @neubig in https://github.com/OpenHands/OpenHands/pull/17633 -* fix(chat): restore 11px mode label on the change-agent button by @Harsh23Kashyap in https://github.com/OpenHands/OpenHands/pull/17616 -* fix(test): drain MSW's in-flight requests instead of 30 event-loop turns by @alanhuangyoo in https://github.com/OpenHands/OpenHands/pull/16890 -* fix(chat): avoid re-rendering unchanged historical Markdown by @Jokasa7 in https://github.com/OpenHands/OpenHands/pull/17015 -* fix: load logs for script automation runs and show their script by @hieptl in https://github.com/OpenHands/OpenHands/pull/17519 -* fix(chat): clear a "Failed to send" bubble once its message is echoed back by @hieptl in https://github.com/OpenHands/OpenHands/pull/17639 -* fix: show conversation tag keys in sidebar chips by @mvanhorn in https://github.com/OpenHands/OpenHands/pull/16853 -* fix(ci): let triage and repository writers own readiness by @neubig in https://github.com/OpenHands/OpenHands/pull/17598 - -## Maintenance - -#### Enterprise Server - -* refactor: drop sqlite support and require postgres by @jlav in https://github.com/OpenHands/enterprise/pull/346 -* test: add backend budget readiness suite by @saurya in https://github.com/OpenHands/enterprise/pull/360 -* test(budgets): PLTF-3562 guard durable override write when LiteLLM sync fails by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/443 -* chore(deps): bump openhands-sdk/tools/agent-server to 1.49.5 by @juanmichelini in https://github.com/OpenHands/enterprise/pull/484 - -#### Software Agent SDK - -* chore(tests): remove deprecated gpt-5.2-codex from tests by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5233 -* docs(review): require live evidence for runtime bug fixes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5255 -* chore(deps): update unmanaged runtime dependencies by @all-hands-bot in https://github.com/OpenHands/software-agent-sdk/pull/5256 -* chore(agent-server): use three-day Debian snapshot window by @all-hands-bot in https://github.com/OpenHands/software-agent-sdk/pull/5198 -* chore: remove merged PR artifacts by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/17591 -* chore: consume SDK 1.49.5 and Automation 1.15.0 by @juanmichelini in https://github.com/OpenHands/OpenHands/pull/17650 - -## Breaking Changes - -* **Enterprise Server:** SQLite support removed, PostgreSQL now required by @jlav in https://github.com/OpenHands/enterprise/pull/346 - -## Component Versions - -| Component | Version | -|-----------|---------| -| enterprise-server | 1.64.0 | -| agent-server | 1.49.5-python | -| agent-canvas | 1.23.0 | -| automation | 1.14.0 | -| runtime-api | 0.10.0 | - -## New Contributors - -* @Charlie-Wang-03 made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/5029 -* @hsusul made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/4932 -* @naumanAhmed3 made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/3336 -* @harsh-batheja made their first contribution in https://github.com/OpenHands/OpenHands/pull/17225 -* @davideuler made their first contribution in https://github.com/OpenHands/OpenHands/pull/16632 -* @Jokasa7 made their first contribution in https://github.com/OpenHands/OpenHands/pull/17015 - -## Full Changelog - -- [Enterprise Server v1.63.0...v1.64.0](https://github.com/OpenHands/enterprise/compare/1.63.0...1.64.0) -- [Software Agent SDK v1.49.4...v1.49.5](https://github.com/OpenHands/software-agent-sdk/compare/v1.49.4...v1.49.5) -- [Agent Canvas v1.22.0...v1.23.0](https://github.com/OpenHands/OpenHands/compare/v1.22.0...v1.23.0) - From 2eb8d0e148b6f30f3f5917fb17df6ce544705ce5 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 12:53:06 +0000 Subject: [PATCH 5/7] Add OpenHands Enterprise 0.71.1 release notes - Comprehensive release notes for version 0.71.1 (September 23, 2026) - Budget Management Overhaul with 14 fixes - Runtime improvements and desktop enhancements - Breaking change: SQLite support removed, PostgreSQL required - 51 merged pull requests across components --- enterprise/release-notes/0.71.1.mdx | 124 ++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 enterprise/release-notes/0.71.1.mdx diff --git a/enterprise/release-notes/0.71.1.mdx b/enterprise/release-notes/0.71.1.mdx new file mode 100644 index 000000000..7fee07d73 --- /dev/null +++ b/enterprise/release-notes/0.71.1.mdx @@ -0,0 +1,124 @@ +--- +title: OpenHands Enterprise 0.71.1 +description: Release notes for OpenHands Enterprise version 0.71.1 +--- + +# OpenHands Enterprise 0.71.1 + +Released September 23, 2026. + +## Highlights + +- **Budget Management Overhaul** — Comprehensive improvements to budget handling with 14 fixes addressing edge cases in spend tracking, cycle management, member financial listings, and UI clarity. +- **Runtime Improvements** — Better Docker runtime management with idle eviction, improved npm bundling, and enhanced MCP compatibility across major versions. +- **Desktop & UI Enhancements** — Universal macOS DMG support with per-architecture bundled runtimes, new Light+ and Solarized Light themes, and improved chat rendering performance. +- **Developer Experience** — Added shared VSCode debugger config and local SaaS dev workflow, plus Agent Canvas now served at /canvas in local development. +- **Breaking Change** — SQLite support removed; PostgreSQL now required for all installations. + +## Features + +#### Enterprise Server + +* feat(frontend): serve Agent Canvas at /canvas in local dev by @tofarr in https://github.com/OpenHands/enterprise/pull/462 +* feat: separate budget error messages for credits vs org budgets by @lilagrc in https://github.com/OpenHands/enterprise/pull/355 +* feat: add shared VSCode debugger config and local SaaS dev workflow by @tofarr in https://github.com/OpenHands/enterprise/pull/485 + +#### Software Agent SDK + +* feat(desktop): universal macOS DMG with per-arch bundled runtimes by @harsh-batheja in https://github.com/OpenHands/OpenHands/pull/17225 +* feat: Support Light+ and Solarized Light theme by @davideuler in https://github.com/OpenHands/OpenHands/pull/16632 +* feat: tag Agent Canvas telemetry by deployment kind (OSS-13530) by @malhotra5 in https://github.com/OpenHands/OpenHands/pull/17529 + +## Bug Fixes + +#### Enterprise Server - Budget Management (PLTF-3562) + +* fix(budgets): keep the once-per-cycle alert latch across a threshold edit by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/416 +* fix(budgets): clamp the cycle reset day to the month's length by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/414 +* fix(budgets): page the member financial listing past its first page by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/410 +* fix(budgets): escape the member search filter before it reaches ILIKE by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/411 +* fix(budgets): stop reporting an unread member spend as zero by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/412 +* fix(budgets): never write a member cap below their cycle baseline by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/415 +* fix(budgets): create the settings row once when two requests race by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/417 +* fix(budgets): remove the confusing Reset button by @ak684 in https://github.com/OpenHands/enterprise/pull/469 +* fix(budgets): reject personal workspaces in get_user_budget_row by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/413 +* fix(budgets): roll the spend cycle once per period under a row lock by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/403 +* fix(budgets): preserve spending when saving budget settings by @ak684 in https://github.com/OpenHands/enterprise/pull/473 +* fix(budgets): OHE-3326 remove the organization budget disable toggle by @hieptl in https://github.com/OpenHands/enterprise/pull/479 +* fix(budgets): explain why the team cap can exceed the monthly limit by @hieptl in https://github.com/OpenHands/enterprise/pull/477 +* fix(budgets): OHE-3331 update budget terminology and default-budget copy by @hieptl in https://github.com/OpenHands/enterprise/pull/478 + +#### Enterprise Server - Other Fixes + +* fix: OHE-3276 make managed LLM key rotation concurrency-safe by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/440 +* fix(frontend): OHE-3181 clarify org vs personal scope in the settings nav and integrations page by @hieptl in https://github.com/OpenHands/enterprise/pull/456 + +#### Software Agent SDK + +* fix: PLTF-3529 install tini on rpm/zypper base images by @aivong-openhands in https://github.com/OpenHands/software-agent-sdk/pull/5215 +* fix(sdk): normalize LLM usage telemetry through a typed adapter by @Charlie-Wang-03 in https://github.com/OpenHands/software-agent-sdk/pull/5029 +* fix(sdk): preserve opaque base64 tool payloads by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5227 +* fix(sdk): tolerate orphaned tool observations by @hsusul in https://github.com/OpenHands/software-agent-sdk/pull/4932 +* fix(typescript): forward ACP data-dir isolation flag by @onatozmenn in https://github.com/OpenHands/software-agent-sdk/pull/5172 +* fix(llm): route gpt-6 family through /v1/responses by default by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5228 +* fix(deps): keep cryptography <49 on x86_64 macOS by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5090 +* fix(agent-server): evict idle Docker runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5197 +* fix(mcp): read persisted MCP tools written under either mcp major by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5258 +* fix: write and read installation metadata as utf-8 by @naumanAhmed3 in https://github.com/OpenHands/software-agent-sdk/pull/3336 +* fix(agent-server): upgrade bundled npm runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5262 +* fix(ci): let triage and repository writers own readiness by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5212 +* fix: refresh Canvas image packages by @neubig in https://github.com/OpenHands/OpenHands/pull/17633 +* fix(chat): restore 11px mode label on the change-agent button by @Harsh23Kashyap in https://github.com/OpenHands/OpenHands/pull/17616 +* fix(test): drain MSW's in-flight requests instead of 30 event-loop turns by @alanhuangyoo in https://github.com/OpenHands/OpenHands/pull/16890 +* fix(chat): avoid re-rendering unchanged historical Markdown by @Jokasa7 in https://github.com/OpenHands/OpenHands/pull/17015 +* fix: load logs for script automation runs and show their script by @hieptl in https://github.com/OpenHands/OpenHands/pull/17519 +* fix(chat): clear a "Failed to send" bubble once its message is echoed back by @hieptl in https://github.com/OpenHands/OpenHands/pull/17639 +* fix: show conversation tag keys in sidebar chips by @mvanhorn in https://github.com/OpenHands/OpenHands/pull/16853 +* fix(ci): let triage and repository writers own readiness by @neubig in https://github.com/OpenHands/OpenHands/pull/17598 + +## Maintenance + +#### Enterprise Server + +* refactor: drop sqlite support and require postgres by @jlav in https://github.com/OpenHands/enterprise/pull/346 +* test: add backend budget readiness suite by @saurya in https://github.com/OpenHands/enterprise/pull/360 +* test(budgets): PLTF-3562 guard durable override write when LiteLLM sync fails by @aivong-openhands in https://github.com/OpenHands/enterprise/pull/443 +* chore(deps): bump openhands-sdk/tools/agent-server to 1.49.5 by @juanmichelini in https://github.com/OpenHands/enterprise/pull/484 + +#### Software Agent SDK + +* chore(tests): remove deprecated gpt-5.2-codex from tests by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5233 +* docs(review): require live evidence for runtime bug fixes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5255 +* chore(deps): update unmanaged runtime dependencies by @all-hands-bot in https://github.com/OpenHands/software-agent-sdk/pull/5256 +* chore(agent-server): use three-day Debian snapshot window by @all-hands-bot in https://github.com/OpenHands/software-agent-sdk/pull/5198 +* chore: remove merged PR artifacts by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/17591 +* chore: consume SDK 1.49.5 and Automation 1.15.0 by @juanmichelini in https://github.com/OpenHands/OpenHands/pull/17650 + +## Breaking Changes + +* **Enterprise Server:** SQLite support removed, PostgreSQL now required by @jlav in https://github.com/OpenHands/enterprise/pull/346 + +## Component Versions + +| Component | Version | +|-----------|---------| +| enterprise-server | 1.64.0 | +| agent-server | 1.49.5-python | +| agent-canvas | 1.23.0 | +| automation | 1.14.0 | +| runtime-api | 0.10.0 | + +## New Contributors + +* @Charlie-Wang-03 made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/5029 +* @hsusul made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/4932 +* @naumanAhmed3 made their first contribution in https://github.com/OpenHands/software-agent-sdk/pull/3336 +* @harsh-batheja made their first contribution in https://github.com/OpenHands/OpenHands/pull/17225 +* @davideuler made their first contribution in https://github.com/OpenHands/OpenHands/pull/16632 +* @Jokasa7 made their first contribution in https://github.com/OpenHands/OpenHands/pull/17015 + +## Full Changelog + +- [Enterprise Server v1.63.0...v1.64.0](https://github.com/OpenHands/enterprise/compare/1.63.0...1.64.0) +- [Software Agent SDK v1.49.4...v1.49.5](https://github.com/OpenHands/software-agent-sdk/compare/v1.49.4...v1.49.5) +- [Agent Canvas v1.22.0...v1.23.0](https://github.com/OpenHands/OpenHands/compare/v1.22.0...v1.23.0) From 50de29d2fbcb4bbe5646e8de99d79ba1a9714dba Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 11:08:35 -0400 Subject: [PATCH 6/7] Minor edits - trigger new mintlify deployment --- enterprise/release-notes/0.71.1.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/enterprise/release-notes/0.71.1.mdx b/enterprise/release-notes/0.71.1.mdx index 7fee07d73..eab1eb69f 100644 --- a/enterprise/release-notes/0.71.1.mdx +++ b/enterprise/release-notes/0.71.1.mdx @@ -11,7 +11,6 @@ Released September 23, 2026. - **Budget Management Overhaul** — Comprehensive improvements to budget handling with 14 fixes addressing edge cases in spend tracking, cycle management, member financial listings, and UI clarity. - **Runtime Improvements** — Better Docker runtime management with idle eviction, improved npm bundling, and enhanced MCP compatibility across major versions. -- **Desktop & UI Enhancements** — Universal macOS DMG support with per-architecture bundled runtimes, new Light+ and Solarized Light themes, and improved chat rendering performance. - **Developer Experience** — Added shared VSCode debugger config and local SaaS dev workflow, plus Agent Canvas now served at /canvas in local development. - **Breaking Change** — SQLite support removed; PostgreSQL now required for all installations. @@ -25,7 +24,6 @@ Released September 23, 2026. #### Software Agent SDK -* feat(desktop): universal macOS DMG with per-arch bundled runtimes by @harsh-batheja in https://github.com/OpenHands/OpenHands/pull/17225 * feat: Support Light+ and Solarized Light theme by @davideuler in https://github.com/OpenHands/OpenHands/pull/16632 * feat: tag Agent Canvas telemetry by deployment kind (OSS-13530) by @malhotra5 in https://github.com/OpenHands/OpenHands/pull/17529 From 9997a33d6e169e981746663b2b9f7ba2e884e70c Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 25 Sep 2026 11:17:02 -0400 Subject: [PATCH 7/7] fix: replace bare <49 with 'under 49' to fix MDX parse error Mintlify fails to parse enterprise/release-notes/0.71.1.mdx because the bare '<49' in the cryptography line is interpreted as the start of an HTML/JSX tag. Replacing '<49' with 'under 49' resolves the build error. Co-authored-by: openhands --- enterprise/release-notes/0.71.1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/release-notes/0.71.1.mdx b/enterprise/release-notes/0.71.1.mdx index eab1eb69f..7de52c59c 100644 --- a/enterprise/release-notes/0.71.1.mdx +++ b/enterprise/release-notes/0.71.1.mdx @@ -59,7 +59,7 @@ Released September 23, 2026. * fix(sdk): tolerate orphaned tool observations by @hsusul in https://github.com/OpenHands/software-agent-sdk/pull/4932 * fix(typescript): forward ACP data-dir isolation flag by @onatozmenn in https://github.com/OpenHands/software-agent-sdk/pull/5172 * fix(llm): route gpt-6 family through /v1/responses by default by @juanmichelini in https://github.com/OpenHands/software-agent-sdk/pull/5228 -* fix(deps): keep cryptography <49 on x86_64 macOS by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5090 +* fix(deps): keep cryptography under 49 on x86_64 macOS by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5090 * fix(agent-server): evict idle Docker runtimes by @neubig in https://github.com/OpenHands/software-agent-sdk/pull/5197 * fix(mcp): read persisted MCP tools written under either mcp major by @VascoSch92 in https://github.com/OpenHands/software-agent-sdk/pull/5258 * fix: write and read installation metadata as utf-8 by @naumanAhmed3 in https://github.com/OpenHands/software-agent-sdk/pull/3336