blinksocks/CHANGELOG.md
2017-04-17 20:47:51 +08:00

4.4 KiB

Change Log

v2.4.0-beta.3 (2017-04-17)

Full Changelog

Fixed bugs:

  • "ss-aead-cipher" does not work at server side when use shadowsocks client #50

v2.4.0-beta.2 (2017-04-16)

Full Changelog

Implemented enhancements:

  • Multiple servers use different configurations #48
  • Verify DST.ADDR of "presets/ss-base" #47

v2.4.0-beta.1 (2017-04-13)

Full Changelog

Implemented enhancements:

  • Support configuration file with ".js" format #49
  • Lack of timeout mechanism #45
  • Robust design for middlewares #40

v2.3.0 (2017-04-09)

Full Changelog

Implemented enhancements:

  • Consider redirecting TCP stream to other host/port rather than close connections #39
  • Disable a server by prefixing a '-' #38
  • Hot reload config.json #37
  • Share the same config.json between clients and servers #35
  • Add suitable presets to be compatible with shadowsocks protocols #27

v2.3.0-beta.3 (2017-03-28)

Full Changelog

Closed issues:

  • Error: Invalid arguments: hostname must be a string or falsey #34

v2.3.0-beta.2 (2017-03-24)

Full Changelog

v2.3.0-beta.1 (2017-03-23)

Full Changelog

Implemented enhancements:

  • Print connection track line once a socket was closed #33
  • Refactor docker deploy scripts #32

Fixed bugs:

  • "blinksocks init" generates wrong configurations #31
  • Fix typo of git commit hook in package.json #29

Closed issues:

  • Drop "lodash.padstart" dependency #28

v2.2.2 (2017-03-18)

Full Changelog

Implemented enhancements:

  • Proposal: add performance test utilities #23

v2.2.1 (2017-03-15)

Full Changelog

Implemented enhancements:

  • Proposal: multi-server mode #24
  • Refactor address.js then deprecate lodash dependencies #20
  • Proposal: implement new protocol preset aead v2 #19
  • Enhancement: error handling #18
  • Proposal: add "init" sub command to auto-generate configuration pair #17
  • Proposal: refactor crypto stuff in utils/crypto.js #16