packages feed

socks5-0.6.0.1: CHANGELOG.md

# Revision history for socks5

## 0.1.0.0 -- 2025-06-30

- First version. Released on an unsuspecting world.

## 0.2.0.0 -- 2025-07-06

- TLS version API and server executable's CLI args added.

## 0.3.0.0 -- 2025-07-07

- Adjusted the order of argument for client side API.

## 0.4.0.0 -- 2025-07-07

- UserPass authentication added, adjusted server API and CLI.

## 0.5.0.0 -- 2025-07-07

- Moved some types to separate file. Haddock documentation added. Default server port changed to 1080.

## 0.6.0.0 -- 2025-07-08

- Removed a record from client config. Rename test directory to tests. Added tests for TLS and UserPass authentication.

## 0.6.0.1 -- 2025-07-08

- Changed base requirement for example and tests