Ad
 
Learn More
Favicon of Remix Releases

Remix Releases

Great

Remix • Last updated 9 days ago

Recent Updates

Updates for August 17, 2026(6 updates)

Updates for August 14, 2026(14 updates)

Uniform Changelog API

Access Remix changelog updates through our uniform API. Same JSON structure across all sources — no adapter-specific parsing needed.

API Endpoint
GET https://watchchangelog.com/api/v1/entries?source=remix.releases
Response Sample
{
  "source": "remix.releases",
  "vendor": "Remix",
  "id": "371992353",
  "published_at": "2026-08-17T22:44:59.000Z",
  "title": "remix v3.0.0-beta.10",
  "url": "https://github.com/remix-run/remix/releases/tag/remix%403.0.0-beta.10",
  "summary": "### Pre-release Changes - BREAKING CHANGE: Beta.10 supersedes beta.6 through beta.9 and consolidates their changes into one supported prerelease. Legacy package-aligned `remix/*` aliases have been removed in favor of canonical entrypoints that group related APIs together. Update imports when moving from beta.5 to beta.10: ```diff - import { requireAuth } from 'remix/auth-middleware' - import { createPostgresDatabase } from 'remix/data-table-postgres' - import { createRouter } from 'remix/fetch-router' + import { requireAuth } from 'remix/middleware/auth' + import { createPostgresDatabase } from 'remix/data-table/postgres' + import { createRouter } from 'remix/router' ``` The same canonical structure applies to the other entrypoints: middleware lives under `remix/middleware/*`, database dialects under `remix/data-table/*`, storage adapters under `remix/file-storage/*` and `remix/session-storage/*`, and route definitions move from `remix/fetch-router/routes` to `remix/routes`. - BREAKING",
  "tags": [
    "Remix",
    "remix.releases",
    "framework",
    "react",
    "fullstack",
    "prerelease"
  ]
}

Get Your Free API Key

Sign up to access the full changelog API. All public sources are free — no credit card required.

Sign Up Free →

Tags:

frameworkreactfullstack

Related Sources

Favicon

 

  
  
Favicon

 

  
  
Favicon

 

  
  

Share: