These 6 commits are when the Protocol Buffers files have changed:
| Commit: | 200a752 | |
|---|---|---|
| Author: | Scott Blum | |
| Committer: | GitHub | |
modernize grpchan to match other projects (#68) * modernize grpchan to match other projects * update Go * t.Helper() * modernize protoc * go 1.18
The documentation is generated from this commit.
| Commit: | 45c63d9 | |
|---|---|---|
| Author: | Josh Humphries | |
| Committer: | Scott Blum | |
update to support grpc@v1.36.0 (#56) - use new grpc.ServiceRegistrar, deprecated grpchan.ServiceRegistry - re-generate code, support new ServiceDesc var naming - document that the protoc plugin is not needed at all since new grpc-plugin generates code using ServiceRegistrar - add GetServiceInfo method to HandlerMap, so it is closer to the interface of *grpc.Server
| Commit: | 851c733 | |
|---|---|---|
| Author: | Scott Blum | |
| Committer: | GitHub | |
Upgrade to protobuf 1.3.5; grpchantesting must transport headers in bytes not strings (#44)
| Commit: | 8a26b1c | |
|---|---|---|
| Author: | Joshua Humphries | |
| Committer: | GitHub | |
propagate status details (#8)
| Commit: | 84bff81 | |
|---|---|---|
| Author: | Joshua Humphries | |
| Committer: | GitHub | |
it's not gochanstubs, it's grpchan (#2)
| Commit: | 02e0018 | |
|---|---|---|
| Author: | Josh Humphries | |
initial commit: introducing grpchan - Channel and ServiceRegistry interfaces - protoc plugin - HTTP 1.1 and in-process implementations