Skip to content

v26.4.8-rc.4

Pre-release
Pre-release

Choose a tag to compare

@yomybaby yomybaby released this 15 May 12:24

What's Changed (v26.4.8-rc.3 → v26.4.8-rc.4)

✨ Features

Deployment Revision Preset Mode

Introduces a new preset-based authoring flow for deployment revisions, including reusable selectors (preset, project vfolder, runtime variant), auto-selection of the default resource group, and a new resource-group metadata location wired to the latest ModelReplica status fields.

Deployment List Filtering & Display

Expands the deployment list with the full set of DeploymentFilter fields, configurable column ordering, a clearer running/terminated radio for replica status, and several display polish items (projectV2 column, revision-drawer link, dropping createdUserId, strict-selection on enum filters).

  • FR-2904: expose all DeploymentFilter fields, ordering, and table columns in deployment list by @agatha197 in #7435
  • FR-2904: replace replica status enum filter with running/terminated radio group by @agatha197 in #7437
  • FR-2905: deployment list polish — projectV2 display, revision drawer link, drop createdUserId, strict-selection on enum filters by @yomybaby in #7439

Storage Permission Awareness

Disables the upload button on hosts that lack upload-file permission so the action surface matches what the user can actually perform.

Dev Tooling

Lets developers serve a released webui bundle behind a version-named Portless URL and speeds up the Vite dev server for remote sessions.

🐛 Bug Fixes

Deployment State & Definition

Keeps the deployment revision state in sync in the Relay store after activate / auto-activate, and avoids sending a stale definitionPath when the user has not customized it.

App Launch & Credentials

Surfaces a clearer error when the app launch fails due to an access-key mismatch and adds the missing i18n strings for the credential re-login flow.

  • FR-2586: clearer error when app launch fails due to access key mismatch by @yomybaby in #7409
  • FR-2895: add missing i18n values for credential ReLoginRequired and MainKeyChangedNeedRelogin by @yomybaby in #7417

Model Store & VFolder UI

Lazy-loads the model card drawer details so ModelStoreListPageV2 opens faster, and renders the folder-create notification using the VFolder node card for visual consistency.

Resource Policy Lists

Aligns CSV export placement with other lists by moving it to the bottom-right of BAITable.

🔨 Refactoring

Deployment Modal Structure & Terminology

Folds the per-revision Content components into their owning Modal components and unifies the revision-action verb to "Apply" across the Deployment UI.

🛠 Chores

Dependencies & Developer Experience

Bumps @cloudscape-design/board-components and regenerates its local patch, and surfaces the Portless dev server status in the Claude Code status line.

📝 Documentation

Dev Environment & Skills

Reads the Portless URL directly from dev-server stdout (instead of assuming port 1355) and clarifies the modal-footer prop-first guidance in the react-modal-drawer skill.

Full Changelog: v26.4.8-rc.3...v26.4.8-rc.4