Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 594 Bytes

1.4.0

  • Implement TCP tunnel properly
  • Handles redis connections properly
  • Reduce memory usage

1.3.0

  • Fully support sni wildcard matching
  • Bugfix

1.2.3

  • Bugfix
  • Drop acl blocked udp packet

1.2.2

  • Workaround for Sink::with bug which will cause panic on udp.

1.2.1

  • Fix ACL blocking requests incorrectly

1.2.0

  • Support blocking requests targeting local and private network.

1.1.0

  • Support multiple hostnames and default SAN in certificate

1.0.2

  • Add TCP timeout to eliminate half open connections

1.0.1

  • Refine CI scripts

1.0.0

  • Initial Release