Home / Companies / Netlify / Blog / October 2023

October 2023 Summaries

12 posts from Netlify

Filter
Month: Year:
Post Summaries Back to Blog
Netlify has announced the addition of Bun support in its Builds platform, aiming to provide a stable and reliable way for developers to experiment with new technologies without compromising stability. The integration allows users to leverage Bun's runtime and package manager capabilities, making it easier to manage dependencies and run build commands using `bun runtime`. To use Bun with Netlify, developers can simply add the `bun` executable to their build command or run `bun install` locally in their project, which will generate a `bun.lock` file that should be committed and pushed to the repository. The integration is designed to work seamlessly with other package managers like npm, ensuring a smooth development experience for users.
Oct 26, 2023 441 words in the original blog post.
Support for npm modules in Edge Functions now allows developers to use over two million packages from the npm ecosystem, including popular ones like lodash, by adding them to their projects and importing them into their edge functions using import declarations.` Note that I have only summarized the key points of the text without using lists or any other format.
Oct 25, 2023 454 words in the original blog post.
Netlify has introduced a custom `Netlify-Vary` header that allows developers to control how cached content is served and updated based on various conditions, such as query parameters, headers, cookies, languages, and countries. This feature provides more flexibility in caching dynamic assets and can help improve cache hit rates, reduce unnecessary cache updates, and simplify caching logic for complex use cases. With the new `Netlify-Vary` header, developers can specify instructions to vary on different parts of the request, such as query parameters, headers, cookies, languages, or countries, to uniquely identify cached objects in Netlify's CDN. This feature is available now and can be explored further through a demo repository and documentation.
Oct 24, 2023 1,111 words in the original blog post.
Netlify recently announced the Composable Web Platform (CWP), a foundation for companies looking to modernize their web architecture and ship faster, be more productive, reduce risk and complexity, and drive higher conversions and revenue. The conference highlighted key industry insights, including the shift from buy vs. build, executives' readiness to adopt composable, composability as a foundational block for customer experience, adoption of composable being a company mindset, and generative AI accelerating composable. These insights emphasize the importance of aligning technology with customer needs and adopting a customer-centric operating model to achieve successful adoption of composable architecture.
Oct 24, 2023 1,311 words in the original blog post.
Netlify has released Private Integrations for its Core platform, allowing development teams to create custom integrations for the entire Composable Web Platform. This move aims to improve developer experience (DX) and enable enterprises to innovate, solve complex problems, and move quickly without building tailor-made integrations. With Private Integrations, teams can automate critical checks, deliver a superior DX, reduce complexity, and streamline operations, all within a single code base. The new feature uses the Netlify SDK, which provides a comprehensive toolkit for scale and robustness, making it easy to get started with composable architectures. Enterprises can now create bespoke tools and configurations as part of the Netlify workflow, unlocking endless possibilities for custom integrations.
Oct 20, 2023 706 words in the original blog post.
Netlify has introduced the Composable Web Platform, aiming to modernize web architecture by simplifying content orchestration, streamlining developer workflows, and accelerating time to market. The platform consists of three solutions: Netlify Connect, a data unification layer; Netlify Core, a frontend cloud solution; and Netlify Create, an intuitive visual editor. This platform brings substantial benefits, including simplified orchestration, faster deployment, higher productivity, freedom to build, and a future-proof foundation. It is vendor and framework agnostic, allowing companies to adapt their web stacks to match customers' evolving needs without re-platforming. The Composable Web Platform enables businesses to deliver incredible digital experiences that surpass customer expectations.
Oct 19, 2023 479 words in the original blog post.
Netlify has released two new features that will give users even more control over their cached content: fine-grained cache control, which provides better control over caching and revalidation behavior for dynamic content across Netlifty Edge, and Cache-tags, a way to label cached content so it can be purged more granularly. The Cache-tags feature allows users to associate an object or collection of cached objects with a tag that can be purged simultaneously across all of Netlify's Edge, without the need for a new deploy. This feature works by using the `Cache-Tag` and `Netlify-Cache-Tag` response headers, which allow users to control which content is cached and when it should be purged.
Oct 13, 2023 626 words in the original blog post.
Netlify has introduced a new version of its Functions platform, which aims to improve the developer experience by providing a modern API built on web platform standards, making it easier for developers to create complex applications without being locked into specific frameworks or tooling. The new functions API introduces features such as context objects that provide information about incoming requests and cookies, custom endpoints, advanced routing using URL patterns, HTTP method matching, and zero-config streaming. The existing API is still available and compatible with AWS Lambda, allowing developers to migrate workflows with minimal refactoring.
Oct 12, 2023 988 words in the original blog post.
Netlify has successfully mitigated the CVE-2023-44487 vulnerability, a denial of service (DoS) threat that can overwhelm servers by forcing them to process excessive HTTP/2 reset frames in rapid succession. The company took proactive measures, including deploying updates from cloud service providers and patching critical systems within 12 hours of available patches, to protect its customers' data and services. As a result, no action is required from Netlify customers at this time, but the company remains committed to upholding high standards of professionalism and security in safeguarding user data and organizational security.
Oct 12, 2023 414 words in the original blog post.
Netlify Functions is expanding its capabilities with region selection, allowing developers to optimize application performance by deploying serverless functions closer to data sources and reducing latency. This feature enables developers to co-locate their backend logic in physical proximity to databases, improving response times for users and meeting data sovereignty requirements. By choosing deployment regions, developers can enhance their applications' performance and deliver a better user experience, while also adhering to specific regulations and compliance requirements.
Oct 11, 2023 441 words in the original blog post.
PolyScale is now available on Netlify, allowing developers to improve their website's performance by enabling intelligent serverless caching and compute at the edge. To get started, users can navigate to their Netlify dashboard, search for PolyScale, and enable the integration. Once enabled, they can connect their account to PolyScale and choose a workspace, with options to link an existing cache or create a new one from the Netlify UI. This allows developers to add calls to their site code to grab data, improving database performance and global latency for users.
Oct 11, 2023 279 words in the original blog post.
Netlify is launching improvements to its core platform primitives, aiming to make them better and simpler to use for developers, as part of a renewed commitment to advance the developer experience.
Oct 10, 2023 514 words in the original blog post.