Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
koav3.x
9 releases

TL;DR

Koa now correctly handles requests with Content-Length headers exceeding 2GB, preventing potential crashes or unexpected behavior when receiving large uploads.

Fixes Worth Knowing

Large request bodies are now processed correctly. This resolves an issue where requests with Content-Length greater than 2GB would cause errors.

v3.2.1v3.2.1
May 21, 2026
v3.2.0v3.2.0
Mar 28, 2026
v3.1.2v3.1.2
Feb 25, 2026
v3.1.1v3.1.1
Oct 27, 2025
v3.1.0v3.1.0
Oct 26, 2025
v3.0.3v3.0.3
Oct 18, 2025
v3.0.2v3.0.2
Oct 17, 2025
v3.0.1v3.0.1
Jul 27, 2025
v3.0.0v3.0.0
Apr 28, 2025
koav2.x
6 releases

TL;DR

Koa now prevents a critical security vulnerability (Host Header Injection) that could allow malicious actors to redirect users or perform other attacks.

Fixes Worth Knowing

A security issue with ctx.hostname has been resolved, preventing potential Host Header Injection attacks.

Before You Upgrade

Review your application's reliance on ctx.hostname and ensure it's not used in security-sensitive contexts.

v2.16.4v2.16.4
Feb 25, 2026
v2.16.3v2.16.3
Oct 18, 2025
v2.16.2v2.16.2
Jul 30, 2025
v2.16.1v2.16.1
Apr 6, 2025
2.16.02.16.0
Feb 27, 2025
2.15.42.15.4
Feb 12, 2025
koav3.xprerelease
3 releases

TL;DR

Koa 3 introduces a new request handling pipeline based on Async Functions, improving performance and middleware compatibility.

Breaking

  • Removed context.request.URL (use standard URL API).
  • Middleware now requires Async Function support (functions using async/await).

New

  • Implemented a new request pipeline (improves request processing).
  • Added support for native ES6 Promises (enhanced asynchronous operations).

Fixes Worth Knowing

  • Fixed an issue where redirect values were incorrectly rendered in anchor references.

Before You Upgrade

  • Ensure all middleware is updated to use Async Functions.
  • Update any code using context.request.URL to the standard URL API.
3.0.0-alpha.53.0.0-alpha.5
Apr 6, 2025
3.0.0-alpha.43.0.0-alpha.4
Mar 21, 2025
3.0.0-alpha.23.0.0-alpha.2
Nov 4, 2024