|
|
@@ -1,5 +1,17 @@
|
|
|
0.24.9 UNRELEASED
|
|
|
|
|
|
+ * Fix passing key_filename and ssh_command parameters to SSHGitClient.
|
|
|
+ (Saugat Pachhai)
|
|
|
+
|
|
|
+ * Relax check to support subclasses of Urllib3HttpGitClient. Fixes
|
|
|
+ regression from 0.24.2 where subclasses of Urllib3HttpGitClient would
|
|
|
+ not receive the config object. (Saugat Pachhai)
|
|
|
+
|
|
|
+ * Fix test_concurrent_ref_operations_compatibility test flakiness.
|
|
|
+ (Jelmer Vernooij)
|
|
|
+
|
|
|
+ * Fix warnings in test suite. (Jelmer Vernooij)
|
|
|
+
|
|
|
0.24.8 2025-10-29
|
|
|
|
|
|
* Add Rust implementation of pack delta creation (create_delta). The
|