Skip to content

Commit 3ca7791

Browse files
author
release-plz
committed
chore: release
Signed-off-by: release-plz <[email protected]>
1 parent a0fb5ba commit 3ca7791

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/hapsoc/ktls/compare/v3.0.2...v4.0.0) - 2023-10-08
4+
5+
### Fixed
6+
- [**breaking**] Remove drained_remaining public method
7+
8+
### Other
9+
- Add more test coverage
10+
- Remove more explicit libc::close calls
11+
- Clarifies what this.inner.poll_shutdown does
12+
- Improve integration tests: try reading/writing after close, catch errors from both sides
13+
- Don't forget to close fd on writer side
14+
- Simplify/clarify code around alerts
15+
- Use enums to 'parse' TLS alerts
16+
- Depend on ktls-recvmsg v0.1.3
17+
- Remove panic, ktls may send unfinished alert msg
18+
- assert instead of asser_eq
19+
- Adding edge case in integration test for session shutdown
20+
- Properly handle critical alerts
21+
- Add crates.io badge
22+
- Use Rust stable for tests
23+
324
## [3.0.2](https://github.com/hapsoc/ktls/compare/v3.0.1...v3.0.2) - 2023-10-02
425

526
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ktls"
3-
version = "3.0.2"
3+
version = "4.0.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/hapsoc/ktls"

0 commit comments

Comments
 (0)