Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Record breaking or significant changes here. All dates are UTC.

Put changes for the upcoming release here!

## [0.6.0](https://github.com/tailscale/tailscale-rs/releases/tag/v0.5.0) - 2026-09-17
## [0.6.1](https://github.com/tailscale/tailscale-rs/releases/tag/v0.6.1) - 2026-09-17

- Fixed: a Trusted Publisher issue with the `ts_future_util` crate that prevented publishing `0.6.0` to crates.io.

## [0.6.0](https://github.com/tailscale/tailscale-rs/releases/tag/v0.6.0) - 2026-09-17

- **Security** (ts_tunnel): we've completed a third-party security audit of the cryptography in ts_tunnel, and this
release remediates all security-relevant findings. A number of low-priority findings and "things to think about" are
Expand All @@ -16,7 +20,7 @@ Put changes for the upcoming release here!
- **Breaking** (Rust API): changed the key types of `tailscale::keys::PersistState` to new "exportable" keys. This
should require no changes to code if you're just serializing/deserializing `PersistStates` without touching the
contents.
- **Breaking** (Rust API): removed support for the "old" stored key format. State files produced by v0.1 and that
- **Breaking** (Rust API): removed support for the "old" stored key format. State files produced by v0.2 and that
have not been loaded by a more recent version (up to v0.5 inclusive) will no longer load.
- **Breaking** (ts_keys): removed a number of methods and trait impls from key types, to make it harder to accidentally
leak private keys through serialization and type-erasing conversions. In code that requires the ability to serialize
Expand Down
Loading