Skip to content

chore: release v0.10.0 #278

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

Closed
wants to merge 1 commit into from
Closed

Conversation

alexrudy-bot[bot]
Copy link
Contributor

@alexrudy-bot alexrudy-bot bot commented Mar 18, 2025

🤖 New release

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

hyperdriver breaking changes

--- failure trait_requires_more_generic_type_params: trait now requires more generic type parameters ---

Description:
A trait now requires more generic type parameters than it used to. Uses of this trait that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_requires_more_generic_type_params.ron

Failed in:
  trait GaiFuture (0 -> 1 required generic types) in /tmp/.tmpQiHxyL/hyperdriver/src/client/conn/dns.rs:232

--- failure type_requires_more_generic_type_params: type now requires more generic type parameters ---

Description:
A type now requires more generic type parameters than it used to. Uses of this type that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/type_requires_more_generic_type_params.ron

Failed in:
  Struct GaiFuture (0 -> 1 required generic types) in /tmp/.tmpQiHxyL/hyperdriver/src/client/conn/dns.rs:232
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.

@alexrudy-bot alexrudy-bot bot changed the title chore: release v0.9.1 chore: release v0.10.0 Apr 1, 2025
@alexrudy-bot alexrudy-bot bot force-pushed the release-plz-2025-03-18T20-01-11Z branch from 59b7004 to 54f7332 Compare April 1, 2025 22:09
@alexrudy-bot alexrudy-bot bot force-pushed the release-plz-2025-03-18T20-01-11Z branch from 54f7332 to b38c018 Compare April 2, 2025 18:36
@alexrudy-bot alexrudy-bot bot closed this Apr 2, 2025
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.

None yet

0 participants