Client v1.0.1: Memory Fixes, Dashboard Refresh, and Security Updates
Published at May 28, 2026 · 3 min read
Share on:We’re releasing Packetriot client v1.0.1 with a set of stability, efficiency, and security improvements. This update brings in the latest tunnel, spokes, and netmagic packages, fixes memory issues in the resolver and relay modules, refreshes the dashboard colors to match Packetriot.com, and updates golang.org/x/crypto to address critical CVEs.
What’s new:
- Updated tunnel packages — latest tunnel, spokes, and netmagic dependencies for improved safety and runtime behavior
- Memory improvements — fixed goroutine leaks and unbounded growth in the resolver and relay modules
- Dashboard refresh — updated color palette to match Packetriot.com and improved sidebar navigation
- Security patches — updated
golang.org/x/cryptoto resolve critical CVEs
Get the Release!
Download the latest Packetriot client release for your platform from our downloads page and upgrade as usual. If you’re installing fresh, use the current packages linked there. This release is v1.0.1 and is recommended for all users, including those who upgraded to v1.0.0.
Tunnel Packages
This release updates the client to the latest version of our tunneling library. We also refreshed Go modules across the project so the client is built on the latest versions of the networking and support libraries we rely on.
This means better safety, improved runtime behavior, and a more current foundation for tunnels and network operations. These updates are largely behind the scenes, but they help improve reliability and keep the client aligned with the rest of the Packetriot platform.
Memory Improvements
We analyzed the internal traffic resolver and relay modules for memory and efficiency issues and fixed a few bugs that could cause goroutines and objects to stick around longer than they should.
These fixes improve memory efficiency and should make the client behave better over extended uptime. In practice, the client now does a better job cleaning up internal work and managing resources so background activity does not accumulate unnecessarily.
Dashboard
We updated the dashboard colors to match the same palette used on Packetriot.com and made a small navigation improvement in the sidebar. The Settings page is now placed at the bottom of the menu, which gives the dashboard a more natural layout.
This is a modest UI update, but it makes the client feel more consistent with the rest of Packetriot. Everything works the same as before, just with a more familiar color pallete.
Security Updates
This release resolves critical CVEs in golang.org/x/crypto by updating to the latest version. We also updated related Go modules as part of this release to keep the client current with upstream fixes and security improvements.
For users, this is a straightforward but important update. The client keeps the same behavior, but it now includes the latest fixes for known issues in the crypto dependency stack.
Thanks
Thanks to everyone who continues to send in feedback, bug reports, and feature requests. Your input helps us find issues faster and prioritize the improvements that matter most.
We appreciate your support and hope you’ll keep letting us know what you’d like to see next.
Cheers!