All notable changes to socksx
will be documented in this file.
This project now uses semantic versioning. As such, (BREAKING CHANGES) will be indicated as such.
- Docker (Compose) files for containerization of example functions.
- Missing documentation, also in README.
- Unit tests.
- Bumped dependencies to more recent versions.
- The crate not compiling on Windows.
- Broken badges in the README.
- Automated coverage and release workflows.
- Breaking changes from the
clap
library.
- Experimental support for chaining (SOCKS6).
- Python package (
socksx-py
) with interface tosocksx
.
- Use
tokio::io::copy_bidirectional
instead of local copy.
- Initial implementation.