Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

123 lines (68 loc) · 5.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.0 (2020-06-22)

⚠ BREAKING CHANGES

  • encoders do not return errors
  • remove nmethods from MethodsRepr
  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket.
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr.

Features

  • add take_buffer method for packets (5397a1c)
  • encoders do not return errors (5d1c9a6)
  • init commit (117f554)
  • remove nmethods from MethodsRepr (7e6f043)

Bug Fixes

  • fix parse associate functions of reprs (f6a38e4)
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr. (7266e00)
  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket. (b2b49c3)

0.6.0 (2020-06-15)

⚠ BREAKING CHANGES

  • remove nmethods from MethodsRepr
  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket.
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr.

Features

  • add take_buffer method for packets (5397a1c)
  • init commit (117f554)
  • remove nmethods from MethodsRepr (7e6f043)

Bug Fixes

  • fix parse associate functions of reprs (f6a38e4)
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr. (7266e00)
  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket. (b2b49c3)

0.5.0 (2020-06-14)

⚠ BREAKING CHANGES

  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket.
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr.

Features

Bug Fixes

  • fix parse associate functions of reprs (f6a38e4)
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr. (7266e00)
  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket. (b2b49c3)

0.4.0 (2020-06-14)

⚠ BREAKING CHANGES

  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket.
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr.

Features

Bug Fixes

  • fix parse associate functions of reprs (f6a38e4)
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr. (7266e00)
  • rename Addr to SocksAddr. export Packet as CmdPacket and RepPacket. (b2b49c3)

0.3.0 (2020-06-14)

⚠ BREAKING CHANGES

  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr.

Features

Bug Fixes

  • fix parse associate functions of reprs (f6a38e4)
  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr. (7266e00)

0.2.0 (2020-06-13)

⚠ BREAKING CHANGES

  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr.

Features

Bug Fixes

  • fix visibility issues of struct members. remove ver field from rfc1929 reply repr. (7266e00)