Netlify changed its API changelog
API changeloghttps://netlify.com/changelog
ChangeAPI changelog
New feature added: GitHub Stacked Pull Requests now create Deploy Previews (August 27, 2026); previous changelog entry about AI Gateway OpenRouter support (August 6, 2026) was removed.
* AI GATEWAY ADDS OPENROUTER SUPPORT FOR MORE AI MODEL CHOICE
August 6, 2026
* ai gateway
* ai
The AI Gateway now supports OpenRouter, giving you access to models from providers beyond Netlify's direct integrations (OpenAI, Anthropic, Google Gemini).
* GITHUB STACKED PULL REQUESTS NOW CREATE DEPLOY PREVIEWS
August 27, 2026
* devtools
* workflow
Netlify now creates a Deploy Preview for every pull request in a GitHub stack when the stack ultimately targets your project's production branch (usually main).
Confidence70%
Full diff
===================================================================
--- before
+++ after
@@ -1,8 +1,33 @@
CHANGELOG
All Tags Agent-runners AI Ai-gateway Angular Astro AX Build CLI Database Design Devtools Domains E-commerce Extensions Forms Framework Functions Logs Next.js Nuxt.js Remix SDK Security Updates Workflow Subscribe to feed
+ * GITHUB STACKED PULL REQUESTS NOW CREATE DEPLOY PREVIEWS
+
+ August 27, 2026
+
+ * devtools
+ * workflow
+
+ Netlify now creates a Deploy Preview for every pull request in a GitHub stack when the stack ultimately targets your project’s production branch (usually main). You can review and share each layer of a larger change before it merges.
+
+ A GitHub stacked pull request showing a successful Netlify Deploy Preview check [/images/changelog/github-stacked-pull-request-deploy-preview.png]
+
+ GitHub Stacked Pull Requests help teams split a larger update into smaller, connected pull requests. Each pull request can focus on one step of the work, making changes easier to review and merge in sequence.
+
+ Previously, Netlify only created a Deploy Preview for the first pull request in your stack while additional pull requests in the stack didn’t get their own Deploy Previews. Now, every pull request in the stack gets its own Deploy Preview.
+
+ There’s nothing new to configure. Create and update your stack in GitHub as usual, and Netlify automatically adds a Deploy Preview to each eligible pull request.
+
+
+ LEARN MORE
+
+ * Get an overview of GitHub Stacked Pull Requests
+ * Follow GitHub’s quick start for creating a stack
+
+ Permalink to GitHub stacked pull requests now create Deploy Previews Permalink
+
* SECURITY UPDATE: TWO CRITICAL NEXT.JS VULNERABILITIES
August 25, 2026
@@ -261,45 +286,6 @@
* SolidStart on Netlify docs
Permalink to SolidStart 2 just works on Netlify Permalink
- * AI GATEWAY ADDS OPENROUTER SUPPORT FOR MORE AI MODEL CHOICE
-
- August 6, 2026
-
- * ai gateway
- * ai
-
- The AI Gateway now supports OpenRouter, giving you access to models from providers beyond Netlify’s direct integrations (OpenAI, Anthropic, Google Gemini).
-
- This partnership opens up models from providers like DeepSeek, Meta, Mistral, Qwen, and xAI, all billed through your existing Netlify credits.
-
- Learn more about our OpenRouter partnership through the Netlify blog on open models.
-
-
- SUPPORTED MODELS
-
- For a full list of models available on OpenRouter, visit OpenRouter’s models page.
-
- Note that Netlify only allows requests through OpenRouter for model providers that support a Zero Data Retention (ZDR) policy, meaning your prompts and outputs are never stored nor trained on. Models on OpenRouter that do not have any available provider guaranteeing this policy (at the time of your request) are not available via Netlify.
-
-
- SET UP OPENROUTER FOR AI GATEWAY
-
- As with the other providers, Netlify automatically injects OPENROUTER_API_KEY and OPENROUTER_BASE_URL into your Netlify Functions, Edge Functions, and Preview Server (unless you’ve already set your own values for either).
-
- You can call an OpenRouter-served model using whichever client you prefer:
-
- * OpenRouter SDK (@openrouter/sdk): pass OPENROUTER_BASE_URL explicitly as serverURL when constructing the client, this is the one exception where the base URL isn’t picked up automatically.
- * OpenAI SDK: works out of the box, no extra config. Just pass a model ID in OpenRouter notation (e.g. deepseek/deepseek-v4-flash-0731).
- * REST API: call ${OPENROUTER_BASE_URL}/chat/completions with a bearer token from OPENROUTER_API_KEY.
-
- Whichever client you use, you can find model IDs to pass in the OpenRouter models directory.
-
- Note that a model listed in OpenRouter’s directory will not work through the AI Gateway if it does not support a Zero Data Retention (ZDR) policy since Netlify only routes to OpenRouter providers with this support.
-
- To learn more about using AI Gateway, check out our official AI Gateway Netlify docs.
-
- Permalink to AI Gateway adds OpenRouter support for more AI model choice Permalink
-
Next page
Ask Netlify
\ No newline at end of file
Get the next one in your inbox.
Follow the vendor for free, or write your own prompt and watch any page the same way.