blinksocks/CHANGELOG.md
2017-08-04 15:03:02 +08:00

8.6 KiB

Change Log

v2.4.9 (2017-08-04)

Full Changelog

Features:

  • add "dns_expire" option to configuration #77
  • add proxy preset #76
  • add noop preset for special use #75
  • display error buffer in hex for obfs-tls1.2-ticket #73
  • display preset name in error log #72

Fixes (bugs & defects):

  • Destination port is wrong when relay ipv6 address #68

v2.4.8 (2017-06-18)

Full Changelog

Features:

  • Allow to provide a list of sni to obfs-tls1.2-ticket #67
  • Allow to custom DNS servers #66
  • Add an enhanced AEAD preset without redundant logic #63

Fixes (bugs & defects):

  • HTTP proxy doesn't work on Windows #59

v2.4.7 (2017-06-10)

Full Changelog

Features:

  • Instantiating winston logger to improve integration #65

v2.4.6 (2017-06-09)

Full Changelog

Fixes (bugs & defects):

  • TypeError: Cannot read property 'bufferSize' of null #64

v2.4.5 (2017-06-08)

Full Changelog

Features:

  • Use socket.setTimeout to detect connection timeout #61
  • Throttle uploads to reduce memory grow heavily when upload/download large files #60

v2.4.4 (2017-06-03)

Full Changelog

v2.4.3 (2017-06-02)

Full Changelog

Fixes (bugs & defects):

  • ENOENT: no such file or directory, mkdir '~/.blinksocks/logs' #58

Features:

  • Log request address when applications connected to the client #57

v2.4.2 (2017-05-29)

Full Changelog

Fixes (bugs & defects):

  • Write logs to home directory #55

v2.4.1 (2017-05-24)

Full Changelog

v2.4.0 (2017-05-02)

Full Changelog

v2.4.0-beta.4 (2017-04-23)

Full Changelog

Features:

  • Presets: add TLS obfuscator #52

Fixes (bugs & defects):

  • connection terminated while downloading a large file #51

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

Full Changelog

Fixes (bugs & defects):

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

Features:

  • Multiple servers use different configurations #48

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

Full Changelog

Features:

  • Verify DST.ADDR of "presets/ss-base" #47

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

Full Changelog

Features:

  • Support configuration file with ".js" format #49
  • Lack of timeout mechanism #45
  • Robust design for middlewares #40
  • Add suitable presets to be compatible with shadowsocks protocols #27

v2.3.0 (2017-04-09)

Full Changelog

Features:

  • Consider redirecting TCP stream to other host/port rather than close connections #39
  • Hot reload config.json #37
  • Share the same config.json between clients and servers #35

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

Full Changelog

Features:

  • Disable a server by prefixing a '-' #38

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

Full Changelog

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

Full Changelog

Features:

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

Fixes (bugs & defects):

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

v2.2.2 (2017-03-18)

Full Changelog

v2.2.1 (2017-03-15)

Full Changelog

Features:

  • Proposal: add performance test utilities #23
  • Proposal: add "init" sub command to auto-generate configuration pair #17

v2.2.0-beta.5 (2017-03-10)

Full Changelog

Features:

  • 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

v2.2.0-beta.4 (2017-03-05)

Full Changelog

Features:

  • Proposal: refactor crypto stuff in utils/crypto.js #16

v2.2.0-beta.3 (2017-03-02)