Skip to content
Cloudflare Docs

Release note

This release notes section covers regular updates and minor fixes. For major feature releases or significant updates, see the changelog.

2025-06-16

Rich format file size limit increased to 4 MB

You can now index rich format files (e.g., PDF) up to 4 MB in size, up from the previous 1 MB limit.

2025-06-12

Index processing status displayed on dashboard

The dashboard now includes a new “Processing” step for the indexing pipeline that displays the files currently being processed.

2025-06-12

Sync AutoRAG REST API published

You can now trigger a sync job for an AutoRAG using the Sync REST API. This scans your data source for changes and queues updated or previously errored files for indexing.

2025-06-10

Files modified in the data source will now be updated

Files modified in your source R2 bucket will now be updated in the AutoRAG index during the next sync. For example, if you upload a new version of an existing file, the changes will be reflected in the index after the subsequent sync job. Please note that deleted files are not yet removed from the index. We are actively working on this functionality.

2025-05-31

Errored files will now be retried in next sync

Files that failed 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.

2025-05-31

Fixed character cutoff in recursive chunking

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.

2025-05-25

EU jurisdiction R2 buckets now supported

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.

2025-04-23

Response streaming in AutoRAG binding added

AutoRAG now supports response streaming in the AI Search method of the Workers binding, allowing you to stream results as they’re retrieved by setting stream: true.

2025-04-07

AutoRAG is now in open beta!

AutoRAG allows developers to create fully-managed retrieval-augmented generation (RAG) pipelines powered by Cloudflare allowing developers to integrate context-aware AI into their applications without managing infrastructure. Get started today on the Cloudflare Dashboard.