From fdc609e142f290194e9c6afd8cfb83598b554433 Mon Sep 17 00:00:00 2001 From: Anni Wang Date: Sun, 1 Jun 2025 14:27:05 -0400 Subject: [PATCH 1/2] release note updates for autorag --- src/content/release-notes/autorag.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/release-notes/autorag.yaml b/src/content/release-notes/autorag.yaml index 97374315d39c18f..ef1adb4a31c0afc 100644 --- a/src/content/release-notes/autorag.yaml +++ b/src/content/release-notes/autorag.yaml @@ -5,6 +5,18 @@ productLink: "/autorag/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2025-05-31" + title: Errored files will now be retried in next sync + description: |- + Files that fail to index will now be automatically retried in the next indexing job. For instance, if a file initially failed because it was oversized but was then corrected (e.g. replaced with a file of the same name/key within the size limit), it will be re-attempted during the next scheduled sync. + - publish_date: "2025-05-31" + title: Fixed character cutoff in recursive chunking + description: |- + Resolved an issue where certain characters (e.g., '#') were being cut off during the recursive chunking and embedding process. This ensures complete character processing in the indexing process. + - publish_date: "2025-05-25" + title: EU jurisdiction R2 buckets now supported + description: |- + AutoRAG now supports R2 buckets configured with European Union (EU) jurisdiction restrictions. Previously, files in EU-restricted R2 buckets would not index when linked. This issue has been resolved, and all EU-restricted R2 buckets should now function as expected. - publish_date: "2025-04-23" title: Response streaming in AutoRAG binding added description: |- From fd504d5ceceef350f66dbb2579947cb237142803 Mon Sep 17 00:00:00 2001 From: Anni Wang Date: Sun, 1 Jun 2025 14:32:40 -0400 Subject: [PATCH 2/2] small fix --- src/content/release-notes/autorag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/autorag.yaml b/src/content/release-notes/autorag.yaml index ef1adb4a31c0afc..f0f97d8e9c1fedc 100644 --- a/src/content/release-notes/autorag.yaml +++ b/src/content/release-notes/autorag.yaml @@ -12,7 +12,7 @@ entries: - publish_date: "2025-05-31" title: Fixed character cutoff in recursive chunking description: |- - Resolved an issue where certain characters (e.g., '#') were being cut off during the recursive chunking and embedding process. This ensures complete character processing in the indexing process. + Resolved an issue where certain characters (e.g. '#') were being cut off during the recursive chunking and embedding process. This fix ensures complete character processing in the indexing process. - publish_date: "2025-05-25" title: EU jurisdiction R2 buckets now supported description: |-