[Chore] Release Roomote 0.45.1 hotfix for Notion database discovery - #1840
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
roomote-roomote
Bot
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 29, 2026 15:00
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Cuts production hotfix Roomote 0.45.1 from current
main/v0.45.0with the complete mergeddevelopfix from #1825:The patch changeset is preserved in commit
a0c968b6and consumed by the repository-ownedpnpm run versionflow in commit2128ad2f; no inert pending changeset remains on the release tree.Why this change was made
Notion database rows inherit integration access but are often absent from Notion search results. That left pages inside directly shared databases undiscoverable by both Memory ingestion and the deployment Notion MCP.
mainalready contains prerequisite #1726 (6409841f), which added the traversal foundation this hotfix extends. Live verification has already succeeded for database fetch, data-source row query, full row fetch, and Memory ingestion.Merge and tag instructions
mainwith a merge commit. Do not squash or rebase it; this preserves the hotfix changeset/versioning history and matches the direct-main hotfix convention from [Chore] Release Roomote 0.4.2 hotfix for saved Slack continue #302.mainpush starts Tag Product Release, which must create and push annotated tagv0.45.1from the merged hotfix tree.v0.45.1tag exists. The tag then triggers the GHCR image publish and GitHub Release flow.v0.45.1exists, squash-merge companion develop sync #1841. Do not merge [Chore] Record Roomote 0.45.1 on develop after production hotfix #1841 first.Impact
After deployment, Memory can discover rows inside directly shared Notion databases, and agents can resolve those databases through the built-in Notion MCP. The release includes no database schema or persisted-data migration.
Validation
origin/main...HEADdiff contains only the original four [Fix] Discover pages inside shared Notion databases #1825 files plus rootpackage.jsonandCHANGELOG.mdd55de215db6c602fbbf1ac3f27114eb724b86098Risk and rollback
Runtime risk is limited to additional bounded Notion search/query work during the existing traversal cycle. Enumeration state is backward-compatible, and expired search cursors restart rather than wedging collection.
Rollback the application by redeploying
v0.45.0. If this PR has merged butv0.45.1has not been consumed externally, the Git history can also be reverted as one merge commit. There are no schema changes or data migrations to reverse. Do not reuse or move the immutablev0.45.1tag after publication.Related PRs