Updated 1.36.0 (markdown)

Denton Gentry
2023-01-17 18:04:30 -08:00
parent d9dd1f5392
commit 1545ea825a

@@ -2,16 +2,20 @@
## All platforms ## All platforms
* `tailscale debug daemon-logs` * `tailscale debug daemon-logs`
* `--json` output for `tailscale lock status` and `tailscale lock log` commands * `--json` output for `tailscale lock status` and `tailscale lock log` commands.
* Handle cases where a node expires and we don't receive an update about it from the control server ([#6929](https://github.com/tailscale/tailscale/pull/6929) and [#6937](https://github.com/tailscale/tailscale/pull/6937)) * Handle cases where a node expires and we don't receive an update about it from the control server ([#6929](https://github.com/tailscale/tailscale/pull/6929) and [#6937](https://github.com/tailscale/tailscale/pull/6937)).
* Support UPnP port mapping of gateway devices where they are deployed as a highly available pair. [#6946](https://github.com/tailscale/tailscale/pull/6946). * Support UPnP port mapping of gateway devices where they are deployed as a highly available pair ([#6946](https://github.com/tailscale/tailscale/pull/6946)).
* Support arbitrary IP protocols like EOIP and GRE ([#6423](https://github.com/tailscale/tailscale/pull/6423)) * Support arbitrary IP protocols like EOIP and GRE ([#6423](https://github.com/tailscale/tailscale/pull/6423)).
* Fix exit node handling of a large number of SplitDNS domains ([#6875](https://github.com/tailscale/tailscale/pull/6875)).
* Accept DNS-over-TCP responses up to 4KBytes.
### Linux ### Linux
* Improved throughput performance on Linux [#6663](https://github.com/tailscale/tailscale/pull/6663). More details in this [blog post](https://tailscale.com/blog/throughput-improvements/). * Improved throughput performance on Linux [#6663](https://github.com/tailscale/tailscale/pull/6663). More details in this [blog post](https://tailscale.com/blog/throughput-improvements/).
* Add build support for Loongnix CPU architecture.
### Windows ### Windows
* * Add a more robust mechanism to remove WinTun.
* Update taskbar menu radio button implementation.
### macOS ### macOS
* Tailscale actions (connect, disconnect, switch profile, use exit node) are available in the Shortcuts app. * Tailscale actions (connect, disconnect, switch profile, use exit node) are available in the Shortcuts app.