Skip to content

Releases: cyphernet-labs/rust-internet2

v0.9.0

06 Feb 09:06
29125b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.9.0 RC1

27 Dec 16:36
117b25b
Compare
Choose a tag to compare
v0.9.0 RC1 Pre-release
Pre-release

What's Changed

  • Brontozaur: Support connecting with existing tcp stream by @TheCharlatan in #29
  • Session: s/with_connect_tcp_encrypted/connect_with_tcp_encrypted/ by @TheCharlatan in #30
  • Removed ed25519-dalek dependency by @dr-orlovsky
  • Update to use v0.9 LNP/BP crates stack by @dr-orlovsky
  • Version bump for secp256k1 crate used in node id generation
  • Detect invalid node secret key in ECDH handshake (instead of panic) by @dr-orlovsky

Full Changelog: v0.8.4...v0.9.0-rc.1

v0.8.0

30 Jun 18:17
Compare
Choose a tag to compare

What's Changed

  • Address typesystem refactoring by @dr-orlovsky in #23
  • Upgrade to zmq2 library by @dr-orlovsky in #24
  • Rm local session frame size checks by @TheCharlatan in #26
  • Introduce Brontozaur protocol supporting large messages
  • New session construction API

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Jun 16:02
Compare
Choose a tag to compare
  • Streamline spawner logic
  • Remove PeerConnection::accept method which can't be used in real scenarios
  • Use encrypted brontide connection in peer spawner

v0.6.0

08 May 22:34
7aaecae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.6.0

v0.5.3

06 Dec 09:38
5d80130
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.0

28 Nov 01:37
a03c2d5
Compare
Choose a tag to compare
  • Microservices are made into a separate repository
  • Removed Tor Onion v2 address support
  • Unmarshaller improvements