Remove various caveats from the readme and code - #393
Merged
Merged
Conversation
danderson
requested review from
dylan-tailscale,
npry and
nrc
as code owners
September 1, 2026 23:35
Member
Author
|
CI failure is a nightly fmt change, fixed in #392 |
npry
approved these changes
Sep 2, 2026
The core cryptography has had an external review, and the functionality we have is far enough along that we can remove the big red warning and scary environment variable. We do still list plenty of caveats, which boil down to: this is still early days for tailscale-rs, so expect more bugs and missing features than maybe you'd like. We also log a warning to that effect when the library is first used, which we'll remove at some point in the future once we feel ready to promise more. Signed-off-by: David Anderson <danderson@tailscale.com> Change-Id: I7c23eee1dbb2fd1d28a55fab094848926a6a6964
danderson
force-pushed
the
push-snxwlllymoox
branch
from
September 2, 2026 17:56
f3db389 to
0c9d853
Compare
danderson
enabled auto-merge (rebase)
September 2, 2026 17:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The core cryptography has had an external review, and the functionality we have
is far enough along that we can remove the big red warning and scary environment
variable.
We do still list plenty of caveats, which boil down to: this is still early days for
tailscale-rs, so expect more bugs and missing features than maybe you'd like. We also
log a warning to that effect when the library is first used, which we'll remove at
some point in the future once we feel ready to promise more.