Skip to content

Releases: alexrudy/hyperdriver

v0.11.2

03 Jul 23:07
4e0cafd

Choose a tag to compare

⛰️ 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

v0.11.1

24 Jun 15:01
18a30f0

Choose a tag to compare

⛰️ 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

v0.11.0

21 Jun 15:33
1eb0a55

Choose a tag to compare

⛰️ 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

v0.10.0

04 Apr 18:27
5221633

Choose a tag to compare

⛰️ 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

v0.9.0

18 Mar 19:40
01ef246

Choose a tag to compare

⛰️ 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

v0.8.5

13 Dec 01:38
768c7ab

Choose a tag to compare

⛰️ Features

  • client Transport trait now accepts http::request::Parts
  • Allow client services to support a custom body type

v0.8.4

10 Dec 22:07
ee354b0

Choose a tag to compare

⛰️ Features

  • Client connection upgrade support

🐛 Bug Fixes

  • upgrades test doesn’t require TLS

v0.5.7

09 Dec 02:20

Choose a tag to compare

💼 Other

  • Ergonomics around name
  • Server feature, with_tls doc link and DuplexAddr

v0.8.3

05 Dec 06:49
de1835e

Choose a tag to compare

⛰️ Features

  • Make connection pool generic over the key type
  • Client pool can delay drop for checkout
  • Client now uses Body type instead of Incoming for response bodies

🐛 Bug Fixes

  • single threaded example pool key
  • make connection trait object safe
  • AcceptorCore and Braid should be opaque
  • Mark errors as non_exhaustive
  • Ensure that feature combinations compile in —test mode

🚜 Refactor

  • consolidate BoxError and BoxFuture into common type aliases

v0.8.2

02 Nov 01:11
fc611aa

Choose a tag to compare

⛰️ Features

  • Make connection pool generic over the key type
  • Client pool can delay drop for checkout
  • Client now uses Body type instead of Incoming for response bodies

🐛 Bug Fixes

  • single threaded example pool key
  • make connection trait object safe
  • AcceptorCore and Braid should be opaque
  • Mark errors as non_exhaustive
  • Ensure that feature combinations compile in —test mode

🚜 Refactor

  • consolidate BoxError and BoxFuture into common type aliases