Releases: criteo-forks/consul
Releases · criteo-forks/consul
v1.5.1-criteo5
Use new protocol version for GRPC
v1.5.1-criteo4
Use new protocol version for GRPC
v1.5.1-criteo3: Disable retries in RPC client
By default the GRPC client retries on faillure. This prevents calls from being immediatly retried on another server when a request fail, leading to requests hanging for longer than they should.
v1.5.1-criteo2: GRPC: prepare for 1.5.2 upgrade
* Change advertised tag to criteo_grpc_enabled * Change GRPC protocol byte to 99
v1.5.1-criteo1
Rebase fixups
v1.4.5-criteonogrpc: Allow service deregistration with node write permission
With ACLs enabled if an agent is wiped and restarted without a leave it can no longer deregister the services it had previously registered because it no longer has the tokens the services were registered with. To remedy that we allow service deregistration from tokens with node write permission.
v1.4.5-criteo4
Release v1.4.5
v1.4.5-criteo3
Proto: fix weight properties were omitempty
v1.4.5-criteo2
Merge tag 'v1.4.4-criteobeta2' into 1.4.5-criteo
v1.4.4-criteobeta2
[grpc] Implement a GRPC server and use it for Health.ServiceNodes