Bug Fixes
- Allow
client::connect()
to function withhttp-client-reqwest
enabled. client::Capabilities
lifetimes now point to'a
instead of'self
.
This generally makes returned values longer, and as long as one would
expect.
Commit Statistics
- 25 commits contributed to the release over the course of 24 calendar days.
- 27 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #450
Commit Details
view details
- #450
client::Capabilities
lifetimes now point to'a
instead of'self
. (4b5d6df)
- Uncategorized
- prepare changelogs prior to release (423af90)
- Merge branch 'git_protocol_host' (d13c590)
- Avoid invalid invocations of
git
by removingGIT_CONFIG_COUNT
(aa315b4) - fix connections over the git:// protocol not specifying the host (8f985d4)
- Merge branch 'main' into write-sparse-index (c4e6849)
- make fmt (ea2136b)
- Merge branch 'gix-clone' (def53b3)
- Merge branch 'main' into gix-clone (fa27570)
- Merge branch 'main' into write-sparse-index (70963f5)
- Merge branch 'paulyoung/reqwest-body' (c9c1658)
- Merge branch 'main' into gix-clone (64f81d7)
- Ensure body can be read before configure_request (9065a88)
- Merge branch 'paulyoung/reqwest-configuration' (93f2dd8)
- turn unwrap into an explicit expectation (57d9078)
- Allow
configure_request
to return an error as well. (f5e14c3) - remove unused field (8a0a5d6)
- Configure Request instead of ClientBuilder (0885e6e)
- Resolve issues with configure function (9124583)
- Sketch out configuring a reqwest client builder (74573df)
- Merge branch 'main' into gix-clone (de4fe06)
- Allow
client::connect()
to function withhttp-client-reqwest
enabled. (375051f) - refactor (d3c6ae1)
- fix formatting (a962eb5)
- Fix "http not compiled in" w/ http-client-reqwest (dff418d)