[PR #5330] [MERGED] 1.12.0 render #5409

Closed
opened 2026-06-05 15:21:16 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5330
Author: @timothycarambat
Created: 4/2/2026
Status: Merged
Merged: 4/2/2026
Merged by: @timothycarambat

Base: renderHead: 1.12.0-render


📝 Commits (3)

📊 Changes

258 files changed (+25748 additions, -1482 deletions)

View changed files

📝 .github/workflows/build-and-push-render-deployment-image.yaml (+2 -2)
📝 README.md (+12 -21)
📝 cloud-deployments/helm/charts/anythingllm/README.md (+2 -2)
📝 cloud-deployments/helm/charts/anythingllm/README.md.gotmpl (+1 -1)
📝 cloud-deployments/helm/charts/anythingllm/values.yaml (+1 -1)
collector/__tests__/utils/downloadURIToFile/index.test.js (+96 -0)
📝 collector/index.js (+1 -0)
📝 collector/processLink/helpers/index.js (+14 -2)
📝 collector/processSingleFile/convert/asAudio.js (+3 -3)
📝 collector/processSingleFile/convert/asDocx.js (+2 -2)
📝 collector/processSingleFile/convert/asEPub.js (+2 -2)
📝 collector/processSingleFile/convert/asImage.js (+2 -2)
📝 collector/processSingleFile/convert/asMbox.js (+2 -2)
📝 collector/processSingleFile/convert/asOfficeMime.js (+2 -2)
📝 collector/processSingleFile/convert/asPDF/index.js (+2 -2)
📝 collector/processSingleFile/convert/asTxt.js (+2 -2)
📝 collector/processSingleFile/convert/asXlsx.js (+1 -1)
📝 collector/processSingleFile/index.js (+13 -5)
📝 collector/utils/constants.js (+10 -0)
📝 collector/utils/downloadURIToFile/index.js (+41 -5)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5330 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/2/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `render` ← **Head:** `1.12.0-render` --- ### 📝 Commits (3) - [`5c434f1`](https://github.com/Mintplex-Labs/anything-llm/commit/5c434f1a8f057bfb0c4566b897eadd96ca83700d) merge 1.12.0 changes - [`0d9b308`](https://github.com/Mintplex-Labs/anything-llm/commit/0d9b30804c0e5821924bd6be9a6bccc2c368faca) bump version 1.12.0 - [`5e0b20c`](https://github.com/Mintplex-Labs/anything-llm/commit/5e0b20cb844001e9bcc0c9e44d6c318194b163c0) fix translations ### 📊 Changes **258 files changed** (+25748 additions, -1482 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-render-deployment-image.yaml` (+2 -2) 📝 `README.md` (+12 -21) 📝 `cloud-deployments/helm/charts/anythingllm/README.md` (+2 -2) 📝 `cloud-deployments/helm/charts/anythingllm/README.md.gotmpl` (+1 -1) 📝 `cloud-deployments/helm/charts/anythingllm/values.yaml` (+1 -1) ➕ `collector/__tests__/utils/downloadURIToFile/index.test.js` (+96 -0) 📝 `collector/index.js` (+1 -0) 📝 `collector/processLink/helpers/index.js` (+14 -2) 📝 `collector/processSingleFile/convert/asAudio.js` (+3 -3) 📝 `collector/processSingleFile/convert/asDocx.js` (+2 -2) 📝 `collector/processSingleFile/convert/asEPub.js` (+2 -2) 📝 `collector/processSingleFile/convert/asImage.js` (+2 -2) 📝 `collector/processSingleFile/convert/asMbox.js` (+2 -2) 📝 `collector/processSingleFile/convert/asOfficeMime.js` (+2 -2) 📝 `collector/processSingleFile/convert/asPDF/index.js` (+2 -2) 📝 `collector/processSingleFile/convert/asTxt.js` (+2 -2) 📝 `collector/processSingleFile/convert/asXlsx.js` (+1 -1) 📝 `collector/processSingleFile/index.js` (+13 -5) 📝 `collector/utils/constants.js` (+10 -0) 📝 `collector/utils/downloadURIToFile/index.js` (+41 -5) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:16 -04:00
yindo closed this issue 2026-06-05 15:21:16 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5409