8000 Tags · ilonajulczuk/grpc-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ilonajulczuk/grpc-go

Tags

v1.3.0

Toggle v1.3.0's commit message
Change version to 1.3.0

v1.2.1

Toggle v1.2.1's commit message
change version to 1.2.1 before releasing

v1.2.0

Toggle v1.2.0's commit message
Merge pull request grpc#1124 from MakMukhi/rst_stream_issue

Upon observing timeout on rpc context, the client should send a RST_S…

v1.0.5

Toggle v1.0.5's commit message
API changes:

* Add package stats for stats collection and processing.
* Add package tap for transport layer inbound interceptor.
* Add dial option grpc.FailOnNonTempDialError to control
  if gRPC should fail on non-temporary dial error.

Other fixes:
* Fix a transport layer logical race in quota pool.
* Use InfoDepth/FatalDepth in glogger.go.

v1.0.4

Toggle v1.0.4's commit message
* Use the correct error in defer call in recvResponse() to

  avoid miscounting of the streams quota for unary rpcs.
* Update generated code and server reflection code to comply
  with the change to the grpc generator. Now the grpc support
  version is SupportPackageIsVersion4.

v1.0.3

Toggle v1.0.3's commit message
API changes:

* ServerStream interface
 - Add SetHeader()

Behavior changes:
* Concurrent Server.GracefulStop() calls all behave equivalently
* Server.Serve() won't exit when lis.Accept fails with temporary errors

v1.0.2

Toggle v1.0.2's commit message
Include some API changes for grpclb:

* TransportCredentials interface
  - Add Clone() and OverrideServerName()
* Balancer interface
  - Change Start(string) error to Start(string, BalancerConfig) error

v1.0.1-GA

Toggle v1.0.1-GA's commit message
This is the first GA (General Availability) release of gRPC-go.

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0

0