<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Buf Blog — Team Buf</title><description>Posts by Team Buf on the Buf blog.</description><link>https://buf.build</link><item><title>protobuf-py: Protobuf for Python, without compromises</title><link>https://buf.build/blog/protobuf-py</link><guid isPermaLink="true">https://buf.build/blog/protobuf-py</guid><description>We&apos;re announcing protobuf-py, a complete, 100% conformant Protobuf runtime for Python that feels like Python and matches the performance of Google&apos;s C engine on real workloads.</description><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate></item><item><title>CoreWeave Acquires Bufstream</title><link>https://buf.build/blog/coreweave-acquires-bufstream</link><guid isPermaLink="true">https://buf.build/blog/coreweave-acquires-bufstream</guid><description>Today, we are pleased to share that CoreWeave has acquired Bufstream, our Apache Kafka-compatible streaming platform, from Buf. CoreWeave, a leading AI cloud, has added Bufstream to its internal platform as part of the W&amp;B Models and Weave product lines.</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>Protobuf finally has LSP support. You’re welcome.</title><link>https://buf.build/blog/protobuf-lsp</link><guid isPermaLink="true">https://buf.build/blog/protobuf-lsp</guid><description>Buf is proud to announce the first fully-featured, production-grade LSP server for Protobuf. The Language Server Protocol is the standard API for integrating language support into your favorite IDE or text editor, such as VSCode, IntelliJ, or Neovim. An LSP server provides the smarts that power go to definition, code completion, finding references, and semantics-aware syntax highlighting.</description><pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Protovalidate is now v1.0</title><link>https://buf.build/blog/protovalidate-v1</link><guid isPermaLink="true">https://buf.build/blog/protovalidate-v1</guid><description>After two years of development, we&apos;re proud to announce that Protovalidate has reached v1.0. Protovalidate is the semantic validation library for Protobuf. Protobuf gives you the structure of your data, but Protovalidate ensures the quality of your data. Without semantic validation, you&apos;re stuck writing the same validation logic over and over again across every service that consumes your messages. With Protovalidate, you define your validation rules once, directly on your schemas, and they&apos;re enforced everywhere.</description><pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Introducing custom lint and breaking change plugins for Buf</title><link>https://buf.build/blog/buf-custom-lint-breaking-change-plugins</link><guid isPermaLink="true">https://buf.build/blog/buf-custom-lint-breaking-change-plugins</guid><description>Buf is introducing custom lint and breaking change plugins via the Bufplugin framework. Check it out to see how easy it is to author, test, and consume your own lint and breaking change rules.</description><pubDate>Wed, 18 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Connect RPC joins CNCF: gRPC you can bet your business on</title><link>https://buf.build/blog/connect-rpc-joins-cncf</link><guid isPermaLink="true">https://buf.build/blog/connect-rpc-joins-cncf</guid><description>Connect RPC, Buf’s family of fully protocol-conformant and battle-tested alternatives to Google’s gRPC project, has joined the Cloud Native Computing Foundation. We joined the CNCF to demonstrate our deep commitment to sustainably and responsibly growing Connect as a well-governed and community-led open source project. Today, Connect integrates seamlessly with gRPC systems in production at companies of all sizes, such as CrowdStrike, PlanetScale, RedPanda, Chick-fil-A, BlueSky, and Dropbox.</description><pubDate>Tue, 04 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Introducing the newly improved BSR UI and buf push experience</title><link>https://buf.build/blog/enhanced-buf-push-bsr-ui</link><guid isPermaLink="true">https://buf.build/blog/enhanced-buf-push-bsr-ui</guid><description>We&apos;ve made it easier to onboard and use the BSR with improved support for monorepos, tighter integration with source control providers, and a new BSR UI that is more polished and has improved accessibility.</description><pubDate>Fri, 17 May 2024 00:00:00 GMT</pubDate></item><item><title>Protobuf Editions are here: don’t panic</title><link>https://buf.build/blog/protobuf-editions-are-here</link><guid isPermaLink="true">https://buf.build/blog/protobuf-editions-are-here</guid><description>Most Protobuf users should ignore Editions and continue using proto3. If you become an early adopter, we’ve been working closely with Google to ensure that Buf will support editions as soon as they’re generally available.</description><pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate></item><item><title>The BSR now integrates with Kong Insomnia, making gRPC even easier to use</title><link>https://buf.build/blog/kong-insomnia-grpc-bsr-support</link><guid isPermaLink="true">https://buf.build/blog/kong-insomnia-grpc-bsr-support</guid><description>Kong Insomnia’s 9.0 release includes integrated support for the Buf Schema Registry. Organizations adopting gRPC can now provide developers first-class GUI tools while keeping schema access simple and secure.</description><pubDate>Fri, 03 May 2024 00:00:00 GMT</pubDate></item><item><title>Give clients pre-built native libraries for your APIs with zero effort</title><link>https://buf.build/blog/bsr-generated-sdks</link><guid isPermaLink="true">https://buf.build/blog/bsr-generated-sdks</guid><description>Produce pre-built client libraries in Go, Java, JS, TS, Swift, Kotlin, and Python out of the box for all of your Protobuf APIs with Buf’s generated SDKs. You’ll never have to explain how to use protoc ever again.</description><pubDate>Mon, 04 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Introducing Cacheable RPCs in Connect</title><link>https://buf.build/blog/introducing-connect-cacheable-rpcs</link><guid isPermaLink="true">https://buf.build/blog/introducing-connect-cacheable-rpcs</guid><description>We’ve expanded the Connect protocol to support the use of HTTP GET requests, enabling web browsers and CDNs to cache Connect requests with ease.</description><pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate></item><item><title>Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect</title><link>https://buf.build/blog/grpc-microservice-with-connect</link><guid isPermaLink="true">https://buf.build/blog/grpc-microservice-with-connect</guid><description> Tutorial that covers creating a service, adding a client, testing, adding a database, and writing tests.</description><pubDate>Thu, 27 Apr 2023 00:00:00 GMT</pubDate></item><item><title>The Buf Schema Registry is out of beta! Announcing new Buf Schema Registry plans and pricing updates</title><link>https://buf.build/blog/plans-pricing-updates</link><guid isPermaLink="true">https://buf.build/blog/plans-pricing-updates</guid><description>The Buf Schema Registry (BSR) is officially out of beta, and we&apos;re launching new pricing plans</description><pubDate>Wed, 12 Apr 2023 00:00:00 GMT</pubDate></item><item><title>OpenTelemetry for connect-go: Observability out of the box</title><link>https://buf.build/blog/connect-opentelemetry-go</link><guid isPermaLink="true">https://buf.build/blog/connect-opentelemetry-go</guid><description>Add observability to your connect-go applications in just a few lines of code</description><pubDate>Mon, 06 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Protobuf-ES has reached version 1.0</title><link>https://buf.build/blog/protobuf-es-v1</link><guid isPermaLink="true">https://buf.build/blog/protobuf-es-v1</guid><description>A stable, idiomatic Protocol Buffers library for TypeScript and JavaScript.</description><pubDate>Wed, 04 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Remote packages and remote plugins are approaching v1!</title><link>https://buf.build/blog/remote-packages-remote-plugins-approaching-v1</link><guid isPermaLink="true">https://buf.build/blog/remote-packages-remote-plugins-approaching-v1</guid><description>We&apos;ve learned a lot from the alpha, and are excited to introduce a new and improved code generation experience.</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Protobuf-ES: The Protocol Buffers TypeScript/JavaScript runtime we all deserve</title><link>https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve</link><guid isPermaLink="true">https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve</guid><description>An idiomatic Protocol Buffers library for TypeScript and JavaScript is now available.</description><pubDate>Fri, 28 Oct 2022 00:00:00 GMT</pubDate></item><item><title>BSR redesign</title><link>https://buf.build/blog/bsr-redesign</link><guid isPermaLink="true">https://buf.build/blog/bsr-redesign</guid><description>Welcome to the new BSR</description><pubDate>Thu, 25 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Introducing the Buf Language Server</title><link>https://buf.build/blog/introducing-the-buf-language-server</link><guid isPermaLink="true">https://buf.build/blog/introducing-the-buf-language-server</guid><description>Jump to definition with &apos;bufls&apos;.</description><pubDate>Fri, 19 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Connect-Web: It&apos;s time for Protobuf and gRPC to be your first choice in the browser</title><link>https://buf.build/blog/connect-web-protobuf-grpc-in-the-browser</link><guid isPermaLink="true">https://buf.build/blog/connect-web-protobuf-grpc-in-the-browser</guid><description>Use connect-web to generate compact, idiomatic TypeScript clients for your Protobuf APIs.</description><pubDate>Thu, 04 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Buf Studio: Interact with gRPC and Protobuf APIs directly from your browser</title><link>https://buf.build/blog/buf-studio</link><guid isPermaLink="true">https://buf.build/blog/buf-studio</guid><description>Buf studio is an interactive web UI that lets you easily call your gRPC and Protobuf services from a browser.</description><pubDate>Thu, 28 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Bazel rules</title><link>https://buf.build/blog/bazel-rules</link><guid isPermaLink="true">https://buf.build/blog/bazel-rules</guid><description>Use buf with Bazel.</description><pubDate>Mon, 20 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Connect: A better gRPC</title><link>https://buf.build/blog/connect-a-better-grpc</link><guid isPermaLink="true">https://buf.build/blog/connect-a-better-grpc</guid><description>Use Connect to build simple, stable, browser and gRPC-compatible APIs.</description><pubDate>Wed, 01 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Introducing buf format</title><link>https://buf.build/blog/introducing-buf-format</link><guid isPermaLink="true">https://buf.build/blog/introducing-buf-format</guid><description>Rewrite Protobuf files in-place with &apos;buf format&apos;.</description><pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Remote plugin execution with the Buf Schema Registry</title><link>https://buf.build/blog/remote-plugin-execution</link><guid isPermaLink="true">https://buf.build/blog/remote-plugin-execution</guid><description>Execute plugins on the BSR to enforce consistency and simplify code generation.</description><pubDate>Wed, 09 Mar 2022 00:00:00 GMT</pubDate></item><item><title>The Buf CLI has reached version v1.0</title><link>https://buf.build/blog/buf-cli-v1</link><guid isPermaLink="true">https://buf.build/blog/buf-cli-v1</guid><description>A new foundational tool for the Protobuf ecosystem.</description><pubDate>Wed, 23 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Introducing the Buf Schema Registry 🎉</title><link>https://buf.build/blog/announcing-bsr</link><guid isPermaLink="true">https://buf.build/blog/announcing-bsr</guid><description>The Buf Schema Registry: a platform for managing your Protocol Buffer APIs.</description><pubDate>Wed, 02 Feb 2022 00:00:00 GMT</pubDate></item><item><title>An update on our fundraising</title><link>https://buf.build/blog/an-update-on-our-fundraising</link><guid isPermaLink="true">https://buf.build/blog/an-update-on-our-fundraising</guid><description>We&apos;ve raised $93M across four rounds to fix Protobuf once and for all.</description><pubDate>Wed, 08 Dec 2021 00:00:00 GMT</pubDate></item><item><title>API design is stuck in the past</title><link>https://buf.build/blog/api-design-is-stuck-in-the-past</link><guid isPermaLink="true">https://buf.build/blog/api-design-is-stuck-in-the-past</guid><description>The industry has embraced statically typed languages, but API design remains twenty years in the past. Schema driven development presents an opportunity to pull API design into the present.</description><pubDate>Thu, 12 Nov 2020 00:00:00 GMT</pubDate></item></channel></rss>