n8n | stable

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.

Related posts

Metadata schema choices for content libraries

Structured metadata only works when it matches how people actually retrieve content. I have seen neat schemas fail as soon as the library meets real records, and tarot makes the problem obvious. If...

Federation trade-offs in self-hosted social feeds

Federation looks tidy until you let it touch the edges, and then the odd cases arrive fast. I prefer self-hosted social feeds that stay explicit about what is local, what is remote, and what should...

FireAvert Z-Wave stove shutoffs for offline safety

FireAvert’s setup does the part that matters without asking Home Assistant to babysit it, which is exactly how I want stove protection to behave. The Home Assistant Z-Wave stove shutoffs badge is...