### Bug Fixes

 - support keepalive packets.
   Keepalive packets are side-band only empty datalines that should
   just be ignored. This is now happening, allowing longer git
   operations to work as they will send keepalive packets every 5 seconds,
   and previously we would choke on it.
   
   Note that empty datalines are never send otherwise, making it a
   previously unused marker that can safely be skipped.

### Commit Statistics

 - 5 commits contributed to the release over the course of 20 calendar days.
 - 20 days passed between releases.
 - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #450

### Commit Details

 * **#450**
    - support keepalive packets. (d7f62b4)
 * **Uncategorized**
    - prepare changelogs for release (d232567)
    - Merge branch 'main' into new-http-impl (702a161)
    - Merge branch 'fetch-pack' (f47c891)
    - Merge branch 'diff' (25a7726)