Skip to content

Commit

Permalink
Prepare for v0.4.3 (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Adjei-Baah authored and olix0r committed Jun 11, 2018
1 parent 68786d8 commit 3ae8dcd
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
## v0.4.3

Conduit v0.4.3 continues progress towards production readiness. It features a new
latency-aware load balancer.

* Production Readiness
* The proxy now uses a latency-aware load balancer for outbound requests. This
implementation is based on Finagle's Peak-EWMA balancer, which has been proven to
significantly reduce tail latencies. This is the same load balancing strategy used by
Linkerd.
* User Interface
* `conduit stat` is now slightly more predictable in the way it outputs things,
especially for commands like `watch conduit stat all --all-namespaces`.
* Failed and completed pods are no longer shown in stat summary results.
* Internals
* The proxy now supports some TLS configuration, though these features remain disabled
and undocumented pending further testing and instrumentation.

Special thanks to @ihcsim for contributing his first PR to the project and to @roanta for
discussing the Peak-EWMA load balancing algorithm with us.

## v0.4.2

Conduit 0.4.2 is a major step towards production readiness. It features a wide array of
Conduit v0.4.2 is a major step towards production readiness. It features a wide array of
fixes and improvements for long-running proxies, and several new telemetry features. It
also lays the groundwork for upcoming releases that introduce mutual TLS everywhere.

Expand Down

0 comments on commit 3ae8dcd

Please sign in to comment.