v26.7.1
What's Changed (v26.7.0 -> v26.7.1)
✨ Features
Documentation Site & Search
Improved the documentation website's search experience and made its deployment/redirect rules release-invariant so URLs stay stable across versions.
- FR-3254: highlight matched query terms in docs web search results by @yomybaby in #8141
- FR-3247: emit a version-agnostic /latest/ alias and make Amplify redirect rules release-invariant by @yomybaby in #8144
- FR-3255: auto-add a new minor to the docs version selector on release by @yomybaby in #8146
Sessions & Connectivity
Made session and endpoint handling more robust, including a reachability check before surfacing the offline banner and an option to hide the app launcher for batch sessions.
- FR-3237: confirm endpoint reachability before showing offline banner by @nowgnuesLee in #8099
- FR-3259: hide app launcher for batch sessions when hideAppsOnBatchSession is enabled by @ironAiken2 in #8155
Filter Component
Extended BAIPropertyFilter with a custom filter-input contract for more flexible condition rendering.
- FR-3258: apply the renderInput (onAddCondition) custom filter-input contract to BAIPropertyFilter by @ironAiken2 in #8153
🐛 Bug Fixes
Documentation Site Redirects
Fixed redirect behavior on the docs site so bare per-language URLs resolve without console rules and the root redirect uses the correct status code.
- FR-3247: emit per-language redirect stubs so bare // URLs work without console rules by @yomybaby in #8142
- FR-3247: use 302 (not 301) for the root redirect rule by @yomybaby in #8143
Chat UI
Adjusted the chat thinking UI to use friendlier Korean labels.
🎨 Style
Admin UI Consistency
Unified admin create-button labels and refreshed the action-cluster spacing for a more consistent layout.
- FR-3244: unify admin create-button labels and refresh action-cluster gap by @agatha197 in #8118
🛠 Chores
Full Changelog: v26.7.0...v26.7.1