5
5
- Add ` RemoteCallbacks.push_transfer_progress(...) ` callback
6
6
[ #1345 ] ( https://github.com/libgit2/pygit2/pull/1345 )
7
7
8
- - New ` bool(oid) ` and some doc/typing fixes
8
+ - New ` bool(oid) `
9
9
[ #1347 ] ( https://github.com/libgit2/pygit2/pull/1347 )
10
10
11
11
- Now ` Repository.merge(...) ` accepts a commit or reference object
12
12
[ #1348 ] ( https://github.com/libgit2/pygit2/pull/1348 )
13
13
14
+ - New ` threads ` optional argument in ` Remote.push(...) `
15
+ [ #1352 ] ( https://github.com/libgit2/pygit2/pull/1352 )
16
+
17
+ - New ` proxy ` optional argument in ` clone_repository(...) `
18
+ [ #1354 ] ( https://github.com/libgit2/pygit2/pull/1354 )
19
+
14
20
- Fix when a reference name has non UTF-8 chars
15
21
[ #1329 ] ( https://github.com/libgit2/pygit2/pull/1329 )
16
22
20
26
- Add codespell workflow, fix a number of typos
21
27
[ #1344 ] ( https://github.com/libgit2/pygit2/pull/1344 )
22
28
23
- - More typing
29
+ - Documentation and typing
24
30
[ #1343 ] ( https://github.com/libgit2/pygit2/pull/1343 )
31
+ [ #1347 ] ( https://github.com/libgit2/pygit2/pull/1347 )
32
+ [ #1356 ] ( https://github.com/libgit2/pygit2/pull/1356 )
25
33
26
34
- CI: Use ARM runner for tests and wheels
27
35
[ #1346 ] ( https://github.com/libgit2/pygit2/pull/1346 )
@@ -30,6 +38,7 @@ Deprecations:
30
38
31
39
- Passing str to ` Repository.merge(...) ` is deprecated,
32
40
instead pass an oid object (or a commit, or a reference)
41
+ [ #1349 ] ( https://github.com/libgit2/pygit2/pull/1349 )
33
42
34
43
35
44
# 1.17.0 (2025-01-08)
0 commit comments