Bug Fixes
- forward serde feature to bstr in gix-transport
- silence warning for unused client impl
New Features (BREAKING)
- large portions of the API for greater ease of use
Bug Fixes (BREAKING)
- enable async I/O code independent of blocking_io
- make gix-transport I/O mode features additive
- prefer curl over reqwest connections if both are enabled
- move TransportWithoutIO::request() method to I/O-specific traits
- make
gix-packelinefeatures additive.
For good measure, everything that was touched is marked as breaking change.
Commit Statistics
- 19 commits contributed to the release.
- 8 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2242 from djc/ls-refs (0ac3080)
- Refactor (48fdf5d)
- Merge pull request #2241 from djc/transport-all (7ce40ef)
- Refactor (ae65278)
- Enable async I/O code independent of blocking_io (87d5419)
- Forward serde feature to bstr in gix-transport (9de190e)
- Silence warning for unused client impl (0105b35)
- Merge pull request #2236 from djc/additive-transport (6e89afa)
- Make gix-transport I/O mode features additive (c2050d0)
- Merge pull request #2232 from djc/prefer-curl (f02f215)
- Merge pull request #2231 from djc/move-request (6566ec9)
- Refactor (7ce415e)
- Prefer curl over reqwest connections if both are enabled (35d64b8)
- Move TransportWithoutIO::request() method to I/O-specific traits (b6d5822)
- Merge pull request #2220 from djc/dedup-packetline (cbf7445)
- Refactor (7289a04)
- Large portions of the API for greater ease of use (bce8468)
- Make
gix-packelinefeatures additive. (f2c6a19) - Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)