All notable changes to this project will be documented in this file.
1.3.0 - 2023-03-30
- Provide some metrics in OpenMetrics format (#14).
- Update dependencies
- Use GitHub Actions instead of Circle CI
1.2.0 - 2020-10-29
- SilenceLogs option to socks.Server by @AkihiroSuda (#8)
- Update dependencies
1.1.0 - 2018-11-18
- Handle renaming of cybozu-go/cmd to cybozu-go/well
- Introduce support for Go modules
1.0.0 - 2016-09-01
- usocksd now has its own SOCKS implementation under
socks
directory. - Support for SOCKS4/4a thanks to the new implementation.
- usocksd now adopts github.com/cybozu-go/cmd framework.
As a result, it implements the common spec including graceful restart.
- The default configuration file path is now
/etc/usocksd.toml
. log.file
config key is renamed tolog.filename
.