Activity Feed
A heartbeat of recent releases, additions, and developer news from around the Netlify ecosystem.
-
Use the Netlify SDK to create an integration that can inject an edge function to sites to perform logic on their incoming requests, allowing you to block content based on the location of your site visitors as an example.
-
Learn how the new streamlined workflow provides seamless visual editing experience for sites built and deployed on Netlify
-
Back in 2020 we moved all sites from being served under *.netlify.com to being under *.netlify.app. This was to isolate customer sites from ones run by Netlify, trying to minimize the confusion. In doing this, we built in an automatic redirect for subdomain.netlify.com to subdomain.netlify.app to avoid downtime on customer sites. Now most sites either use the .app url directly, or have a custom domain.
-
Build hooks are your API to triggering a site update from anywhere. Learn how to create and use them.
-
Learn how new roles enhance collaboration, streamline workflows, supercharge your team’s productivity, and reduce time to market.
-
Take greater control over how your sites and applications handle specific traffic patterns and avoid abuse using our rate limiting controls
-
Learn how Netlify’s New Rate Limiting Feature enhances security features and gives you enhanced control over your site’s security.
-
17.21.0 (2024-03-26)
Features
allow skipping the target port wait (#6472) (cfa8e2b)
Bug Fixes
read-package-up rename (#6441) (cd19d2b)
-
Use server cookies and serverless functions to display dynamic feedback or status messages on your Astro site’s pages.
-
Use the Astro CLI to create a new site, run it in development, and build it for production. Then preview and publish the build by deploying it using the Netlify CLI.