Releases: alexrudy/hyperdriver
Releases · alexrudy/hyperdriver
v0.11.2
v0.11.1
⛰️ 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
⛰️ 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
⛰️ 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
⛰️ 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
v0.8.4
v0.5.7
v0.8.3
⛰️ 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
⛰️ 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