|
| 1 | +## v0.2.0 |
| 2 | + |
| 3 | +This is a big milestone! With this release, Conduit adds support for HTTP/1.x and raw TCP traffic, |
| 4 | +meaning it should "just work" for most applications that are running on Kubernetes without |
| 5 | +additional configuration. |
| 6 | + |
| 7 | +* Data plane |
| 8 | + * Conduit now transparently proxies all TCP traffic, including HTTP/1.x and HTTP/2. |
| 9 | + (See caveats below.) |
| 10 | +* Command-line interface |
| 11 | + * Improved error handling for the `tap` command |
| 12 | + * `tap` also now works with HTTP/1.x traffic |
| 13 | +* Dashboard |
| 14 | + * Minor UI appearance tweaks |
| 15 | + * Deployments now searchable from the dashboard sidebar |
| 16 | + |
| 17 | +Caveats: |
| 18 | +* Conduit will automatically work for most protocols. However, applications that use WebSockets, |
| 19 | + HTTP tunneling/proxying, or protocols such as MySQL and SMTP, will require some additional |
| 20 | + configuration. See the [documentation](https://conduit.io/adding-your-service/#protocol-support) |
| 21 | + for details. |
| 22 | +* Conduit doesn't yet support external DNS lookups. These will be addressed in an upcoming release. |
| 23 | +* There are known issues with Conduit's telemetry pipeline that prevent it from scaling beyond a |
| 24 | + few nodes. These will be addressed in an upcoming release. |
| 25 | +* Conduit is still in alpha! Please help us by |
| 26 | + [filing issues and contributing pull requests](https://github.com/runconduit/conduit/issues/new). |
| 27 | + |
| 28 | + |
1 | 29 | ## v0.1.3 |
2 | 30 |
|
3 | 31 | * This is a minor bugfix for some web dashboard UI elements that were not rendering correctly. |
@@ -30,7 +58,7 @@ Conduit 0.1.1 is focused on making it easier to get started with Conduit. |
30 | 58 | * The `conduit tap` command output has been reformatted to be line-oriented, making it easier to |
31 | 59 | parse with common UNIX command line utilities. |
32 | 60 | * Conduit now supports routing of non-fully qualified domain names. |
33 | | -* The web UI has improved support for large deployments and deployments that don’t have any |
| 61 | +* The web UI has improved support for large deployments and deployments that don't have any |
34 | 62 | inbound/outbound traffic. |
35 | 63 |
|
36 | 64 | ## v0.1.0 |
|
0 commit comments