Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit d61091f

Browse files
authored
Update CHANGES.md for 0.0.3 release (#33)
* Update CHANGES.md for 0.0.3 release * Reword connection leak fix
1 parent 871e6b4 commit d61091f

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGES.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
## In the next release
22

3+
## 0.0.3
4+
5+
* New admin endpoint! POST to `/shutdown` to tell the process to exit.
6+
* Fix connection leak when one peer disconnected.
7+
* Fix stat reporting issue for the rx bytes metric.
8+
* Improve error message when config file cannot be read.
9+
* Update examples to bind to all available sockets by default.
10+
* Add guidelines for contributing to the linkerd-tcp repo.
11+
* Add script for building a slimmer docker image.
12+
* **Breaking change**: Convert namerd config to use `url` field instead of `addr`.
13+
* **Breaking change**: Convert server config attributes from camel to snake case.
14+
315
## 0.0.2
416

5-
* Exposes a configurable admin server with Prometheus metrics.
17+
* Expose a configurable admin server with Prometheus metrics.
618

719
## 0.0.1
820

921
Introducing linkerd-tcp. :balloon:
1022

11-
* Runs a TCP load balancer for the [Linkerd][https://linkerd.io] service mesh.
12-
* Supports TLS and integrates with Namerd for service discovery.
13-
* Reads a YAML or JSON configuration file at startup.
23+
* Run a TCP load balancer for the [Linkerd][https://linkerd.io] service mesh.
24+
* Support TLS and integrate with Namerd for service discovery.
25+
* Read a YAML or JSON configuration file at startup.

0 commit comments

Comments
 (0)