All Versions
77
Latest Version
Avg Release Cycle
91 days
Latest Release
1781 days ago

Changelog History
Page 6

  • v0.3.1 Changes

    • โฌ‡๏ธ Reduces number of threads by using channels.
    • ๐Ÿ“‡ Renames ConnectionManager to Service
    • All Service public API functions are now async
    • โœ‚ Removes NewConnection and NewBootstrapConnection events in favor of OnConnect and OnAccept
    • Code reduction by doing encoding and decoding at one place (helped fixing a decoder bug we had)
    • Consistent usage of the 5483 and 5484 ports
  • v0.3.0 Changes

    • โช Revert-revert ConnectionManager::new API change
  • v0.2.10 Changes

    • โช Revert ConnectionManager::new API change
  • v0.2.9 Changes

    • ConnectionManager starts accepting connections as soon as constructed now
    • Config file now also specifies optional TCP and UTP listening ports
    • ๐Ÿ‘Œ Improved documentation
    • ๐Ÿ›  Fixed #288 unsafe multithreaded access to the bootstrap file.
  • v0.2.8 Changes

    • โšก๏ธ Updated sample config file
    • โšก๏ธ Updated crust_peer example to use config file
    • ๐Ÿ”„ Changed config- and bootstrap-file-handling to terminate application if file is unreadable
    • ๐Ÿ›  Fixed bug causing infinite bootstrap loop in Routing
  • v0.2.7 Changes

    • ๐Ÿ”จ Refactored config- and bootstrap-file-handling
  • v0.2.6 Changes

    • ๐Ÿ‘ MAID-1142 Add UTP protocol support to crust
    • ๐Ÿ— #259 Build failure on Win32
    • โž• Added AppVeyor script
  • v0.2.5 Changes

    • #221 getting more bootstrap connections than expected
  • v0.2.4 Changes

    • #215 connection_manager::get_own_endpoints() should not return loopback address
  • v0.2.3 Changes

    • #230 Cannot compile crust - crust_peer - #[forbid(unused_mut)]