Browse Source

fix 1.9.0-beta1 changelog formatting (#8941)

pull/8955/head
R.B. Boyer 4 years ago committed by GitHub
parent
commit
3b71b5e415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .changelog/8221.txt
  2. 2
      CHANGELOG.md

2
.changelog/8221.txt

@ -1,3 +1,3 @@
```release-note:improvement
agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [GH-7527](https://github.com/hashicorp/consul/issues/7527).
agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached.
```

2
CHANGELOG.md

@ -23,7 +23,7 @@ FEATURES:
IMPROVEMENTS:
* agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [GH-7527](https://github.com/hashicorp/consul/issues/7527). [[GH-8221](https://github.com/hashicorp/consul/issues/8221)]
* agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [[GH-8221](https://github.com/hashicorp/consul/issues/8221)]
* agent: add config flag `telemetry { disable_compat_1.9 = (true|false) }` to disable deprecated metrics in 1.9 [[GH-8877](https://github.com/hashicorp/consul/issues/8877)]
* agent: add counter `consul.api.http` with labels for each HTTP path and method. This is intended to replace `consul.http...` [[GH-8877](https://github.com/hashicorp/consul/issues/8877)]
* agent: allow the /v1/connect/intentions/match endpoint to use the agent cache [[GH-8875](https://github.com/hashicorp/consul/issues/8875)]

Loading…
Cancel
Save