We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf27bd2 commit f3361b4Copy full SHA for f3361b4
NEWS
@@ -1,5 +1,17 @@
1
0.24.9 UNRELEASED
2
3
+ * Fix passing key_filename and ssh_command parameters to SSHGitClient.
4
+ (Saugat Pachhai)
5
+
6
+ * Relax check to support subclasses of Urllib3HttpGitClient. Fixes
7
+ regression from 0.24.2 where subclasses of Urllib3HttpGitClient would
8
+ not receive the config object. (Saugat Pachhai)
9
10
+ * Fix test_concurrent_ref_operations_compatibility test flakiness.
11
+ (Jelmer Vernooij)
12
13
+ * Fix warnings in test suite. (Jelmer Vernooij)
14
15
0.24.8 2025-10-29
16
17
* Add Rust implementation of pack delta creation (create_delta). The
0 commit comments