From 71ee0c7b933a6547164a2b23f2a815c1ba589375 Mon Sep 17 00:00:00 2001 From: Dylan Bargatze Date: Thu, 17 Sep 2026 20:51:16 -0400 Subject: [PATCH 1/2] ts_elixir: soften warning language The security audit is complete, so just warn about API stability. Signed-off-by: Dylan Bargatze --- ts_elixir/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ts_elixir/README.md b/ts_elixir/README.md index ceef8830..b5c213e1 100644 --- a/ts_elixir/README.md +++ b/ts_elixir/README.md @@ -1,9 +1,9 @@ # Tailscale Experimental bindings to [`tailscale-rs`](https://github.com/tailscale/tailscale-rs) in Elixir. -Please see the warnings there: in short, this is early-days, unstable software containing unaudited -cryptography. **Do not** build production code around this, and please understand that we may break -the API as we iterate. + +This software is under active development; we may break the API as we iterate. Please see the [Caveats section of our +README](https://github.com/tailscale/tailscale-rs#caveats) for more information. ## code sample From aafa48c5873ea78470bb0b39b7eab1829eace3c3 Mon Sep 17 00:00:00 2001 From: Dylan Bargatze Date: Thu, 17 Sep 2026 20:57:02 -0400 Subject: [PATCH 2/2] README: update status Indicates initial direct connection support is complete, adds some roadmap items Signed-off-by: Dylan Bargatze --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ce2565..7476b4ea 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ These are features that we currently implement: - Basics - Create TCP and UDP sockets on the tailnet - Communicate with peers via public DERP relays + - Communicate with peers via direct connections in many cases - Communicate with the Tailscale Go client, `tsnet`, and `libtailscale` - Language support - Rust API @@ -123,8 +124,10 @@ These are features that we currently implement: These are features or efforts we have in the pipeline and are actively working towards, but provide no guarantees on timeline or completion: -- Direct connections (NAT traversal, STUN, and Disco) +- DNS forwarding +- Integrations with more HTTP client/server libraries - Peer lookups (addressing peers by hostname) +- Port mapping ### Unsupported