Skip to content

chore: release v0.11.0 #321

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexrudy-bot[bot]
Copy link
Contributor

@alexrudy-bot alexrudy-bot bot commented May 14, 2025

🤖 New release

  • hyperdriver: 0.10.0 -> 0.11.0 (⚠ API breaking changes)

hyperdriver breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.41.0/src/lints/struct_missing.ron

Failed in:
  struct hyperdriver::client::conn::connection::HttpConnection, previously in file /tmp/.tmpGAmJd7/hyperdriver/src/client/conn/connection.rs:87
Changelog

0.9.0 - 2025-03-18

⛰️ Features

  • Transport trait is dyn-compatible
  • Add generic body type to PoolableConnection
  • Connector Service
  • Expose the client connector publicly.
  • (client) Flexible APIs to leverage the TCP transport


This PR was generated with release-plz.

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.

0 participants