v4.6.3

Expensify/Appv4.6.3Aug 26, 2026by github-actions[bot]

AI Summary

This maintenance release addresses several bugs across OAuth, Slack integration, and database queries, while issuing a critical warning regarding document index migration for users upgrading from v3.x.

Key Highlights

  • Warning: Do not upgrade if preserving existing indexed documents without running the required migration
  • Fixed OAuth shared drive pagination and Slackbot invite-only provisioning
  • Added whitelabeling support for custom logos and login subtitles on auth pages
  • Fixed Postgres DISTINCT validity in incognito sweep queries

Full Release Notes

## Warning
Do not upgrade to this release if you want to preserve your existing indexed documents but have not yet run the document index migration, which can be done from any version v3.x. [See additional documentation here](https://docs.onyx.app/admins/advanced_configs/opensearch_document_index_migration#opensearch-document-index-migration).

See the assets to download this version and install.

## What's Changed
* fix: resume OAuth shared drive pagination from checkpoint page token (#14180) to release v4.6 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/14199
* fix(chat): sample the incognito sweep from a subquery so DISTINCT stays valid Postgres (#14194) to release v4.6 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/14197
* fix(slackbot): honor invite-only for Slack auto-provisioning (#14208) to release v4.6 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/14218
* fix(auth): bind the admin user_db adapter in the oauth tenant session by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/14240
* fix(whitelabeling): honor custom logo and name on auth pages, add login subtitle (#14244) to release v4.6 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/14250
* fix(opal): anchor SidebarTab tooltips to the control so the row never remounts (#14245) to release v4.6 by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/14249
* fix(user-files): skip embedded-image caps when image extraction is off (#14251) to release v4.6 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/14257

**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.6.2...v4.6.3