Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@

[![MIT License][mit-img]][mit] [![GitHub Release][release-img]][release] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Docker Image][docker-img]][docker] [![Homebrew Package][homebrew-img]][homebrew] [![AUR Package][aur-img]][aur]

**New**

The v1.4.0 release contained many additions and improvements, including:

- A new [V2 Style Guide](../style) and matching lint group containing 39 new lint rules over our V1
Style Guide that helps with producing consistent, maintainable Protobuf definitions.
- A new [breaking change detector](breaking.md) that checks for breaking changes on a per-package
basis, either against git branches or tags, or a file with your previously saved state.
- A new [descriptor-set command](#prototool-descriptor-set) to produce `FileDescriptorSets` for
external tools or for manual JSON queries with `jq`.
- A new [maintained Docker image](docker.md) to provide a consistent environment for common
Protobuf plugins.
- Granular control over the [protoc cache](protoc.md).
- TLS and unix domain socket support for [grpc](grpc.md).

**See [CHANGELOG.md](../CHANGELOG.md) for full details.**
**Update**

We recommend checking out [Buf](https://github.com/bufbuild/buf), which is under active development. There are a ton of docs for getting started, including for [migration from Prototool](https://buf.build/docs/migration-prototool).


[Protobuf](https://developers.google.com/protocol-buffers) is one of the best interface description
languages out there - it's widely adopted, and after over 15 years of use, it's practically
Expand Down