Skip to content

v2.0.0

Latest

Choose a tag to compare

@strohel strohel released this 02 Jul 07:49
dbdb009

Tip

Even though this is a major version release, innernet server and client 2.x is fully compatible with innernet server and client 1.x.

In fact the server and client binaries have received only modest improvements/fixes since 1.7.1.

We've just made semver-incompatible changes to the Rust libraries (newly introduced innernet-client-core, innernet-server, innernet-shared) that we also publish and these prompted a major version bump. In fact, further changes to the Rust APIs are in the works (#391, #392), which may require another major version bump.

Features & fixes for the server and client

  • Add CLI option for a custom host suffix by @HaroldVemeno in #373
  • Don't complain when /{/etc,/var/db}/innernet is world-readable by @strohel in #387
  • Print full public keys with global --verbose flag; unify truncation length to 10 chars by @goodhoko in #399
  • Client override endpoint by @bschwind in #395
  • Prevent last handshake: 495224 hours ago by @strohel in #401

Notable Rust library changes

Misc

New Contributors

Full Changelog: v1.7.1...v2.0.0