Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 1.45 KB

Change Log

All notable changes to this project will be documented in this file.

1.3.0 - 2023-03-30

Added

  • Provide some metrics in OpenMetrics format (#14).

Changed

  • Update dependencies
  • Use GitHub Actions instead of Circle CI

1.2.0 - 2020-10-29

Added

  • SilenceLogs option to socks.Server by @AkihiroSuda (#8)

Changed

  • Update dependencies

1.1.0 - 2018-11-18

Changed

  • Handle renaming of cybozu-go/cmd to cybozu-go/well
  • Introduce support for Go modules

1.0.0 - 2016-09-01

Added

  • 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.

Changed

  • The default configuration file path is now /etc/usocksd.toml.
  • log.file config key is renamed to log.filename.