Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 10:00
· 17 commits to dev since this release

πŸš€ Features

  • Add BBR initial_window config (#14)
  • Support RESTful api, list online users
  • (RESTful) Support kick user, list detailed online users and Bearer authorization

πŸ› Bug Fixes

  • Allow use TOML config in docker

🚜 Refactor

  • Use tracing & tracing-subscriber
  • Use figment as configuration parser
  • Replace crossbeam-utils with arc-swap
  • Replace log with tracing

πŸ“š Documentation

  • Update readme
  • Explain new TOML configuration

πŸ› οΈ Builds

  • Remove target-cpu from rustflags #16
  • (deps) Bump docker/build-push-action (#17)
  • (deps) Bump rustls-native-certs from 0.7.3 to 0.8.0 in the rust-dependencies group across 1 directory (#20)

βš™οΈ Miscellaneous Tasks

  • Use new changelog tool
  • Add dependabot
  • Prepare v1.2.0
  • Allow use nightly rust in Dockerfile