n8n stable released on 10-04-2026

n8n stable is out now. The package published as n8n 2.15.1 is a small patch release that fixes an infinite pagination loop in the Google Drive node’s v1 API, so workflows that list or paginate Drive results should no longer hang.
See the release on GitHub for full details: https://api.github.com/repos/n8n-io/n8n/releases/latest
What’s in this release
- Fix: Google Drive node — infinite pagination loop in v1 API resolved (see issue #28268: https://github.com/n8n-io/n8n/issues/28268).
- Behaviour: Workflows that listed or paginated Drive results could hang or keep paginating indefinitely; the pagination logic has been corrected.
- Release: patch bump from n8n@2.15.0 → n8n@2.15.1; fix implemented in commit 4d91dff (https://github.com/n8n-io/n8n/commit/4d91dffbaaefe8cf11448f3b4baade5704f2ef2c).
Upgrade notes
- No breaking changes are reported for this patch. Upgrade to n8n 2.15.1 to obtain the Google Drive pagination fix and test Google Drive workflows after updating to confirm pagination completes.
- If you cannot upgrade immediately, avoid large paginated queries on the Google Drive v1 node or limit page sizes; to roll back, pin to the previous 2.15.0 image or package while you investigate. Report regressions by opening a new GitHub issue with workflow details and reproduction steps, and reference issue #28268 and commit 4d91dff where relevant.
Share comments on your experience by opening a GitHub issue with workflow details or by commenting on issue #28268 if the problem is related.

