Skip to content

chore(release): staging to production - 2026.03.14 - #1018

Merged
maxtechera merged 2 commits into
productionfrom
staging
Mar 14, 2026
Merged

chore(release): staging to production - 2026.03.14#1018
maxtechera merged 2 commits into
productionfrom
staging

Conversation

@github-actions

Copy link
Copy Markdown

🚀 Release: Staging to Production

Release Date: 2026-03-14

Changes in this release

  • fix(documentstore): restore chunk saving and add memory optimization (e74d66d)

This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.

maxtechera and others added 2 commits March 13, 2026 23:01
The save path called previewChunks() which returned [] when
previewChunkCount was undefined (regression from dc0368e). This caused
processing to complete successfully but persist zero chunks to the database.

Changes:
- _saveChunksToStorage: call _splitIntoChunks directly instead of
  previewChunks (matches working syncAndRefreshChunks pattern)
- previewChunks: treat undefined previewChunkCount as "return all"
  instead of "return empty" — preserves pagination when explicitly set
- Both save loops: null out chunk array entries after each batch is
  persisted to allow GC to reclaim memory during large saves

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(documentstore): restore chunk saving and add memory optimization
@vercel

vercel Bot commented Mar 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
answerai-docs Building Building Preview Mar 14, 2026 2:03am
the-answerai Building Building Preview Mar 14, 2026 2:03am

Request Review

@maxtechera
maxtechera merged commit dbd9c01 into production Mar 14, 2026
8 checks passed
@maxtechera
maxtechera temporarily deployed to staging - aai-unified2-flowise-moonstruck March 14, 2026 02:06 — with Render Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant