DEV Community

Cover image for Cloudflare’s Latest Update: A Builder’s Paradise
Shanu Kumawat
Shanu Kumawat

Posted on

Cloudflare’s Latest Update: A Builder’s Paradise

Cloudflare's Builder Day 2024 was packed with excitement as they announced 18 big updates to their Workers platform, all inspired by direct feedback from developers. If you're a developer or tech enthusiast, this update makes Cloudflare the go-to place for building scalable, fast, and secure applications. Let’s dive into some of the juiciest new features, changes, and improvements!

Overview: What’s New?

Cloudflare continues to push the envelope with updates that touch every aspect of the developer experience. From improved Node.js compatibility to persistent logging and free image optimization, Cloudflare is reshaping what’s possible on its platform. Here are the highlights:

Persistent Logs: Keep your Worker logs, and search, filter, or query them directly from the Cloudflare dashboard.

Hyperdrive: Securely connect Workers to private databases using Cloudflare Tunnels.

Static Asset Hosting: Serve static HTML, CSS, and JavaScript right from your Workers, and deploy popular frameworks like Next.js.

Improved Node.js Compatibility: Use more NPM packages with improved support for Node.js APIs.

Cloudflare Queues: Now in GA with higher throughput and more concurrency limits.

Cloudflare Images: Image optimization now free for all, with up to 5,000 transformations a month.

Gradual Deployments: Slowly roll out your updates, minimizing downtime risk.

Let’s break down some of these game-changing updates!


Persistent Logs: Track Everything with Ease

Logging is a crucial part of troubleshooting and performance tuning, and Cloudflare is making it easier than ever. Persistent Logs allow you to retain logs from your Workers and view them directly on your dashboard.

Now, with just two lines in your wrangler.toml, you can have full visibility into your Worker’s behavior, errors, and more:



[observability]
enabled = true



Enter fullscreen mode Exit fullscreen mode

This is a huge leap forward for building smarter, data-driven applications on the platform. You can even filter logs based on specific events or errors, helping you spot problems faster!

Hyperdrive: Connecting to Private Databases

Ever wanted to connect your Worker to a private, VPC-isolated database? Hyperdrive is here to save the day! Cloudflare Tunnels and Access now let you securely connect Workers to databases hidden in private networks.

Whether you're using Amazon RDS, Google Cloud SQL, or Azure Database, you can accelerate queries using Cloudflare’s network—without sacrificing security. This is perfect for developers building full-stack applications, bringing regional databases closer to end users and optimizing connections.

Next.js on Workers: Unleashing OpenNext

Cloudflare’s collaboration with OpenNext means you can now deploy Next.js apps directly on Workers. Powered by the new Node.js compatibility layer, this update is a game-changer for web developers. It supports Incremental Static Regeneration (ISR), custom error pages, and more!

No longer tied to specific platforms, you now have the freedom to deploy across any cloud provider using this open-source framework. Talk about flexibility!

Cloudflare Queues: Event-Driven Just Got Faster

Queues have officially gone GA (General Availability), and they're better than ever! With new higher throughput (5,000 messages per second!) and up to 250 concurrent consumers, Queues allow you to create event-driven applications that scale seamlessly. You can decouple microservices, improving performance and making your systems more fault-tolerant.

Want to schedule delayed messages or optimize API rate limits? Cloudflare Queues make this possible, all while reducing invocation costs. Now you can create efficient workflows that handle massive volumes of data in real-time.

Free Image Optimization for Everyone!

Here’s some news for all you performance junkies: Cloudflare Images is now available for free! With up to 5,000 transformations per month, you can ensure your images are perfectly optimized for any browser or device without breaking a sweat.

By transforming images dynamically based on request, you get blazing-fast page load speeds and lower data usage. Whether it’s resizing, format conversion, or cropping, Cloudflare Images ensures that your images are a breeze to work with—no subscription required.

What’s Next for Builders?

Cloudflare’s commitment to making the web faster and more developer-friendly is clear with these updates. Whether you're working on personal projects or enterprise-grade applications, Cloudflare is making it easier to scale, secure, and optimize your services.

To top it all off, they’re offering $250,000 in credits for qualified startups building on their platform. This is your chance to build the next big thing without the headache of infrastructure management.

Ready to Dive In?

All these updates are live right now! Whether you’re deploying a Next.js app, connecting to a private database, or optimizing your site’s images, Cloudflare’s platform is designed to help you move faster and more efficiently than ever before.

For a deeper dive, watch the Builder Day 2024 stream, or check out their developer documentation to start building!

And that’s a wrap on Cloudflare’s latest and greatest. What will you build next?

Top comments (0)