Skip to content

Commit

Permalink
Merge pull request #35 from hapsoc/release-plz/2023-10-02T21-59-55Z
Browse files Browse the repository at this point in the history
chore: release v4.0.0
  • Loading branch information
fasterthanlime authored Oct 8, 2023
2 parents a0fb5ba + 3ca7791 commit b61a868
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [4.0.0](https://github.com/hapsoc/ktls/compare/v3.0.2...v4.0.0) - 2023-10-08

### Fixed
- [**breaking**] Remove drained_remaining public method

### Other
- Add more test coverage
- Remove more explicit libc::close calls
- Clarifies what this.inner.poll_shutdown does
- Improve integration tests: try reading/writing after close, catch errors from both sides
- Don't forget to close fd on writer side
- Simplify/clarify code around alerts
- Use enums to 'parse' TLS alerts
- Depend on ktls-recvmsg v0.1.3
- Remove panic, ktls may send unfinished alert msg
- assert instead of asser_eq
- Adding edge case in integration test for session shutdown
- Properly handle critical alerts
- Add crates.io badge
- Use Rust stable for tests

## [3.0.2](https://github.com/hapsoc/ktls/compare/v3.0.1...v3.0.2) - 2023-10-02

### Other
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 = "ktls"
version = "3.0.2"
version = "4.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hapsoc/ktls"
Expand Down

0 comments on commit b61a868

Please sign in to comment.