Skip to content

Commit

Permalink
Merge pull request #258 from Tencent/master
Browse files Browse the repository at this point in the history
Master v0.11.0
  • Loading branch information
iyangsj authored May 8, 2024
2 parents fd1780a + 5f9289c commit 8bb7d38
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ All notable changes to this project will be documented in this file.
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).


## [v0.11.0] - 2024-05-08

### Added
- tquic_tools: group different options by category and prioritize commonly used options
- Add the header file of BoringSSL library in tquic.h
- Resolve new issues found by cargo clippy
- Add integration testing for multipath
- Update run_endpoint.sh to enable keyupdate/chacha20 testcase for server

### Changed
- tquic_tools: rename `max_requests_per_thread` to `total_requests_per_thread`

### Fixed
- Fix RangeSet::filter() used by Redundant multipath scheduler
- Fix injected stream frames for Redundant multipath scheduler


## [v0.10.0] - 2024-04-26

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


[v0.11.0]: https://github.com/tencent/tquic/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/tencent/tquic/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/tencent/tquic/compare/v0.8.1...v0.9.0
[v0.8.1]: https://github.com/tencent/tquic/compare/v0.8.0...v0.8.1
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 = "0.10.0"
version = "0.11.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 = "0.10.0"
version = "0.11.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand All @@ -23,7 +23,7 @@ rand = "0.8.5"
statrs = "0.16"
jemallocator = { version = "0.5", package = "tikv-jemallocator" }
signal-hook = "0.3.17"
tquic = { path = "..", version = "0.10.0"}
tquic = { path = "..", version = "0.11.0"}

[lib]
crate-type = ["lib"]
Expand Down

0 comments on commit 8bb7d38

Please sign in to comment.