You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
948 B

8 years ago
  1. # Changelog
  2. ## 0.4.0 (March 6, 2017)
  3. BREAKING CHANGES:
  4. - DialSeeds now takes an AddrBook and returns an error: `DialSeeds(*AddrBook, []string) error`
  5. - NewNetAddressString now returns an error: `NewNetAddressString(string) (*NetAddress, error)`
  6. FEATURES:
  7. - `NewNetAddressStrings([]string) ([]*NetAddress, error)`
  8. - `AddrBook.Save()`
  9. IMPROVEMENTS:
  10. - PexReactor responsible for starting and stopping the AddrBook
  11. BUG FIXES:
  12. - DialSeeds returns an error instead of panicking on bad addresses
  13. ## 0.3.5 (January 12, 2017)
  14. FEATURES
  15. - Toggle strict routability in the AddrBook
  16. BUG FIXES
  17. - Close filtered out connections
  18. - Fixes for MakeConnectedSwitches and Connect2Switches
  19. ## 0.3.4 (August 10, 2016)
  20. FEATURES:
  21. - Optionally filter connections by address or public key
  22. ## 0.3.3 (May 12, 2016)
  23. FEATURES:
  24. - FuzzConn
  25. ## 0.3.2 (March 12, 2016)
  26. IMPROVEMENTS:
  27. - Memory optimizations
  28. ## 0.3.1 ()
  29. FEATURES:
  30. - Configurable parameters