Skip to content

Releases: Itsusinn/tuic

latest

13 Oct 11:29
2bc38db
Compare
Choose a tag to compare
latest Pre-release
Pre-release

🛠️ Builds

  • (deps) Bump the rust-dependencies group with 2 updates (#23)
  • (deps) Bump hugo19941994/delete-draft-releases (#24)
  • (deps) Bump the rust-dependencies group with 4 updates (#25)

v1.3.1

26 Sep 12:49
Compare
Choose a tag to compare

🚜 Refactor

  • Change alpn default

⚙️ Miscellaneous Tasks

  • Fix core not found

v1.3.0

24 Sep 18:08
Compare
Choose a tag to compare

🚀 Features

  • Allow disable authorization
  • (restful) Add traffic stats api

🐛 Bug Fixes

  • Server json backwards
  • Remove json strip comments

🎨 Styling

  • Cargo fmt

⚙️ Miscellaneous Tasks

  • Use prebuilt binaries as docker images
  • Fix aarch windows
  • Prepare v1.3.0
  • Fix draft deletion

v1.2.0

15 Sep 10:00
Compare
Choose a tag to compare

🚀 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

v1.1.2-fix1

01 Sep 06:49
Compare
Choose a tag to compare

Reverts

  • #11 "fix(server): correct improper Close operation." (Itsusinn)

Commits

v1.1.1

29 Aug 17:02
Compare
Choose a tag to compare

Bug Fixes

  • server: improve error handling in connection acceptance loop. #6 (waaa)
  • server: incorrect UDP packet truncation. #8 (waaa)
  • server: correct improper Close operation. #11 (waaa)

Continuous Integration

Chores

  • server: enable TCP_NODELAY for TcpStream. #8 (waaa)
  • server: remove max_external_packet_size . #8 (waaa)
  • release 1.1.1 (Itsusinn)

Commits

  • 3c39828: Update README.md (iHsin)

v1.1.0

25 Aug 18:52
Compare
Choose a tag to compare

Features

  • client: support skip cert verify (Itsusinn)
  • server: support auto generate self-signed cert (Itsusinn)
  • quinn: MTU and GSO Configurations #5 (waaa)
  • config: automatic comment removal for JSON config. #5 (waaa)

Documentation

Styles

Code Refactoring

Builds

Continuous Integration

  • only build docker images for stable release (Itsusinn)

Chores

Commits

v1.0.3

21 May 05:04
Compare
Choose a tag to compare

Documentation

Styles

Code Refactoring

  • re-export quinn (iHsin)
  • server: update rustls version (Itsusinn)
  • client: update client rustls and quinn (Itsusinn)

Builds

Continuous Integration

  • auto delete untagged pkgs (Itsusinn)
  • enable simd, add more targets (Itsusinn)
  • docker: only enable simd on x86_64 (Itsusinn)

Chores

Commits

v1.0.2

23 Mar 15:39
Compare
Choose a tag to compare

Continuous Integration

  • add docker workflow (iHsin)

v1.0.1

23 Mar 12:38
Compare
Choose a tag to compare

Styles

Code Refactoring

  • replace self-impl Future with tokio broadcast channel (iHsin)

Performance Improvements

  • replace Mutex with RwLock (iHsin)

Continuous Integration

  • update outdated actions (iHsin)

Chores