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 v0.9.0 #247

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

Conversation

alexrudy
Copy link
Owner

@alexrudy alexrudy commented Dec 28, 2024

🤖 New release

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

⚠️ hyperdriver breaking changes

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait hyperdriver::client::pool::PoolableConnection gained Connection in file /tmp/.tmpf1hUD1/hyperdriver/src/client/pool/mod.rs:478
Changelog

0.9.0 - 2024-12-31

⛰️ 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 alexrudy force-pushed the release-plz-2024-12-28T17-24-24Z branch 3 times, most recently from 70e85e0 to 8892ec3 Compare December 29, 2024 02:30
@alexrudy alexrudy changed the title chore: release v0.8.6 chore: release v0.9.0 Dec 31, 2024
@alexrudy alexrudy force-pushed the release-plz-2024-12-28T17-24-24Z branch from 8892ec3 to 1daf5df Compare December 31, 2024 01:16
@alexrudy alexrudy force-pushed the release-plz-2024-12-28T17-24-24Z branch from 1daf5df to 324de73 Compare December 31, 2024 02:19
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