consul-api icon indicating copy to clipboard operation
consul-api copied to clipboard

deprecate HealthServicesRequest#tags in favor of filter

Open ovesh opened this issue 3 years ago • 1 comments

Consul api docs say that the tag parameter for /health/service/:service is deprecated:

Use filter with the Service.Tags selector instead. This parameter will be removed in a future version of Consul.

Deprecate the tag related methods and add new filter methods instead (filter docs).

ovesh avatar May 14 '21 02:05 ovesh

I'm working on a pr for this

ovesh avatar May 14 '21 23:05 ovesh