Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v4.0.0 #35

Merged
merged 1 commit into from
Oct 8, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 2, 2023

🤖 New release

  • ktls: 3.0.2 -> 4.0.0 (⚠️ API breaking changes)

⚠️ ktls breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/inherent_method_missing.ron

Failed in:
  KtlsStream::drained_remaining, previously in file /tmp/.tmptZaBlE/ktls/src/ktls_stream.rs:55
Changelog

4.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


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2023-10-02T21-59-55Z branch from bb8e193 to 898bcba Compare October 4, 2023 08:54
@github-actions github-actions bot force-pushed the release-plz/2023-10-02T21-59-55Z branch from 898bcba to 2099fd6 Compare October 8, 2023 02:25
@github-actions github-actions bot changed the title chore: release v3.0.3 chore: release v4.0.0 Oct 8, 2023
@github-actions github-actions bot force-pushed the release-plz/2023-10-02T21-59-55Z branch from 2099fd6 to 5b44d6f Compare October 8, 2023 02:38
Signed-off-by: release-plz <release-plz@github.com>
@github-actions github-actions bot force-pushed the release-plz/2023-10-02T21-59-55Z branch from 5b44d6f to 3ca7791 Compare October 8, 2023 02:42
auto-merge was automatically disabled October 8, 2023 02:44

Pull request was closed

@fasterthanlime fasterthanlime reopened this Oct 8, 2023
@fasterthanlime fasterthanlime added this pull request to the merge queue Oct 8, 2023
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a0fb5ba) 86.15% compared to head (228675b) 86.15%.

❗ Current head 228675b differs from pull request most recent head 3ca7791. Consider uploading reports for the commit 3ca7791 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   86.15%   86.15%           
=======================================
  Files           5        5           
  Lines         585      585           
=======================================
  Hits          504      504           
  Misses         81       81           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into main with commit b61a868 Oct 8, 2023
1 check passed
@fasterthanlime fasterthanlime deleted the release-plz/2023-10-02T21-59-55Z branch October 8, 2023 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant