Skip to content

Commit

Permalink
Merge pull request #390 from Tencent/master
Browse files Browse the repository at this point in the history
Master v1.2.0
  • Loading branch information
iyangsj authored Sep 26, 2024
2 parents fcb9b25 + 50ed3c5 commit baa18ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v1.2.0] - 2024-09-26

### Added
- Improve acknowledgement strategy
- Optimize pacing for small packets
- Add quic_tls_config_set_session_timeout() and change default session timeout
- Add config API for copa algorithm
- Add FFI set_anti_amplification_factor
- Add a tool for analyzing TQUIC debug logs and produce a time-offset figure


## [v1.1.0] - 2024-08-20

### Added
Expand Down Expand Up @@ -299,6 +310,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Provide example clients and servers.


[v1.2.0]: https://github.com/tencent/tquic/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/tencent/tquic/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/tencent/tquic/compare/v0.15.0...v1.0.0
[v0.15.0]: https://github.com/tencent/tquic/compare/v0.14.0...v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic_tools"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand All @@ -22,7 +22,7 @@ slab = "0.4"
rand = "0.8.5"
statrs = "0.16"
signal-hook = "0.3.17"
tquic = { path = "..", version = "1.1.0"}
tquic = { path = "..", version = "1.2.0"}

[target."cfg(unix)".dependencies]
jemallocator = { version = "0.5", package = "tikv-jemallocator" }
Expand Down

0 comments on commit baa18ad

Please sign in to comment.