File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
24
## [ 3.0.2] ( https://github.com/hapsoc/ktls/compare/v3.0.1...v3.0.2 ) - 2023-10-02
4
25
5
26
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ktls"
3
- version = " 3 .0.2 "
3
+ version = " 4 .0.0 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/hapsoc/ktls"
You can’t perform that action at this time.
0 commit comments