These 8 commits are when the Protocol Buffers files have changed:
| Commit: | be4cccb | |
|---|---|---|
| Author: | Edward McFarlane | |
| Committer: | GitHub | |
Update tools (#86) This updates the buf yamls to v2, tools version, regenerates and fixes lint issue. --------- Signed-off-by: Edward McFarlane <emcfarlane@buf.build>
The documentation is generated from this commit.
| Commit: | bd094e3 | |
|---|---|---|
| Author: | Edward McFarlane | |
| Committer: | GitHub | |
Upgrade go to v1.22 (#71) Increase the min go v1.20 and the current to v1.122. Also bumps the Makefile deps for buf, license and linting.
| Commit: | 8aaa88f | |
|---|---|---|
| Author: | Sam Small | |
| Committer: | GitHub | |
Update copyright (#62) Update to use "The Connect Authors" instead of "Buf Technologies, Inc."
| Commit: | 57d7097 | |
|---|---|---|
| Author: | Joshua Humphries | |
| Committer: | GitHub | |
Embed descriptors to work-around reflection issues with health and server reflection services (#49)
| Commit: | d9dd98a | |
|---|---|---|
| Author: | Akshay Shah | |
| Committer: | Akshay Shah | |
Add buf format
| Commit: | 012dfb0 | |
|---|---|---|
| Author: | Akshay Shah | |
| Committer: | Akshay Shah | |
Update to v1 of reflection schema The gRPC folks graduated server reflection to V1 without making any changes to the schema. This PR updates our schema to v1, fixes the protobuf package path to match the directory, and retains the gRPC license (as we should). Many tools still use the v1alpha1 API, so this PR also adds a second exported handler constructor for the alpha API. I considered doing this with HTTP middleware, but it seems more straighforward to just offer two handlers.
| Commit: | ba10ed5 | |
|---|---|---|
| Author: | Akshay Shah | |
| Committer: | Akshay Shah | |
Add test schemas To exercise the portions of the reflection API that deal with extensions, it's easiest to have a proto2 schema available.
| Commit: | 4556366 | |
|---|---|---|
| Author: | Akshay Shah | |
| Committer: | Akshay Shah | |
Set up code generation